diff options
-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(). |