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