diff options
author | Theo Buehler <tb@openbsd.org> | 2024-10-29 00:51:41 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-10-29 00:51:41 -0600 |
commit | f9df014f5991e243d28ab903e403d0d68aaeb3c6 (patch) | |
tree | 061b779c0fde4a8e2852065d689c8d1491607674 | |
parent | d219952fac6cd6aac20fa3c2c07573f4aa136fd1 (diff) | |
download | portable-f9df014f5991e243d28ab903e403d0d68aaeb3c6.tar.gz portable-f9df014f5991e243d28ab903e403d0d68aaeb3c6.tar.bz2 portable-f9df014f5991e243d28ab903e403d0d68aaeb3c6.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ LibreSSL Portable Release Notes: | |||
38 | - Corrected DER encoding 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(). |