Skip to content

Commit

Permalink
Update OpenSSL Dependencies (#3939)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Oct 26, 2023
1 parent 72c986b commit 73629f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
[submodule "submodules/openssl"]
path = submodules/openssl
url = https://github.com/quictls/openssl.git
branch = OpenSSL_1_1_1t+quic1
branch = OpenSSL_1_1_1w+quic
[submodule "submodules/openssl3"]
path = submodules/openssl3
url = https://github.com/quictls/openssl.git
branch = openssl-3.1.2+quic
branch = openssl-3.1.4+quic
[submodule "submodules/clog"]
path = submodules/clog
url = https://github.com/microsoft/CLOG.git
2 changes: 1 addition & 1 deletion submodules/openssl
Submodule openssl updated 70 files
+18 −18 .github/workflows/ci.yml
+1 −1 .github/workflows/cross-compiles.yml
+1 −1 .github/workflows/run-checker-ci.yml
+1 −1 .github/workflows/run-checker-daily.yml
+1 −1 .github/workflows/run-checker-merge.yml
+3 −3 .github/workflows/windows.yml
+117 −0 CHANGES
+6 −4 Configurations/descrip.mms.tmpl
+2 −1 Configurations/windows-makefile.tmpl
+1 −1 Configure
+19 −0 NEWS
+2 −2 README-OpenSSL.md
+1 −1 README.md
+0 −78 appveyor.yml
+2 −2 crypto/aes/asm/bsaes-armv7.pl
+7 −1 crypto/asn1/a_bitstr.c
+10 −1 crypto/asn1/ameth_lib.c
+0 −1 crypto/bio/b_print.c
+59 −49 crypto/bn/bn_asm.c
+16 −1 crypto/bn/bn_blind.c
+0 −2 crypto/bn/bn_err.c
+23 −1 crypto/bn/bn_lib.c
+13 −27 crypto/bn/bn_local.h
+1 −2 crypto/bn/build.info
+0 −614 crypto/bn/rsa_sup_mul.c
+14 −3 crypto/cms/cms_asn1.c
+2 −1 crypto/cms/cms_local.h
+14 −2 crypto/cms/cms_sd.c
+3 −2 crypto/cms/cms_smime.c
+5 −2 crypto/conf/conf_sap.c
+17 −3 crypto/dh/dh_check.c
+2 −1 crypto/dh/dh_err.c
+12 −7 crypto/ec/ec_ameth.c
+1 −1 crypto/err/openssl.txt
+20 −1 crypto/objects/obj_dat.c
+3 −3 crypto/poly1305/asm/poly1305-x86_64.pl
+5 −2 crypto/rsa/rsa_ameth.c
+10 −20 crypto/rsa/rsa_ossl.c
+5 −1 crypto/ui/ui_lib.c
+2 −4 crypto/ui/ui_util.c
+10 −3 crypto/x509/x509_vfy.c
+8 −2 crypto/x509v3/pcy_local.h
+20 −6 crypto/x509v3/pcy_node.c
+42 −14 crypto/x509v3/pcy_tree.c
+5 −0 doc/fingerprints.txt
+2 −2 doc/man3/CMS_sign.pod
+8 −3 doc/man3/X509_VERIFY_PARAM_set_flags.pod
+14 −3 engines/e_padlock.c
+1 −0 fuzz/corpora/cms/2aba8037213156ea1593054768d4576cb8d08309
+1 −0 fuzz/corpora/cms/2aba8037213156ea1593054768d4576cb8d083ed
+0 −5 include/crypto/bn.h
+4 −1 include/openssl/dh.h
+2 −1 include/openssl/dherr.h
+3 −3 include/openssl/opensslv.h
+5 −2 ssl/ssl_sess.c
+19 −0 test/certs/ca-pol-cert.pem
+20 −0 test/certs/ee-cert-policies-bad.pem
+20 −0 test/certs/ee-cert-policies.pem
+8 −3 test/certs/mkcert.sh
+6 −0 test/certs/setup.sh
+26 −3 test/dhtest.c
+10 −2 test/recipes/15-test_rsapss.t
+13 −2 test/recipes/25-test_verify.t
+8 −1 test/recipes/80-test_cms.t
+43 −0 test/recipes/80-test_policy_tree.t
+11 −0 test/recipes/80-test_policy_tree_data/large_leaf.pem
+434 −0 test/recipes/80-test_policy_tree_data/large_policy_tree.pem
+11 −0 test/recipes/80-test_policy_tree_data/small_leaf.pem
+70 −0 test/recipes/80-test_policy_tree_data/small_policy_tree.pem
+2 −1 util/mkdef.pl
2 changes: 1 addition & 1 deletion submodules/openssl3
Submodule openssl3 updated 226 files

0 comments on commit 73629f6

Please sign in to comment.