fix more formatting and remove redundancy
This commit is contained in:
parent
ce4536684c
commit
ab7e90a209
63
ChangeLog
63
ChangeLog
@ -28,7 +28,6 @@ history is also available from Git.
|
|||||||
|
|
||||||
LibreSSL Portable Release Notes:
|
LibreSSL Portable Release Notes:
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
3.7.1 - Development release
|
3.7.1 - Development release
|
||||||
|
|
||||||
* Internal improvements
|
* Internal improvements
|
||||||
@ -38,69 +37,69 @@ LibreSSL Portable Release Notes:
|
|||||||
- Imported s2n-bignum's constant time assembly primitives.
|
- Imported s2n-bignum's constant time assembly primitives.
|
||||||
Use them for amd64 and arm64.
|
Use them for amd64 and arm64.
|
||||||
- Lots of cleanup, simplification and bug fixes
|
- Lots of cleanup, simplification and bug fixes
|
||||||
- Assorted initial cleanup in the EC code
|
|
||||||
- Fixed Perl assembly generators to move constants into .rodata.
|
- Fixed Perl assembly generators to move constants into .rodata.
|
||||||
This allows code to run with execute-only permissions
|
This allows code to run with execute-only permissions.
|
||||||
- ASN1 parsing rework and improvements
|
- ASN1 parsing rework and improvements
|
||||||
- Make UI_destroy_method() NULL safe.
|
- Make UI_destroy_method() NULL safe.
|
||||||
- Various improvements to nc
|
- Various improvements to nc
|
||||||
- Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup().
|
- Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup().
|
||||||
- Various internal EC improvements.
|
- Cap the number of iterations in ECDSA signing,DSA signing, and other
|
||||||
- Various openssl(1) improvements.
|
DSA sanity checks.
|
||||||
- Cap the number of iterations in ECDSA signing
|
|
||||||
- Cap the number of iterations in DSA signing, and other DSA sanity checks.
|
|
||||||
- Always clear EC groups and points on free.
|
- Always clear EC groups and points on free.
|
||||||
- Various other internal cleanups
|
- Cleanup and improvements in EC code
|
||||||
|
- Various openssl(1) improvements.
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
- Fixed a memory leak, a double free and various other issues in
|
- Fixed a memory leak, a double free and various other issues in
|
||||||
BIO_new_NDEF()
|
BIO_new_NDEF()
|
||||||
- Avoid infinite loops in DSA and ECDSA signing
|
- Avoid infinite loops in DSA and ECDSA signing.
|
||||||
- Check DSA parameter sanity
|
- Check DSA parameter sanity
|
||||||
- Fixed various crashes in the openssl(1) testing utility
|
- Fixed various crashes in the openssl(1) testing utility.
|
||||||
- Do not check policies by default in the new X.509 verifier
|
- Do not check policies by default in the new X.509 verifier.
|
||||||
- Avoid -0 in BN_div_word().
|
- Avoid -0 in BN_div_word().
|
||||||
- Fix an off-by-one in dsa_check_key()
|
- Fix an off-by-one in dsa_check_key().
|
||||||
- openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANS
|
- Avoid crash with ASN.1 BOOLEANS in openssl(1) asn1parse.
|
||||||
- Add missing error checking in PKCS7
|
- Add missing error checking in PKCS7.
|
||||||
* Compatibility changes
|
* Compatibility changes
|
||||||
- correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3)
|
- Correct the prototypes of BIO_get_conn_ip(3) and
|
||||||
|
BIO_get_conn_int_port(3).
|
||||||
- Provide UI_null()
|
- Provide UI_null()
|
||||||
- Expose various X509_STORE_*check_issued()
|
- Expose various X509_STORE_*check_issued()
|
||||||
- Expose X509_CRL_get0_sigalg() and X509_get0_uids
|
- Expose X509_CRL_get0_sigalg() and X509_get0_uids
|
||||||
- Expose the EVP_CIPHER_meth_* API (setter only) in evp.h
|
- Expose the EVP_CIPHER_meth_* API (setter only) in evp.h
|
||||||
- Introduce X509_get0_uids() accessor function
|
- Introduce X509_get0_uids() accessor function
|
||||||
* Documentation improvements
|
* Documentation improvements
|
||||||
- Mark BIO_s_log(3) BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), BIO_nwrite(3),
|
- Mark BIO_s_log(3) BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), BIO_nwrite(3),
|
||||||
BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented.
|
BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented.
|
||||||
- Document BIO_number_read(3) and BIO_number_written(3)
|
|
||||||
- Merge documentation of UI_null() from OpenSSL 1.1
|
- Merge documentation of UI_null() from OpenSSL 1.1
|
||||||
- Document BIO_set_retry_read(3), BIO_set_retry_write(3), BIO_set_retry_special(3),
|
- Document BIO_number_read(3), BIO_number_written(3),
|
||||||
BIO_clear_retry_flags(3), BIO_get_retry_flags(3), and the BIO_FLAGS_* constants
|
BIO_set_retry_read(3), BIO_set_retry_write(3),
|
||||||
- Document BIO_dup_chain(3).
|
BIO_set_retry_special(3), BIO_clear_retry_flags(3),
|
||||||
- Document BIO_set_flags(3), BIO_clear_flags(3), BIO_test_flags(3), and BIO_get_flags(3).
|
BIO_get_retry_flags(3), BIO_dup_chain(3), BIO_set_flags(3),
|
||||||
- Document BIO_callback_fn_ex(3), BIO_set_callback_ex(3), BIO_get_callback_ex(3),
|
BIO_clear_flags(3), BIO_test_flags(3), BIO_get_flags(3).
|
||||||
and BIO_callback_fn(3).
|
BIO_callback_fn_ex(3), BIO_set_callback_ex(3), BIO_get_callback_ex(3),
|
||||||
|
BIO_callback_fn(3), and the BIO_FLAGS_* constants
|
||||||
- Document ED25519_keypair(3), ED25519_sign(3), and ED25519_verify(3).
|
- Document ED25519_keypair(3), ED25519_sign(3), and ED25519_verify(3).
|
||||||
- Document EVP_PKEY_new_raw_private_key(3), EVP_PKEY_new_raw_public_key(3),
|
- Document EVP_PKEY_new_raw_private_key(3),
|
||||||
EVP_PKEY_get_raw_private_key(3), and EVP_PKEY_get_raw_public_key(3).
|
EVP_PKEY_new_raw_public_key(3), EVP_PKEY_get_raw_private_key(3), and
|
||||||
|
EVP_PKEY_get_raw_public_key(3).
|
||||||
- Document ASN1_buf_print(3).
|
- Document ASN1_buf_print(3).
|
||||||
- Document ED25519_keypair(3), ED25519_sign(3), and ED25519_verify(3).
|
|
||||||
- Document ECDSA_SIG_get0_{r,s}().
|
- Document ECDSA_SIG_get0_{r,s}().
|
||||||
- Document DH_get0_* for individual DH members.
|
- Document DH_get0_* for individual DH members.
|
||||||
- Document DSA_get0_* for individual DSA members
|
- Document DSA_get0_* for individual DSA members
|
||||||
- Document RSA_get0_* for individual RSA members.
|
- Document RSA_get0_* for individual RSA members.
|
||||||
- Various spelling and other documentation improvements.
|
- Various spelling and other documentation improvements.
|
||||||
* Testing and Proactive Security
|
* Testing and Proactive Security
|
||||||
- As always, new test coverage is added as bugs are fixed and
|
- As always, new test coverage is added as bugs are fixed and subsystems
|
||||||
subsystems are cleaned up
|
are cleaned up
|
||||||
- New Wycheproof tests added.
|
- New Wycheproof tests added.
|
||||||
- OpenSSL 3.0 Interop tests added.
|
- OpenSSL 3.0 Interop tests added.
|
||||||
- Many old tests rewritten, cleaned up and extended.
|
- Many old tests rewritten, cleaned up and extended.
|
||||||
* Security fix
|
* Security fix
|
||||||
- A malicious certificate revocation list or timestamp response token
|
- A malicious certificate revocation list or timestamp response token
|
||||||
would allow an attacker to read arbitrary memory.
|
would allow an attacker to read arbitrary memory.
|
||||||
|
|
||||||
3.7.0 - Development release
|
3.7.0 - Development release
|
||||||
|
|
||||||
* Internal improvements
|
* Internal improvements
|
||||||
- Remove dependency on system timegm() and gmtime() by replacing
|
- Remove dependency on system timegm() and gmtime() by replacing
|
||||||
traditional Julian date conversion with POSIX epoch-seconds date
|
traditional Julian date conversion with POSIX epoch-seconds date
|
||||||
|
Loading…
x
Reference in New Issue
Block a user