commit | 722ba2db770e2d8fd3b889ae4b4b366250875b66 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Tue Aug 16 01:54:53 2016 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Tue Aug 16 19:46:06 2016 +0000 |
tree | ee487dc6da70fdce52f5539c40bdceb7c203a6fc | |
parent | 2a795a1775db47d9346d41e77d940534291c1b1a [diff] |
sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows. RT#4530 (Imported from upstream's 7123aa81e9fb19afb11fdf3850662c5f7ff1f19c.) We've yet to enable this code, but this confirms that we do indeed need to get our future all-variants stuff working on Windows as well as Linux and find an AVX2-capable CI setup on each. The crash here is caused by some win64-only code using %rax as a frame pointer (perlasm injects a mov rax,rsp in the prologue of every win64 function). Change-Id: Ifbe59ceb6ae29266d9cf8a461920344a32b6e555 Reviewed-on: https://boringssl-review.googlesource.com/10366 CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> Commit-Queue: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com> 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: