aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2020-12-08 16:15:35 +0100
committerTheo Buehler <tb@openbsd.org>2020-12-08 16:15:35 +0100
commitc50f8e2c6c066be053a2886cfddc41992fb2ca82 (patch)
tree108d1605bf67249031d25fd511a98c50c249a8f6
parent7734eb9c8a9a2e7bd60746779ac0fc014090b179 (diff)
downloadportable-c50f8e2c6c066be053a2886cfddc41992fb2ca82.tar.gz
portable-c50f8e2c6c066be053a2886cfddc41992fb2ca82.tar.bz2
portable-c50f8e2c6c066be053a2886cfddc41992fb2ca82.zip
Release notes for GENERAL_NAME_cmp() NULL derefv3.3.1
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06fedf4..d65412e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,11 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.3.1 - Security fix
32
33 * Malformed ASN.1 in a certificate revocation list or a timestamp
34 response token can lead to a NULL pointer dereference.
35
313.3.0 - Development release 363.3.0 - Development release
32 37
33 * Make openssl(1) s_server ignore -4 and -6 for compatibility with 38 * Make openssl(1) s_server ignore -4 and -6 for compatibility with
@@ -129,6 +134,11 @@ LibreSSL Portable Release Notes:
129 134
130 * Various documentation improvements, particularly around TLS methods. 135 * Various documentation improvements, particularly around TLS methods.
131 136
1373.2.3 - Security fix
138
139 * Malformed ASN.1 in a certificate revocation list or a timestamp
140 response token can lead to a NULL pointer dereference.
141
1323.2.2 - Stable release 1423.2.2 - Stable release
133 143
134 * This is the first stable release with the new TLSv1.3 144 * This is the first stable release with the new TLSv1.3
@@ -380,6 +390,11 @@ LibreSSL Portable Release Notes:
380 390
381 * Use non-expired certificates first when building a certificate chain. 391 * Use non-expired certificates first when building a certificate chain.
382 392
3933.1.5 - Security fix
394
395 * Malformed ASN.1 in a certificate revocation list or a timestamp
396 response token can lead to a NULL pointer dereference.
397
3833.1.4 - Interoperability and bug fixes for the TLSv1.3 client: 3983.1.4 - Interoperability and bug fixes for the TLSv1.3 client:
384 399
385 * Improve client certificate selection to allow EC certificates 400 * Improve client certificate selection to allow EC certificates