aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-05-30 23:42:53 -0600
committerTheo Buehler <tb@openbsd.org>2024-05-30 23:42:53 -0600
commit729dd9fe115cf278ac95a045af582a9599501194 (patch)
tree2ba8282ab539086bb229e8eee59e0f038ecbfd99
parent3e097f810d80f93f80dd62daf776e922f4afa8ac (diff)
downloadportable-729dd9fe115cf278ac95a045af582a9599501194.tar.gz
portable-729dd9fe115cf278ac95a045af582a9599501194.tar.bz2
portable-729dd9fe115cf278ac95a045af582a9599501194.zip
Update ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d61b9e..8806a85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,9 @@ LibreSSL Portable Release Notes:
69 - Only specified versions can be set on certs, CRLs and CSRs. 69 - Only specified versions can be set on certs, CRLs and CSRs.
70 - Prepared X509_REQ_{get,set}_extension_nids() for removal. 70 - Prepared X509_REQ_{get,set}_extension_nids() for removal.
71 - Removed unused PEM_USER and PEM_CTX types from pem.h. 71 - Removed unused PEM_USER and PEM_CTX types from pem.h.
72 - Removed typdefs for COMP_CTX, COMP_METHOD, X509_CRL_METHOD, STORE,
73 STORE_METHOD, and SSL_AEAD_CTX.
74 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*.
72 * Bug fixes 75 * Bug fixes
73 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match 76 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match
74 their documentation. They always set an RFC 5280 conformant time. 77 their documentation. They always set an RFC 5280 conformant time.
@@ -85,6 +88,7 @@ LibreSSL Portable Release Notes:
85 - Add guard to avoid contracting the number linear hash buckets 88 - Add guard to avoid contracting the number linear hash buckets
86 to zero, which could lead to a crash due to accessing a zero 89 to zero, which could lead to a crash due to accessing a zero
87 sized allocation. 90 sized allocation.
91 - Fixed i2d_ASN1_OBJECT() with an output buffer pointing to NULL.
88 92
893.9.0 - Development release 933.9.0 - Development release
90 94