diff options
author | Theo Buehler <tb@openbsd.org> | 2024-01-12 06:19:57 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-01-12 06:19:57 -0700 |
commit | 29581725a3aab2a1740c7384aeff8d59780c36ad (patch) | |
tree | 8be3a5630d152c72a4296a2020c7f51275d7f5d4 /ChangeLog | |
parent | 3ca3130613118f7698479e85a835c0dbc8566570 (diff) | |
download | portable-29581725a3aab2a1740c7384aeff8d59780c36ad.tar.gz portable-29581725a3aab2a1740c7384aeff8d59780c36ad.tar.bz2 portable-29581725a3aab2a1740c7384aeff8d59780c36ad.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ LibreSSL Portable Release Notes: | |||
56 | strings table entries, ASN.1 methods, PKEY methods, digest methods, | 56 | strings table entries, ASN.1 methods, PKEY methods, digest methods, |
57 | CRL methods, purpose and trust identifiers, or X.509 extensions. | 57 | CRL methods, purpose and trust identifiers, or X.509 extensions. |
58 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. | 58 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. |
59 | - openssl(1) x509 now supports -force_pubkey, -multivalue-rdn, | ||
60 | -set_issuer, -set_subject, and -utf8. | ||
61 | openssl(1) x509 | ||
59 | * Bug fixes | 62 | * Bug fixes |
60 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). | 63 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). |
61 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and | 64 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and |