aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2b6f06..311fa11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,28 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.2.4 - Bug and interoperability fixes
32
33 * Switch back to certificate verification code from LibreSSL 3.1.x. The
34 new verifier is not bug compatible with the old verifier causing issues
35 expecting behavior of the old verifier.
36
37 * Unbreak DTLS retransmissions for flights that include a CCS
38
39 * Only check BIO_should_read() on read and BIO_should_write() on write
40
41 * Implement autochain for the TLSv1.3 server
42
43 * Use the legacy verifier for AUTO_CHAIN
44
45 * Implement exporter for TLSv1.3
46
47 * Free alert_data and phh_data in tls13_record_layer_free()
48
49 * Plug leak in x509_verify_chain_dup()
50
51 * Free the policy tree in x509_vfy_check_policy()
52
313.2.3 - Security fix 533.2.3 - Security fix
32 54
33 * Malformed ASN.1 in a certificate revocation list or a timestamp 55 * Malformed ASN.1 in a certificate revocation list or a timestamp