diff options
author | Theo Buehler <tb@openbsd.org> | 2025-01-19 01:36:31 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-01-19 01:37:12 -0700 |
commit | bb38a294f6032de2a5a710d3b6497eccf9fd6ab0 (patch) | |
tree | fea12ee8664240073f6d09953909507bf2034e2d | |
parent | c0b685916253b714ab26ea9faed4081e230f25dd (diff) | |
download | portable-bb38a294f6032de2a5a710d3b6497eccf9fd6ab0.tar.gz portable-bb38a294f6032de2a5a710d3b6497eccf9fd6ab0.tar.bz2 portable-bb38a294f6032de2a5a710d3b6497eccf9fd6ab0.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||