Skip to content

Commit

Permalink
Bump to 3.0.5 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored Jul 5, 2022
1 parent 0e9ec2f commit 87c618a
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.8+3.0.4"
version = "300.0.9+3.0.5"
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 67 files
+1 −0 .github/workflows/run-checker-ci.yml
+31 −0 CHANGES.md
+10 −0 NEWS.md
+2 −2 VERSION.dat
+5 −5 apps/ca.c
+3 −2 apps/dsaparam.c
+2 −2 apps/gendsa.c
+3 −3 apps/lib/apps.c
+2 −0 apps/s_server.c
+4 −4 apps/ts.c
+3 −3 crypto/aes/asm/aesni-x86.pl
+33 −52 crypto/bio/bss_dgram.c
+5 −3 crypto/bn/bn_gcd.c
+3 −0 crypto/bn/rsaz_exp_x2.c
+2 −2 crypto/cmp/cmp_protect.c
+3 −1 crypto/conf/conf_mod.c
+7 −7 crypto/der_writer.c
+5 −0 crypto/dh/dh_ameth.c
+5 −0 crypto/dsa/dsa_ameth.c
+2 −2 crypto/ec/ec_asn1.c
+5 −0 crypto/ec/ec_backend.c
+18 −6 crypto/ec/ec_lib.c
+1 −4 crypto/evp/evp_local.h
+2 −2 crypto/evp/evp_pbe.c
+8 −0 crypto/http/http_client.c
+5 −5 crypto/property/property_parse.c
+4 −4 crypto/provider_core.c
+5 −2 crypto/rsa/rsa_backend.c
+2 −2 crypto/rsa/rsa_chk.c
+20 −2 crypto/store/store_result.c
+6 −2 crypto/x509/by_store.c
+12 −2 crypto/x509/v3_addr.c
+2 −0 crypto/x509/v3_sxnet.c
+3 −3 crypto/x509/x509_d2.c
+4 −4 doc/internal/man3/ossl_DER_w_bn.pod
+2 −2 doc/internal/man7/DERlib.pod
+7 −1 doc/man3/EVP_set_default_properties.pod
+17 −5 doc/man3/PEM_X509_INFO_read_bio_ex.pod
+3 −3 doc/man3/SSL_get_current_cipher.pod
+3 −3 doc/man7/provider-cipher.pod
+3 −3 doc/man7/provider-digest.pod
+3 −3 doc/man7/provider-kdf.pod
+3 −3 doc/man7/provider-mac.pod
+15 −6 doc/man7/provider-storemgmt.pod
+3 −2 fuzz/asn1.c
+3 −0 include/crypto/evp.h
+2 −2 include/internal/der.h
+12 −3 providers/common/der/der_rsa_key.c
+16 −33 providers/fips-sources.checksums
+1 −1 providers/fips.checksum
+0 −17 providers/fips.module.sources
+3 −1 providers/implementations/kdfs/tls1_prf.c
+5 −3 providers/implementations/kdfs/x942kdf.c
+2 −1 providers/implementations/keymgmt/ec_kmgmt.c
+6 −1 ssl/t1_lib.c
+12 −0 test/evp_extra_test.c
+8 −4 test/evp_test.c
+142 −0 test/fake_rsaprov.c
+53 −0 test/provider_pkey_test.c
+6 −2 test/recipes/15-test_rsapss.t
+29 −0 test/recipes/15-test_rsapss_data/negativesaltlen.pem
+46 −2 test/recipes/20-test_cli_fips.t
+26 −3 test/recipes/25-test_verify.t
+51 −1 test/recipes/30-test_evp_data/evpciph_aes_ocb.txt
+115 −0 test/v3ext.c
+2 −0 test/v3nametest.c
+0 −2 util/missingcrypto.txt

0 comments on commit 87c618a

Please sign in to comment.