diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-27 07:51:18 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-27 07:52:27 -0600 |
commit | 7e69c3a6af5d7f407781a080fb526ed766394697 (patch) | |
tree | 2a53b464d173cae062cf10cb11afe79e46827895 | |
parent | 01217160b550c051097f10eeddd3fb100e50fafb (diff) | |
download | portable-7e69c3a6af5d7f407781a080fb526ed766394697.tar.gz portable-7e69c3a6af5d7f407781a080fb526ed766394697.tar.bz2 portable-7e69c3a6af5d7f407781a080fb526ed766394697.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -28,11 +28,24 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.8.1 - In development | ||
32 | |||
33 | * Portable changes | ||
34 | * Internal improvements | ||
35 | - Fixed alignment handling in SHA512. | ||
36 | - Moved the verified_chain to the correct internal struct. | ||
37 | * New features | ||
38 | * Compatibility changes | ||
39 | * Bug fixes | ||
40 | * Documentation improvements | ||
41 | * Testing and Proactive Security | ||
42 | |||
31 | 3.8.0 - Development release | 43 | 3.8.0 - Development release |
32 | 44 | ||
33 | * Portable changes | 45 | * Portable changes |
34 | - Extended the endian.h compat header with hto* and *toh macros. | 46 | - Extended the endian.h compat header with hto* and *toh macros. |
35 | - Adapted more tests to the portable framework. | 47 | - Adapted more tests to the portable framework. |
48 | - Internal tools are now statically linked. | ||
36 | * Internal improvements | 49 | * Internal improvements |
37 | - Improved sieve of Eratosthenes script used for generating a table | 50 | - Improved sieve of Eratosthenes script used for generating a table |
38 | of small primes. | 51 | of small primes. |
@@ -95,6 +108,14 @@ LibreSSL Portable Release Notes: | |||
95 | - As always, new test coverage is added as bugs are fixed and subsystems | 108 | - As always, new test coverage is added as bugs are fixed and subsystems |
96 | are cleaned up. | 109 | are cleaned up. |
97 | 110 | ||
111 | 3.7.3 - Bug and reliability fixes | ||
112 | |||
113 | * Bug fix | ||
114 | - Hostflags in the verify parameters would not propagate from an | ||
115 | SSL_CTX to newly created SSL. | ||
116 | * Reliability fix | ||
117 | - A double free or use after free could occur after SSL_clear(3). | ||
118 | |||
98 | 3.7.2 - Stable release | 119 | 3.7.2 - Stable release |
99 | 120 | ||
100 | * Portable changes | 121 | * Portable changes |
@@ -209,6 +230,20 @@ LibreSSL Portable Release Notes: | |||
209 | support for EVP_PKEY_ED25519, EVP_PKEY_HMAC and EVP_PKEY_X25519. | 230 | support for EVP_PKEY_ED25519, EVP_PKEY_HMAC and EVP_PKEY_X25519. |
210 | Poly1305 is not currently supported via this interface. | 231 | Poly1305 is not currently supported via this interface. |
211 | 232 | ||
233 | 3.6.3 - Bug and reliability fixes | ||
234 | |||
235 | * Bug fix | ||
236 | - Hostflags in the verify parameters would not propagate from an | ||
237 | SSL_CTX to newly created SSL. | ||
238 | * Reliability fix | ||
239 | - A double free or use after free could occur after SSL_clear(3). | ||
240 | |||
241 | 3.6.2 - Security release | ||
242 | |||
243 | * Security fix | ||
244 | - A malicious certificate revocation list or timestamp response token | ||
245 | would allow an attacker to read arbitrary memory. | ||
246 | |||
212 | 3.6.1 - Stable release | 247 | 3.6.1 - Stable release |
213 | 248 | ||
214 | * Bug fixes | 249 | * Bug fixes |