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