diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-11-22 09:15:19 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-11-22 09:15:19 -0700 |
| commit | 4884c6564df765454f4c38897a3bce2b1785765d (patch) | |
| tree | 28a541c3cd409f038fd76d587e3047ec4ca60c1f | |
| parent | a332334ec11c68ca15613158b94fc72528564c38 (diff) | |
| download | portable-4884c6564df765454f4c38897a3bce2b1785765d.tar.gz portable-4884c6564df765454f4c38897a3bce2b1785765d.tar.bz2 portable-4884c6564df765454f4c38897a3bce2b1785765d.zip | |
Update ChangeLog
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -37,6 +37,7 @@ LibreSSL Portable Release Notes: | |||
| 37 | - Bug fixes and simplifications in the Wycheproof tests. | 37 | - Bug fixes and simplifications in the Wycheproof tests. |
| 38 | * Compatibility changes | 38 | * Compatibility changes |
| 39 | - Added ChaCha20 and chacha20 aliases for ChaCha. | 39 | - Added ChaCha20 and chacha20 aliases for ChaCha. |
| 40 | - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). | ||
| 40 | * Bug fixes | 41 | * Bug fixes |
| 41 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). | 42 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). |
| 42 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and | 43 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and |
| @@ -45,6 +46,8 @@ LibreSSL Portable Release Notes: | |||
| 45 | - Stopped using ASN1_time_parse() outside of libcrypto. | 46 | - Stopped using ASN1_time_parse() outside of libcrypto. |
| 46 | - Prepared OPENSSL_gmtime() and OPENSSL_timegm() as public API | 47 | - Prepared OPENSSL_gmtime() and OPENSSL_timegm() as public API |
| 47 | wrappers of internal functions compatible with BoringSSL API. | 48 | wrappers of internal functions compatible with BoringSSL API. |
| 49 | - Removed print_bin() to avoid overwriting the stack with 5 bytes | ||
| 50 | of ' ' when ECPK parameters are printed with large indentation. | ||
| 48 | 51 | ||
| 49 | 3.8.2 - Stable release | 52 | 3.8.2 - Stable release |
| 50 | 53 | ||
