aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13fa7d0..e7b9cf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,7 @@ LibreSSL Portable Release Notes:
44 - New SHA-1, SHA-256 and SHA-512 assembly implementations 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 45 These make use of the SHA-NI instruction if it is available and
46 replace the perl-generated assembly optimized for museum pieces. 46 replace the perl-generated assembly optimized for museum pieces.
47 - New simplified, readable MD5 implementation for amd64.
47 - Rewrote BN_bn2binpad() and its lebin siblings. 48 - Rewrote BN_bn2binpad() and its lebin siblings.
48 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated. 49 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated.
49 - Rewrote TS_ASN1_INTEGER_print_bio(). 50 - Rewrote TS_ASN1_INTEGER_print_bio().