diff options
author | Theo Buehler <tb@openbsd.org> | 2020-12-08 16:17:45 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2020-12-08 16:17:45 +0100 |
commit | 13dd2db32b1e6fe5873f895bbf3c6c305fff30b2 (patch) | |
tree | 522cc47ab883162044b94c2dd7ef49fea1e4b3d3 | |
parent | 1c023edb2a3488906d0b8435fcc4dc7f925bda3a (diff) | |
download | portable-13dd2db32b1e6fe5873f895bbf3c6c305fff30b2.tar.gz portable-13dd2db32b1e6fe5873f895bbf3c6c305fff30b2.tar.bz2 portable-13dd2db32b1e6fe5873f895bbf3c6c305fff30b2.zip |
Release notes for GENERAL_NAME_cmp() NULL deref
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,6 +28,11 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.2.3 - 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 | |||
31 | 3.2.2 - Stable release | 36 | 3.2.2 - Stable release |
32 | 37 | ||
33 | * This is the first stable release with the new TLSv1.3 | 38 | * This is the first stable release with the new TLSv1.3 |