aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1d6d36..d62bb25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.