aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-05-11 07:16:25 -0600
committerTheo Buehler <tb@openbsd.org>2024-05-11 07:16:25 -0600
commit2b57096119552107e580b45f28d4af0c6a460fef (patch)
treee83678108266fc5c537ecde626ae0ace2ae565da
parentcbacfb4f0695b0859c44552d146e1c2a3ca8065a (diff)
downloadportable-2b57096119552107e580b45f28d4af0c6a460fef.tar.gz
portable-2b57096119552107e580b45f28d4af0c6a460fef.tar.bz2
portable-2b57096119552107e580b45f28d4af0c6a460fef.zip
Update ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d713a0..87449d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,7 @@ LibreSSL Portable Release Notes:
55 amd64 and i386. 55 amd64 and i386.
56 - Rewrote various BN conversion functions. 56 - Rewrote various BN conversion functions.
57 - Improved certification request internals. 57 - Improved certification request internals.
58 - Removed unused DSA methods.
58 * Documentation improvements 59 * Documentation improvements
59 - Removed documentation of no longer existing API. 60 - Removed documentation of no longer existing API.
60 * Testing and proactive security 61 * Testing and proactive security
@@ -65,6 +66,7 @@ LibreSSL Portable Release Notes:
65 it was too hard to add a prototype to one file. 66 it was too hard to add a prototype to one file.
66 - Only specified versions can be set on certs, CRLs and CSRs. 67 - Only specified versions can be set on certs, CRLs and CSRs.
67 - Prepared X509_REQ_{get,set}_extension_nids() for removal. 68 - Prepared X509_REQ_{get,set}_extension_nids() for removal.
69 - Removed unused PEM_USER and PEM_CTX types from pem.h.
68 * Bug fixes 70 * Bug fixes
69 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match 71 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match
70 their documentation. They always set an RFC 5280 conformant time. 72 their documentation. They always set an RFC 5280 conformant time.