aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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