diff options
author | Theo Buehler <tb@openbsd.org> | 2024-05-30 23:42:53 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-05-30 23:42:53 -0600 |
commit | 729dd9fe115cf278ac95a045af582a9599501194 (patch) | |
tree | 2ba8282ab539086bb229e8eee59e0f038ecbfd99 | |
parent | 3e097f810d80f93f80dd62daf776e922f4afa8ac (diff) | |
download | portable-729dd9fe115cf278ac95a045af582a9599501194.tar.gz portable-729dd9fe115cf278ac95a045af582a9599501194.tar.bz2 portable-729dd9fe115cf278ac95a045af582a9599501194.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
89 | 3.9.0 - Development release | 93 | 3.9.0 - Development release |
90 | 94 | ||