diff --git a/ChangeLog b/ChangeLog index 1a64821a49..1c011681f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,8 +38,10 @@ LibreSSL Portable Release Notes: - Many bug fixes and simplifications in the EC ASN.1 code. - Corrected DER encoding for EC keys and parameters. - Polished EC_POINT_{oct2point,point2oct}() internals. - - Reworked CPU capabilities detection. + - Reworked CPU capabilities detection for amd64 and aarch64. - Improved the code setting compressed coordinates for EC points. + - Added new SHA-256 assembly implementation for amd64. + - Rewrote BN_bn2binpad() and its lebin siblings. * Compatibility changes - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). It has no effect since LibreSSL doesn't call atexit().