aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f654fa..114a9ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.