aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2021-04-15 16:24:29 +0200
committerTheo Buehler <tb@openbsd.org>2021-04-15 16:24:29 +0200
commitc054aaea36b0b797dbcc65b5c49bf69b921e1e08 (patch)
tree806d135d29ab4dee90040e0c46309a2a6c812253
parent3b9000bf315d72ff8a0706303c254d1a6399121d (diff)
downloadportable-3.3.2.tar.gz
portable-3.3.2.tar.bz2
portable-3.3.2.zip
Mention switch to the legacy verifier in ChangeLogv3.3.2
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d7bcb4..e44b118 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,8 +32,9 @@ LibreSSL Portable Release Notes:
32 32
33 * This release adds support for DTLSv1.2 and continues the rewrite 33 * This release adds support for DTLSv1.2 and continues the rewrite
34 of the record layer for the legacy stack. Numerous bugs and 34 of the record layer for the legacy stack. Numerous bugs and
35 interoperability issues were fixed in the new verifier. The 35 interoperability issues were fixed in the new verifier. A few bugs
36 OpenSSL 1.1 TLSv1.3 API is not yet available. 36 and incompatibilities remain, so this release uses the old verifier
37 by default. The OpenSSL 1.1 TLSv1.3 API is not yet available.
37 38
38 * Switch finish{,_peer}_md_len from an int to a size_t. 39 * Switch finish{,_peer}_md_len from an int to a size_t.
39 40
@@ -301,6 +302,8 @@ LibreSSL Portable Release Notes:
301 SSL_R_ error codes to identify that they are dealing with a self 302 SSL_R_ error codes to identify that they are dealing with a self
302 signed cert. 303 signed cert.
303 304
305 * Switch to the legacy verifier for the stable release.
306
304 * Provide SSL_use_certificate_chain_file(3). 307 * Provide SSL_use_certificate_chain_file(3).
305 308
306 * Provide SSL_set_hostflags(3) and SSL_get0_peername(3). 309 * Provide SSL_set_hostflags(3) and SSL_get0_peername(3).