diff options
author | Theo Buehler <tb@openbsd.org> | 2024-05-11 07:16:25 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-05-11 07:16:25 -0600 |
commit | 2b57096119552107e580b45f28d4af0c6a460fef (patch) | |
tree | e83678108266fc5c537ecde626ae0ace2ae565da | |
parent | cbacfb4f0695b0859c44552d146e1c2a3ca8065a (diff) | |
download | portable-2b57096119552107e580b45f28d4af0c6a460fef.tar.gz portable-2b57096119552107e580b45f28d4af0c6a460fef.tar.bz2 portable-2b57096119552107e580b45f28d4af0c6a460fef.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |