diff options
author | Theo Buehler <tb@openbsd.org> | 2025-02-08 10:19:49 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-02-08 10:23:51 -0700 |
commit | a7cdf136c5b06b60524c30a90fe92553ea38e6af (patch) | |
tree | 7be07f29f27cef698049fcac3ad357e370a4a936 | |
parent | 1912261290c90bb2f7895986e7ac4d12e8226202 (diff) | |
download | portable-a7cdf136c5b06b60524c30a90fe92553ea38e6af.tar.gz portable-a7cdf136c5b06b60524c30a90fe92553ea38e6af.tar.bz2 portable-a7cdf136c5b06b60524c30a90fe92553ea38e6af.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,11 +52,15 @@ LibreSSL Portable Release Notes: | |||
52 | - Simplified and cleaned up the BN_RECP_CTX internals. | 52 | - Simplified and cleaned up the BN_RECP_CTX internals. |
53 | - Improved SM4 to match other symmetric ciphers more closely. | 53 | - Improved SM4 to match other symmetric ciphers more closely. |
54 | - Rewrote X509_NAME_oneline() and X509_NAME_print() using CBS/CBB. | 54 | - Rewrote X509_NAME_oneline() and X509_NAME_print() using CBS/CBB. |
55 | - CRLs are now cached in the issuer cache like certificates. | ||
55 | * Compatibility changes | 56 | * Compatibility changes |
56 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | 57 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). |
57 | It has no effect since LibreSSL doesn't call atexit(). | 58 | It has no effect since LibreSSL doesn't call atexit(). |
58 | - Elliptic curve parameters are only accepted if they encode a | 59 | - Elliptic curve parameters are only accepted if they encode a |
59 | built-in curve. | 60 | built-in curve. |
61 | - EC_METHOD is no longer public and the API exposing it has been | ||
62 | removed. This includes EC_GROUP_new(), EC_GFp_mont_method(), | ||
63 | EC_GROUP_get_method_of() and EC_METHOD_get_field_type(). | ||
60 | - All elliptic curves over fields with less than 224 bits and a | 64 | - All elliptic curves over fields with less than 224 bits and a |
61 | few more were removed from the built-in curves. This includes | 65 | few more were removed from the built-in curves. This includes |
62 | all WTLS curves and P-192. | 66 | all WTLS curves and P-192. |