diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-21 11:50:57 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-21 11:52:18 -0600 |
commit | 35368ffce8493c82155fac2eff9fe2eaab6473e8 (patch) | |
tree | c454f89f3195145844dc006767222f0a28f33012 | |
parent | 06cdbdd44946fc237fef18fbc15d8fd5aa6f435d (diff) | |
download | portable-35368ffce8493c82155fac2eff9fe2eaab6473e8.tar.gz portable-35368ffce8493c82155fac2eff9fe2eaab6473e8.tar.bz2 portable-35368ffce8493c82155fac2eff9fe2eaab6473e8.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,8 @@ LibreSSL Portable Release Notes: | |||
50 | - Added support for truncated SHA-2 and for SHA-3. | 50 | - Added support for truncated SHA-2 and for SHA-3. |
51 | - The BPSW primality test performs additional Miller-Rabin rounds | 51 | - The BPSW primality test performs additional Miller-Rabin rounds |
52 | with random bases to reduce the likelihood of composites passing. | 52 | with random bases to reduce the likelihood of composites passing. |
53 | - Allow testing of ciphers and digests using badly aligned buffers | ||
54 | in openssl speed. | ||
53 | * Compatibility changes | 55 | * Compatibility changes |
54 | - Support for GF2m was removed: BIGNUM no longer supports binary extension | 56 | - Support for GF2m was removed: BIGNUM no longer supports binary extension |
55 | field arithmetic and all binary elliptic builtin curves were removed. | 57 | field arithmetic and all binary elliptic builtin curves were removed. |
@@ -64,6 +66,8 @@ LibreSSL Portable Release Notes: | |||
64 | - The POLICY_TREE and its related structures and API were removed. | 66 | - The POLICY_TREE and its related structures and API were removed. |
65 | - The explicitText user notice uses UTF8String instead of VisibleString | 67 | - The explicitText user notice uses UTF8String instead of VisibleString |
66 | to reduce the risk of emitting certificates with invalid DER-encoding. | 68 | to reduce the risk of emitting certificates with invalid DER-encoding. |
69 | - Initial fixes for RSA-PSS suport to make the TLSv1.3 stack more compliant | ||
70 | with RFC 8446. | ||
67 | * Bug fixes | 71 | * Bug fixes |
68 | - Correctly handle negative input to various BIGNUM functions. | 72 | - Correctly handle negative input to various BIGNUM functions. |
69 | - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. | 73 | - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. |