aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-05-27 07:51:18 -0600
committerTheo Buehler <tb@openbsd.org>2023-05-27 07:52:27 -0600
commit7e69c3a6af5d7f407781a080fb526ed766394697 (patch)
tree2a53b464d173cae062cf10cb11afe79e46827895
parent01217160b550c051097f10eeddd3fb100e50fafb (diff)
downloadportable-7e69c3a6af5d7f407781a080fb526ed766394697.tar.gz
portable-7e69c3a6af5d7f407781a080fb526ed766394697.tar.bz2
portable-7e69c3a6af5d7f407781a080fb526ed766394697.zip
Update ChangeLog
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc453d0..f05fd3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,11 +28,24 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.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
313.8.0 - Development release 433.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
1113.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
983.7.2 - Stable release 1193.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
2333.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
2413.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
2123.6.1 - Stable release 2473.6.1 - Stable release
213 248
214 * Bug fixes 249 * Bug fixes