diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-11-15 15:27:32 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-11-15 15:27:32 -0700 |
| commit | 746944b43576b8ea3773ffeb0b554b8b0964cf75 (patch) | |
| tree | d075ff50a38c2809d7625e7ecab01d13069222dc | |
| parent | daca1b4e36e7b5e141f99e0b65bb7728431631ba (diff) | |
| download | portable-746944b43576b8ea3773ffeb0b554b8b0964cf75.tar.gz portable-746944b43576b8ea3773ffeb0b554b8b0964cf75.tar.bz2 portable-746944b43576b8ea3773ffeb0b554b8b0964cf75.zip | |
Update ChangeLog
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -42,6 +42,9 @@ LibreSSL Portable Release Notes: | |||
| 42 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and | 42 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and |
| 43 | potentially incorrect encodings. | 43 | potentially incorrect encodings. |
| 44 | - Fixed potential double free in X509v3_asid_add_id_or_range(). | 44 | - Fixed potential double free in X509v3_asid_add_id_or_range(). |
| 45 | - Stopped using ASN1_time_parse() outside of libcrypto. | ||
| 46 | - Prepared OPENSSL_gmtime() and OPENSSL_timegm() as public API | ||
| 47 | wrappers of internal functions compatible with BoringSSL API. | ||
| 45 | 48 | ||
| 46 | 3.8.2 - Stable release | 49 | 3.8.2 - Stable release |
| 47 | 50 | ||
