diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ LibreSSL Portable Release Notes: | |||
45 | - New SHA-1, SHA-256 and SHA-512 assembly implementations for amd64. | 45 | - New SHA-1, SHA-256 and SHA-512 assembly implementations for amd64. |
46 | These make use of the SHA-NI instruction if it is available and | 46 | These make use of the SHA-NI instruction if it is available and |
47 | replace the perl-generated assembly optimized for museum pieces. | 47 | replace the perl-generated assembly optimized for museum pieces. |
48 | These are not yet enabled in libressl-portable. | ||
49 | - New SHA-256 assembly implementation for aarch64 making use of the | ||
50 | ARM Cryptographic Extension (CE). Not yet enabled in portable. | ||
48 | - New simplified, readable MD5 implementation for amd64. | 51 | - New simplified, readable MD5 implementation for amd64. |
49 | - Rewrote BN_bn2binpad() and its lebin siblings. | 52 | - Rewrote BN_bn2binpad() and its lebin siblings. |
50 | - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated. | 53 | - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated. |