aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-01-25 08:39:20 -0700
committerTheo Buehler <tb@openbsd.org>2025-01-25 08:39:20 -0700
commit63b31651802015069b531ccae1269e680e233a9d (patch)
treeff202c174d7dbe51455784662b5ab1f623c6ebc4
parent7428e5554cf44e9606dc72ba65671da5e127fd22 (diff)
downloadportable-63b31651802015069b531ccae1269e680e233a9d.tar.gz
portable-63b31651802015069b531ccae1269e680e233a9d.tar.bz2
portable-63b31651802015069b531ccae1269e680e233a9d.zip
Update ChangeLog
-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().