Skip to content

Commit

Permalink
Bump to 1.1.1u (alexcrichton#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored May 31, 2023
1 parent 97babda commit a9b8f74
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 = "111.25.3+1.1.1t"
version = "111.26.0+1.1.1u"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion openssl
Submodule openssl updated 44 files
+58 −0 CHANGES
+6 −4 Configurations/descrip.mms.tmpl
+2 −1 Configurations/windows-makefile.tmpl
+1 −1 Configure
+9 −0 NEWS
+2 −2 README
+2 −2 crypto/aes/asm/bsaes-armv7.pl
+7 −1 crypto/asn1/a_bitstr.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
+5 −2 crypto/conf/conf_sap.c
+1 −2 crypto/err/openssl.txt
+20 −1 crypto/objects/obj_dat.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
+8 −3 doc/man3/X509_VERIFY_PARAM_set_flags.pod
+14 −3 engines/e_padlock.c
+0 −5 include/crypto/bn.h
+3 −3 include/openssl/opensslv.h
+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
+13 −2 test/recipes/25-test_verify.t
+1 −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

0 comments on commit a9b8f74

Please sign in to comment.