Skip to content

Commit

Permalink
Bump boringssl from 3e89a7e to b6bca9c (#10)
Browse files Browse the repository at this point in the history
Bumps [boringssl](https://github.com/google/boringssl) from `3e89a7e` to `b6bca9c`.
- [Commits](google/boringssl@3e89a7e...b6bca9c)

---
updated-dependencies:
- dependency-name: boringssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 2dbcd80 commit 2d82408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boringssl
Submodule boringssl updated 60 files
+9 −2 build.json
+0 −1 crypto/chacha/asm/chacha-x86_64.pl
+66 −41 crypto/conf/conf.c
+0 −122 crypto/conf/conf_def.h
+87 −2 crypto/conf/conf_test.cc
+1,497 −0 crypto/dilithium/dilithium.c
+1,604 −0 crypto/dilithium/dilithium_test.cc
+909 −0 crypto/dilithium/dilithium_tests.txt
+58 −0 crypto/dilithium/internal.h
+39 −52 crypto/fipsmodule/bn/asm/x86_64-mont5.pl
+23 −5 crypto/fipsmodule/bn/bn_test.cc
+45 −1 crypto/fipsmodule/bn/exponentiation.c
+33 −23 crypto/fipsmodule/bn/internal.h
+24 −22 crypto/fipsmodule/modes/asm/aesni-gcm-x86_64.pl
+9 −7 crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl
+32 −28 crypto/fipsmodule/modes/asm/ghash-x86_64.pl
+44 −28 crypto/perlasm/x86_64-xlate.pl
+6 −2 crypto/test/asm/trampoline-x86_64.pl
+0 −4 crypto/x509/internal.h
+0 −10 crypto/x509/x509_lu.c
+7 −17 crypto/x509/x509_vfy.c
+88 −86 gen/bcm/aesni-gcm-x86_64-win.asm
+22 −20 gen/bcm/ghash-ssse3-x86_64-win.asm
+2 −0 gen/bcm/ghash-x86_64-apple.S
+2 −0 gen/bcm/ghash-x86_64-linux.S
+70 −66 gen/bcm/ghash-x86_64-win.asm
+32 −30 gen/bcm/x86_64-mont5-apple.S
+33 −32 gen/bcm/x86_64-mont5-linux.S
+36 −37 gen/bcm/x86_64-mont5-win.asm
+0 −1 gen/crypto/chacha-x86_64-apple.S
+0 −1 gen/crypto/chacha-x86_64-linux.S
+0 −1 gen/crypto/chacha-x86_64-win.asm
+15 −0 gen/sources.bzl
+15 −0 gen/sources.cmake
+16 −1 gen/sources.json
+3 −0 gen/test_support/trampoline-x86_64-apple.S
+3 −0 gen/test_support/trampoline-x86_64-linux.S
+60 −56 gen/test_support/trampoline-x86_64-win.asm
+125 −0 include/openssl/experimental/dilithium.h
+170 −0 include/openssl/pki/verify.h
+0 −23 include/openssl/x509.h
+ pki/testdata/verify_unittest/google-intermediate1.der
+ pki/testdata/verify_unittest/google-intermediate2.der
+ pki/testdata/verify_unittest/lencr-intermediate-r3.der
+ pki/testdata/verify_unittest/lencr-leaf.der
+ pki/testdata/verify_unittest/lencr-root-dst-x3.der
+ pki/testdata/verify_unittest/lencr-root-x1-cross-signed.der
+ pki/testdata/verify_unittest/lencr-root-x1.der
+ pki/testdata/verify_unittest/mozilla_roots.der
+355 −0 pki/verify.cc
+140 −0 pki/verify_unittest.cc
+88 −0 rust/bssl-crypto/src/hpke.rs
+3 −0 rust/bssl-crypto/src/scoped.rs
+8 −0 rust/bssl-sys/rust_wrapper.c
+3 −1 rust/bssl-sys/rust_wrapper.h
+5 −16 rust/bssl-sys/src/lib.rs
+13 −2 ssl/test/runner/runner.go
+114 −0 tool/speed.cc
+1 −0 util/doc.config
+3 −3 util/pregenerate/build.go

0 comments on commit 2d82408

Please sign in to comment.