Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boringssl
Submodule boringssl updated 64 files
+53 −0 PRESUBMIT.py
+0 −1 build.json
+4 −1 crypto/cipher/tls_cbc.cc
+110 −0 crypto/ec/hash_to_curve.cc
+14 −0 crypto/ec/internal.h
+198 −384 crypto/fipsmodule/bcm_interface.h
+1 −1 crypto/fipsmodule/bn/exponentiation.cc.inc
+1 −12 crypto/fipsmodule/bn/sqrt.cc.inc
+32 −0 crypto/fipsmodule/bn/test/mod_sqrt_tests.txt
+6 −6 crypto/fipsmodule/digest/digests.cc.inc
+1 −1 crypto/fipsmodule/ec/ec_key.cc.inc
+135 −0 crypto/fipsmodule/ec/ec_test.cc
+3 −2 crypto/fipsmodule/ecdsa/ecdsa.cc.inc
+5 −5 crypto/fipsmodule/mldsa/fips_known_values.inc
+273 −308 crypto/fipsmodule/mldsa/mldsa.cc.inc
+5 −5 crypto/fipsmodule/mlkem/fips_known_values.inc
+172 −175 crypto/fipsmodule/mlkem/mlkem.cc.inc
+5 −5 crypto/fipsmodule/rsa/rsa.cc.inc
+1 −1 crypto/fipsmodule/sha/sha1.cc.inc
+13 −13 crypto/fipsmodule/sha/sha256.cc.inc
+14 −14 crypto/fipsmodule/sha/sha512.cc.inc
+137 −217 crypto/hpke/hpke.cc
+33 −0 crypto/mem_test.cc
+51 −123 crypto/mldsa/mldsa.cc
+85 −99 crypto/mldsa/mldsa_test.cc
+20 −58 crypto/mlkem/mlkem.cc
+22 −30 crypto/mlkem/mlkem_test.cc
+73 −4 crypto/obj/obj_dat.h
+5 −1 crypto/obj/obj_mac.num
+10 −7 crypto/obj/objects.txt
+9 −15 crypto/x509/x509_test.cc
+10 −7 crypto/x509/x_x509.cc
+19 −21 crypto/xwing/xwing.cc
+0 −1 gen/sources.bzl
+0 −1 gen/sources.cmake
+0 −1 gen/sources.gni
+0 −1 gen/sources.json
+0 −1 gen/sources.mk
+4 −1 include/openssl/asn1.h
+1 −1 include/openssl/base.h
+0 −83 include/openssl/bcm_public.h
+3 −0 include/openssl/bn.h
+25 −1 include/openssl/ec.h
+0 −12 include/openssl/mldsa.h
+24 −2 include/openssl/nid.h
+24 −2 include/openssl/sha.h
+16 −2 include/openssl/sha2.h
+26 −5 include/openssl/ssl.h
+0 −63 include/openssl/ssl3.h
+9 −271 include/openssl/tls1.h
+8 −8 infra/config/generated/cr-buildbucket.cfg
+2 −1 infra/config/main.star
+118 −1 rust/bssl-crypto/src/mldsa.rs
+32 −10 ssl/extensions.cc
+13 −6 ssl/internal.h
+1 −1 ssl/ssl_key_share.cc
+10 −0 ssl/ssl_lib.cc
+133 −0 ssl/ssl_test.cc
+131 −0 ssl/test/runner/tls13_tests.go
+8 −0 ssl/test/test_config.cc
+1 −0 ssl/test/test_config.h
+10 −10 util/bot/DEPS
+21 −21 util/fipstools/acvp/modulewrapper/modulewrapper.cc
+14 −14 util/fipstools/test_fips.cc