diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,9 +35,10 @@ LibreSSL Portable Release Notes: | |||
35 | * Internal improvements | 35 | * Internal improvements |
36 | - Cleaned up the error implementation. | 36 | - Cleaned up the error implementation. |
37 | - Many bug fixes and simplifications in the EC ASN.1 code. | 37 | - Many bug fixes and simplifications in the EC ASN.1 code. |
38 | - Corrected several DER encoding bugs for EC keys and parameters. | 38 | - Corrected DER encoding for EC keys and parameters. |
39 | - Polished EC_POINT_{oct2point,point2oct}() internals. | 39 | - Polished EC_POINT_{oct2point,point2oct}() internals. |
40 | - Reworked CPU capabilities detection. | 40 | - Reworked CPU capabilities detection. |
41 | - Plugged a leak in eckey_compute_pubkey(). | ||
41 | * Compatibility changes | 42 | * Compatibility changes |
42 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | 43 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). |
43 | It has no effect since LibreSSL doesn't call atexit(). | 44 | It has no effect since LibreSSL doesn't call atexit(). |