aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-08-14 02:56:05 -0600
committerTheo Buehler <tb@openbsd.org>2023-08-14 02:56:54 -0600
commit585a4c8c61476dc2df7152a420c60de9f5fa2359 (patch)
tree6b8888b661d4d570ef41fdeb199e3c78c3a55d7e
parentca8ea65259f95b424040ff6f905044fb876a2180 (diff)
downloadportable-585a4c8c61476dc2df7152a420c60de9f5fa2359.tar.gz
portable-585a4c8c61476dc2df7152a420c60de9f5fa2359.tar.bz2
portable-585a4c8c61476dc2df7152a420c60de9f5fa2359.zip
Update ChangeLog
-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.