aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a697383..02f448c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,8 +46,9 @@ LibreSSL Portable Release Notes:
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. 48 These are not yet enabled in libressl-portable.
49 - New SHA-256 assembly implementation for aarch64 making use of the 49 - New SHA-256 and SHA-512 assembly implementations for aarch64
50 ARM Cryptographic Extension (CE). Not yet enabled in portable. 50 making use of the ARM Cryptographic Extension (CE). Not yet
51 enabled in libressl-portable.
51 - New simplified, readable MD5 implementation for amd64. 52 - New simplified, readable MD5 implementation for amd64.
52 - Rewrote BN_bn2binpad() and its lebin siblings. 53 - Rewrote BN_bn2binpad() and its lebin siblings.
53 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated. 54 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated.