diff options
author | Theo Buehler <tb@openbsd.org> | 2024-12-10 05:47:31 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-12-10 05:47:31 -0700 |
commit | 393106f71d00436423213513cbad331d25b2da08 (patch) | |
tree | ea85c83d777c5df8d18442a25aa578a86b406266 | |
parent | 218dc42e04f1d8b8b9c067f4ecfc729d12ebf505 (diff) | |
download | portable-393106f71d00436423213513cbad331d25b2da08.tar.gz portable-393106f71d00436423213513cbad331d25b2da08.tar.bz2 portable-393106f71d00436423213513cbad331d25b2da08.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -41,7 +41,9 @@ LibreSSL Portable Release Notes: | |||
41 | - Rewrote the wNAF code for fast ECDSA verification. | 41 | - Rewrote the wNAF code for fast ECDSA verification. |
42 | - Reworked CPU capabilities detection for amd64 and aarch64. | 42 | - Reworked CPU capabilities detection for amd64 and aarch64. |
43 | - Improved the code setting compressed coordinates for EC points. | 43 | - Improved the code setting compressed coordinates for EC points. |
44 | - Added new SHA-256 assembly implementation for amd64. | 44 | - New SHA-1, SHA-256 and SHA-512 assembly implementations for amd64. |
45 | These make use of the SHA-NI instruction if it is available and | ||
46 | replace the perl-generated assembly optimized for museum pieces. | ||
45 | - Rewrote BN_bn2binpad() and its lebin siblings. | 47 | - Rewrote BN_bn2binpad() and its lebin siblings. |
46 | * Compatibility changes | 48 | * Compatibility changes |
47 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | 49 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). |