diff options
author | Theo Buehler <tb@openbsd.org> | 2025-03-26 02:57:37 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-03-26 02:57:37 -0600 |
commit | 730988166ec0df6f1f371b0e2c615495dc9113a5 (patch) | |
tree | d1bf1ffff808db2046e3477496eabfdf8ec12694 | |
parent | 97e1c7d1f651fff98f7624ff4ba53eac58febc07 (diff) | |
download | portable-730988166ec0df6f1f371b0e2c615495dc9113a5.tar.gz portable-730988166ec0df6f1f371b0e2c615495dc9113a5.tar.bz2 portable-730988166ec0df6f1f371b0e2c615495dc9113a5.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |