Skip to content

Commit

Permalink
Bump to OpenSSL 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 1, 2022
1 parent cbbb491 commit 4a31c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl-src"
version = "300.0.10+3.0.6"
version = "300.0.11+3.0.7"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion openssl
Submodule openssl updated 63 files
+64 −13 .github/workflows/compiler-zoo.yml
+58 −0 CHANGES.md
+7 −0 NEWS.md
+0 −1 README-ENGINES.md
+2 −2 VERSION.dat
+4 −1 apps/lib/apps.c
+1 −1 apps/list.c
+2 −2 apps/openssl.c
+1 −1 crypto/aes/asm/aesv8-armx.pl
+14 −4 crypto/bn/rsaz_exp_x2.c
+1 −1 crypto/conf/conf_def.c
+9 −9 crypto/ec/ec_ameth.c
+36 −1 crypto/evp/ctrl_params_translate.c
+30 −28 crypto/init.c
+2 −2 crypto/pem/pem_lib.c
+20 −8 crypto/provider_core.c
+31 −37 crypto/punycode.c
+1 −1 crypto/ripemd/build.info
+10 −37 crypto/stack/stack.c
+1 −3 crypto/txt_db/txt_db.c
+32 −48 crypto/x509/x_all.c
+2 −6 crypto/x509/x_name.c
+4 −4 doc/man1/openssl-list.pod.in
+20 −12 doc/man3/CMS_add0_cert.pod
+45 −37 doc/man3/CMS_verify.pod
+8 −1 doc/man3/DEFINE_STACK_OF.pod
+2 −2 doc/man3/OPENSSL_init_crypto.pod
+13 −8 doc/man3/OSSL_PARAM_BLD.pod
+24 −23 doc/man3/PKCS7_sign.pod
+34 −21 doc/man3/PKCS7_sign_add_signer.pod
+58 −46 doc/man3/PKCS7_verify.pod
+3 −3 doc/man7/EVP_CIPHER-AES.pod
+6 −2 doc/man7/EVP_MD-RIPEMD160.pod
+6 −0 doc/man7/OSSL_PROVIDER-default.pod
+13 −1 include/openssl/err.h.in
+5 −1 providers/defltprov.c
+6 −6 providers/fips-sources.checksums
+1 −1 providers/fips.checksum
+5 −5 providers/fips/self_test_data.inc
+5 −1 providers/implementations/digests/build.info
+38 −38 providers/implementations/rands/seeding/rand_vms.c
+1 −1 pyca-cryptography
+1 −3 ssl/ssl_ciph.c
+1 −2 ssl/ssl_lib.c
+7 −1 ssl/statem/extensions_clnt.c
+8 −1 ssl/statem/extensions_srvr.c
+1 −1 ssl/statem/statem_srvr.c
+5 −1 test/build.info
+0 −2 test/cmsapitest.c
+2 −2 test/drbgtest.c
+2 −0 test/evp_extra_test2.c
+3 −5 test/helpers/ssltestlib.c
+220 −0 test/punycode_test.c
+11 −0 test/recipes/04-test_punycode.t
+9 −9 test/recipes/30-test_evp_data/evpmd_ripemd.txt
+41 −11 test/recipes/70-test_key_share.t
+11 −6 test/recipes/95-test_external_pyca_data/cryptography.sh
+1 −3 test/recordlentest.c
+1,001 −226 test/ssl-tests/14-curves.cnf
+24 −0 test/ssl-tests/14-curves.cnf.in
+1 −3 test/sslcorrupttest.c
+3 −4 test/testutil/driver.c
+0 −2 util/missingcrypto.txt

0 comments on commit 4a31c14

Please sign in to comment.