From 940f00ba19207b04366d8491eb5d4a3b25fea1d9 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Thu, 4 Mar 2021 15:15:20 -0500 Subject: Update BoringSSL 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 Commit-Queue: Brandon Tolsch --- third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/aesni-x86.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/bn-586.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/co-586.asm | 8 -------- .../boringssl/win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/ghash-x86.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/md5-586.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/sha1-586.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/sha256-586.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/sha512-586.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/vpaes-x86.asm | 8 -------- third_party/boringssl/win-x86/crypto/fipsmodule/x86-mont.asm | 8 -------- third_party/boringssl/win-x86/crypto/test/trampoline-x86.asm | 8 -------- 13 files changed, 104 deletions(-) (limited to 'third_party/boringssl/win-x86') diff --git a/third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm b/third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm index 7b59adf1..34393af7 100644 --- a/third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm +++ b/third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/aesni-x86.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/aesni-x86.asm index 0272fce4..9ea13756 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/aesni-x86.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/aesni-x86.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/bn-586.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/bn-586.asm index 368c3f3b..4d1b793a 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/bn-586.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/bn-586.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/co-586.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/co-586.asm index b6784bf9..7c2afe83 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/co-586.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/co-586.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm index 1d07be0a..e0192fc8 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-x86.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-x86.asm index 59eefd50..3703cb5a 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-x86.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-x86.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/md5-586.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/md5-586.asm index c0519230..e09bd0c2 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/md5-586.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/md5-586.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/sha1-586.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/sha1-586.asm index 0afe894e..4b05c9da 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/sha1-586.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/sha1-586.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/sha256-586.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/sha256-586.asm index b5dc26ba..5d6661d0 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/sha256-586.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/sha256-586.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/sha512-586.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/sha512-586.asm index 3e6b0680..f2c47a7a 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/sha512-586.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/sha512-586.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/vpaes-x86.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/vpaes-x86.asm index 81b8b833..49f8866b 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/vpaes-x86.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/vpaes-x86.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/fipsmodule/x86-mont.asm b/third_party/boringssl/win-x86/crypto/fipsmodule/x86-mont.asm index 6a15ed94..14aa9887 100644 --- a/third_party/boringssl/win-x86/crypto/fipsmodule/x86-mont.asm +++ b/third_party/boringssl/win-x86/crypto/fipsmodule/x86-mont.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code diff --git a/third_party/boringssl/win-x86/crypto/test/trampoline-x86.asm b/third_party/boringssl/win-x86/crypto/test/trampoline-x86.asm index e5c7d3f7..5fb72c74 100644 --- a/third_party/boringssl/win-x86/crypto/test/trampoline-x86.asm +++ b/third_party/boringssl/win-x86/crypto/test/trampoline-x86.asm @@ -7,15 +7,7 @@ %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 -%ifdef __YASM_VERSION_ID__ -%if __YASM_VERSION_ID__ < 01010000h -%error yasm version 1.1.0 or later needed. -%endif -; Yasm automatically includes .00 and complains about redefining it. -; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html -%else $@feat.00 equ 1 -%endif section .text code align=64 %else section .text code -- cgit v1.2.3