diff options
author | Theo Buehler <tb@openbsd.org> | 2024-11-09 11:52:12 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-11-09 11:52:12 -0700 |
commit | 597c1da5efbca133753730651bd5136661acdfc3 (patch) | |
tree | ad3f57021aac6d3fd36d279921305ef9fba4e635 | |
parent | 6719dbb2e0ed69ff1cba8797c66be6b74819ca98 (diff) | |
download | portable-597c1da5efbca133753730651bd5136661acdfc3.tar.gz portable-597c1da5efbca133753730651bd5136661acdfc3.tar.bz2 portable-597c1da5efbca133753730651bd5136661acdfc3.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,8 +38,10 @@ LibreSSL Portable Release Notes: | |||
38 | - Many bug fixes and simplifications in the EC ASN.1 code. | 38 | - Many bug fixes and simplifications in the EC ASN.1 code. |
39 | - Corrected DER encoding for EC keys and parameters. | 39 | - Corrected DER encoding for EC keys and parameters. |
40 | - Polished EC_POINT_{oct2point,point2oct}() internals. | 40 | - Polished EC_POINT_{oct2point,point2oct}() internals. |
41 | - Reworked CPU capabilities detection. | 41 | - Reworked CPU capabilities detection for amd64 and aarch64. |
42 | - Improved the code setting compressed coordinates for EC points. | 42 | - Improved the code setting compressed coordinates for EC points. |
43 | - Added new SHA-256 assembly implementation for amd64. | ||
44 | - Rewrote BN_bn2binpad() and its lebin siblings. | ||
43 | * Compatibility changes | 45 | * Compatibility changes |
44 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | 46 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). |
45 | It has no effect since LibreSSL doesn't call atexit(). | 47 | It has no effect since LibreSSL doesn't call atexit(). |