aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef62523..6127117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -85,6 +85,8 @@ LibreSSL Portable Release Notes:
85 - Plugged leaks in BIO_chain_dup(). 85 - Plugged leaks in BIO_chain_dup().
86 - Fixed numerous leaks and other minor bugs in RSA, DH, DSA and EC 86 - Fixed numerous leaks and other minor bugs in RSA, DH, DSA and EC
87 ASN.1 methods. Unified the coding style. 87 ASN.1 methods. Unified the coding style.
88 - On socket errors in the poll loop, netcat could issue system calls
89 on invalidated file descriptors.
88 * Documentation improvements 90 * Documentation improvements
89 - Made it very explicit that the verify callback should not be used. 91 - Made it very explicit that the verify callback should not be used.
90 - Called out that the CRL lastUpdate is standardized as thisUpdate. 92 - Called out that the CRL lastUpdate is standardized as thisUpdate.