Skip to content

Commit

Permalink
Update aws-lc-sys to AWS-LC v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Nov 15, 2024
1 parent 07545ed commit 8b287ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-sys/aws-lc
Submodule aws-lc updated 63 files
+1 −1 .github/docker_images/gcc-4.8/Dockerfile
+13 −0 .github/workflows/integrations.yml
+3 −1 CMakeLists.txt
+2 −0 crypto/CMakeLists.txt
+84 −48 crypto/bio/bio_test.cc
+5 −5 crypto/bio/file.c
+1 −1 crypto/bytestring/internal.h
+7 −7 crypto/cipher_extra/aead_test.cc
+88 −86 crypto/conf/conf.c
+1 −2 crypto/conf/conf_test.cc
+1 −5 crypto/conf/internal.h
+2 −3 crypto/dsa/dsa_test.cc
+290 −23 crypto/evp_extra/evp_extra_test.cc
+1 −0 crypto/evp_extra/internal.h
+358 −0 crypto/evp_extra/p_dsa.c
+0 −12 crypto/evp_extra/p_dsa_asn1.c
+1 −1 crypto/evp_extra/p_methods.c
+2 −3 crypto/evp_extra/scrypt_test.cc
+1 −1 crypto/fipsmodule/PQREADME.md
+1 −3 crypto/fipsmodule/bn/bn_test.cc
+2 −0 crypto/fipsmodule/evp/digestsign.c
+81 −0 crypto/fipsmodule/evp/evp_ctx_test.cc
+5 −2 crypto/fipsmodule/evp/internal.h
+26 −0 crypto/fipsmodule/modes/gcm.c
+2 −2 crypto/fipsmodule/rand/internal.h
+4 −3 crypto/fipsmodule/service_indicator/service_indicator_test.cc
+6 −9 crypto/hpke/hpke_test.cc
+4 −3 crypto/pem/pem_test.cc
+1 −1 crypto/rand_extra/windows.c
+9 −4 crypto/rsa_extra/rsa_test.cc
+165 −0 crypto/test/file_util.cc
+125 −0 crypto/test/file_util.h
+15 −0 crypto/test/test_util.cc
+6 −0 crypto/test/test_util.h
+12 −17 crypto/x509/by_dir.c
+1 −1 crypto/x509/by_file.c
+9 −4 crypto/x509/v3_cpols.c
+2 −2 crypto/x509/v3_crld.c
+1 −1 crypto/x509/v3_info.c
+2 −0 crypto/x509/v3_lib.c
+12 −18 crypto/x509/x509_test.cc
+1 −1 include/openssl/base.h
+8 −4 include/openssl/bio.h
+15 −6 include/openssl/evp.h
+2 −2 include/openssl/obj.h
+11 −14 include/openssl/ssl.h
+863 −440 include/openssl/x509.h
+1 −0 ssl/CMakeLists.txt
+1 −2 ssl/extensions.cc
+0 −1 ssl/handshake.cc
+10 −8 ssl/internal.h
+6 −11 ssl/ssl_asn1.cc
+22 −27 ssl/ssl_cert.cc
+2 −2 ssl/ssl_file.cc
+2 −11 ssl/ssl_lib.cc
+44 −16 ssl/ssl_privkey.cc
+6 −4 ssl/ssl_session.cc
+267 −86 ssl/ssl_test.cc
+2 −2 ssl/ssl_transfer_asn1.cc
+1 −1 ssl/ssl_x509.cc
+32 −0 ssl/tls13_both.cc
+63 −0 tests/ci/integration/run_cyrus_sasl_integration.sh
+17 −9 tool/speed.cc

0 comments on commit 8b287ee

Please sign in to comment.