aboutsummaryrefslogtreecommitdiff
path: root/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm
AgeCommit message (Collapse)Author
2021-03-04Update BoringSSLDavid Benjamin
Open Screen is currently reaching into and even mutating BoringSSL's private X509 structures. This will break in the future, and mutating the private structure is *especially* unsupported and already broken. Before I can upload CLs to fix those, I need to update BoringSSL. This updates to the revision currently used in Chromium. Change-Id: If9260ca69a407c3e191b3c2178f7f85984cadda5 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2737064 Reviewed-by: Brandon Tolsch <btolsch@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org>
2020-04-30Update BoringSSL in sync with ChromeJordan Bayles
The current version of BoringSSL is over two years old, whereas Chrome is linked against a version from this year. This patch updates Open Screen to depend on the newer version of OpenSSL. Change-Id: Ib4107bc9780971c747fc91125b9acb7ffe1ec172 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2173700 Reviewed-by: Jordan Bayles <jophba@chromium.org> Reviewed-by: Brandon Tolsch <btolsch@chromium.org>