aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f10a1f..c77b7ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,7 @@ LibreSSL Portable Release Notes:
47 - Rewrote BN_bn2binpad() and its lebin siblings. 47 - Rewrote BN_bn2binpad() and its lebin siblings.
48 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated. 48 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated.
49 - Rewrote TS_ASN1_INTEGER_print_bio(). 49 - Rewrote TS_ASN1_INTEGER_print_bio().
50 - Improved bit counter handling in MD5.
50 * Compatibility changes 51 * Compatibility changes
51 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 52 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
52 It has no effect since LibreSSL doesn't call atexit(). 53 It has no effect since LibreSSL doesn't call atexit().
@@ -63,6 +64,8 @@ LibreSSL Portable Release Notes:
63 - Imported ML-KEM 768 and 1024 from BoringSSL. 64 - Imported ML-KEM 768 and 1024 from BoringSSL.
64 * Bug fixes 65 * Bug fixes
65 - Plugged a leak in eckey_compute_pubkey(). 66 - Plugged a leak in eckey_compute_pubkey().
67 - Again allow the magic values -1, -2 and -3 for the salt length
68 of an RSA-PSS key in the EVP_PKEY_CTX_ctrl_str() interface.
66 * Testing and proactive security 69 * Testing and proactive security
67 - Improved regress coverage of the EC code. 70 - Improved regress coverage of the EC code.
68 71