commit | c862c31f4c7627440ce5cf789d21c8074a37413e | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Fri May 05 18:03:06 2017 -0400 |
committer | Adam Langley <agl@google.com> | Fri May 05 23:10:56 2017 +0000 |
tree | ad8e258b46e5308865490c50e7829a9ddaed4ec9 | |
parent | 4323e22793d32319a12fa6d3143f4c22f09978fd [diff] |
perlasm/x86_64-xlate.pl: work around problem with hex constants in masm. Perl, multiple versions, for some reason occasionally takes issue with letter b[?] in ox([0-9a-f]+) regex. As result some constants, such as 0xb1 came out wrong when generating code for MASM. Fixes upstream GH#3241. (Imported from upstream's c47aea8af1e28e46e1ad5e2e7468b49fec3f4f29.) This does not affect of the configurations we generate and is imported to avoid a diff against upstream. Change-Id: Iacde0ca5220c3607681fad081fbe72d8d613518f Reviewed-on: https://boringssl-review.googlesource.com/15985 Reviewed-by: Adam Langley <agl@google.com>
BoringSSL is a fork of OpenSSL that is designed to meet Google's needs.
Although BoringSSL is an open source project, it is not intended for general use, as OpenSSL is. We don't recommend that third parties depend upon it. Doing so is likely to be frustrating because there are no guarantees of API or ABI stability.
Programs ship their own copies of BoringSSL when they use it and we update everything as needed when deciding to make API changes. This allows us to mostly avoid compromises in the name of compatibility. It works for us, but it may not work for you.
BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google's product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily.
Currently BoringSSL is the SSL library in Chrome/Chromium, Android (but it's not part of the NDK) and a number of other apps/programs.
There are other files in this directory which might be helpful: