aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82d0006..ce28ed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -167,6 +167,19 @@ LibreSSL Portable Release Notes:
167 ssl_sigalg_select(). 167 ssl_sigalg_select().
168 - Made fatal alerts fatal in QUIC. 168 - Made fatal alerts fatal in QUIC.
169 169
1703.9.2 - Stable release
171
172 * Bugfixes
173 - OpenBSD 7.5 errata 003. A missing bounds check could lead to a crash
174 due to dereferencing a zero-sized allocation.
175
1763.9.1 - Stable release
177
178 * Portable changes
179 - Updated tests with expiring certificates
180 - CET-related build fixes for Windows and macOS targets
181 - update libtls linker script to include libssl and libcrypto again
182
1703.9.0 - Development release 1833.9.0 - Development release
171 184
172 * Portable changes 185 * Portable changes
@@ -244,6 +257,13 @@ LibreSSL Portable Release Notes:
244 stack. 257 stack.
245 - Made in-place decryption work for EVP_chacha20_poly1305(). 258 - Made in-place decryption work for EVP_chacha20_poly1305().
246 259
2603.8.4 - Stable release
261
262 * Portable changes
263 - Updated tests with expiring certificates
264 - CET-related build fixes for Windows and macOS targets
265 - update libtls linker script to include libssl and libcrypto again
266
2473.8.3 - Stable release 2673.8.3 - Stable release
248 268
249 * Portable changes 269 * Portable changes