Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Feb 8, 2025
1 parent 1912261 commit a7cdf13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ LibreSSL Portable Release Notes:
- Simplified and cleaned up the BN_RECP_CTX internals.
- Improved SM4 to match other symmetric ciphers more closely.
- Rewrote X509_NAME_oneline() and X509_NAME_print() using CBS/CBB.
- CRLs are now cached in the issuer cache like certificates.
* Compatibility changes
- Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
It has no effect since LibreSSL doesn't call atexit().
- Elliptic curve parameters are only accepted if they encode a
built-in curve.
- EC_METHOD is no longer public and the API exposing it has been
removed. This includes EC_GROUP_new(), EC_GFp_mont_method(),
EC_GROUP_get_method_of() and EC_METHOD_get_field_type().
- All elliptic curves over fields with less than 224 bits and a
few more were removed from the built-in curves. This includes
all WTLS curves and P-192.
Expand Down

0 comments on commit a7cdf13

Please sign in to comment.