diff options
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,8 +38,10 @@ LibreSSL Portable Release Notes: | |||
38 | - Many bug fixes and simplifications in the EC ASN.1 code. | 38 | - Many bug fixes and simplifications in the EC ASN.1 code. |
39 | - Corrected DER encoding for EC keys and parameters. | 39 | - Corrected DER encoding for EC keys and parameters. |
40 | - Polished EC_POINT_{oct2point,point2oct}() internals. | 40 | - Polished EC_POINT_{oct2point,point2oct}() internals. |
41 | - Reworked CPU capabilities detection. | 41 | - Reworked CPU capabilities detection for amd64 and aarch64. |
42 | - Improved the code setting compressed coordinates for EC points. | 42 | - Improved the code setting compressed coordinates for EC points. |
43 | - Added new SHA-256 assembly implementation for amd64. | ||
44 | - Rewrote BN_bn2binpad() and its lebin siblings. | ||
43 | * Compatibility changes | 45 | * Compatibility changes |
44 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | 46 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). |
45 | It has no effect since LibreSSL doesn't call atexit(). | 47 | It has no effect since LibreSSL doesn't call atexit(). |