-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'openssl/' changes from 75a6bc17f32..19cc035b6c6
19cc035b6c6 Prepare for release of 3.0.7 4539f7486b8 make update 2fa4bde7264 Update copyright year cf889ec8d9e Update CHANGES.md and NEWS.md for new release f0f530216bf punycode: add unit tests c42165b5706 Fix CVE-2022-3786 in punycode decoder. fe3b639dc19 Fix CVE-2022-3602 in punycode decoder. 4bae06d47ae tests: clear error queue before executing a testcase e6623693597 Fix parameter names for RSA private key example bc84a93a992 Make openVMS seeding less dependent of OpenVMS version 34e3cbf99f2 Use RSA CRT parameters in FIPS self tests. 1cfc95b25c9 test: driver: fix -Wunused-but-set-variable 1b85fc806a7 x509: fix -Wunused-but-set-variable e8c8f6faeac txt_db: fix -Wunused-but-set-variable 15d698d2f82 pem: fix -Wunused-but-set-variable 49c2c81d55d CI: add Clang 15 33da0e2b0d0 CI: Upgrade to Ubuntu 22.04 to add GCC 12, Clang 13, Clang 14 e701d98618e CI: add GCC 11 3efb41c026d ssl_cipher_process_rulestr: don't read outside rule_str buffer 38acfc30cc7 Add missing ERR_R_XXX_LIB codes 840a8298297 Finer grained error records for provider load/init failures 9cbd2e1098c Fix a lock in provider_remove_store_methods() b0ef844283f openssl list: Fix help text about -cipher-algorithms option 0b3fec50229 Workaround egd rand source deficiencies 3e9ce25c6a3 Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessary to build the BIO chain and better make the caller directly return NULL f713ec7d9d1 doc: fix copy/paste error 6c366417f74 Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTO b20d44eac8f Document the stack functions that are forgiving 367ee2152e0 stack: Do not add error if pop/shift/value accesses outside of the stack d8f0b0fc1fe Fix trivial check_docs CI failure 0c9441652bb Add changes entry for RIPEMD160 in 3.0.7 2561dea8c60 Replace BIO_free(bio_err) with BIO_free_all(bio_err) e5b8044a7a8 update pyca cryptography to 38.0.2 f531e4ae0c3 link the pyca tests against the correct openssl bd7379b0db5 Fix no longer implicitly refresh the cached TBSCertificate 312a6b3a032 Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc. f1e990b855c ripemd: document as being present in the default provider 2f355186551 Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips source 4534468866c default provider: include RIPEMD160 c861c3ee142 Add a test for TLSv1.3 only client sending a correct key_share 78d00e05a53 Add a test for where a client sends a non-TLSv1.3 key share 3df6aed7826 Ensure that the key share group is allowed for our protocol version e2b2e6b166b init: fix defined but unused warning/error 69c71545456 disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2 679ea6a1d4f Fix documentation for OFB/OCB in the FIPS provider bba03df4d98 Add missing include for DH_get0_priv_key() 5b5ab6ebe6d Fix an occasional CI failure due to unaligned access e18186aa6ab Add translation for ECX group parameter 667ece5ed08 eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRING cdb505ea475 Prepare for 3.0.7 git-subtree-dir: openssl git-subtree-split: 19cc035b6c6f2283573d29c7ea7f7d675cf750ce
- Loading branch information
Showing
63 changed files
with
1,977 additions
and
701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
MAJOR=3 | ||
MINOR=0 | ||
PATCH=6 | ||
PATCH=7 | ||
PRE_RELEASE_TAG= | ||
BUILD_METADATA= | ||
RELEASE_DATE="11 Oct 2022" | ||
RELEASE_DATE="1 Nov 2022" | ||
SHLIB_VERSION=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.