diff options
author | Theo Buehler <tb@openbsd.org> | 2024-01-07 13:30:58 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-01-07 13:30:58 -0700 |
commit | eb55f9fefe6f4e67cb274bfc1061fe39c7c53f9f (patch) | |
tree | 7ac4b4814d5649da6945e438f47a7ea3f38a766b | |
parent | d2263ec4080982715cf44b3c46e1f433813608b4 (diff) | |
download | portable-eb55f9fefe6f4e67cb274bfc1061fe39c7c53f9f.tar.gz portable-eb55f9fefe6f4e67cb274bfc1061fe39c7c53f9f.tar.bz2 portable-eb55f9fefe6f4e67cb274bfc1061fe39c7c53f9f.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,8 +52,8 @@ LibreSSL Portable Release Notes: | |||
52 | - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). | 52 | - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). |
53 | - The thread unsafe global tables are no longer supported. It is no | 53 | - The thread unsafe global tables are no longer supported. It is no |
54 | longer possible to add aliases for ciphers and digests, custom ASN.1 | 54 | longer possible to add aliases for ciphers and digests, custom ASN.1 |
55 | strings table entries, ASN.1 methods, PKEY methods, CRL methods, | 55 | strings table entries, ASN.1 methods, PKEY methods, digest methods, |
56 | or X.509 extensions. | 56 | CRL methods, purpose and trust identifiers, or X.509 extensions. |
57 | - Turn the long dysfunctional openss(1) s_client -pause into a noop. | 57 | - Turn the long dysfunctional openss(1) s_client -pause into a noop. |
58 | * Bug fixes | 58 | * Bug fixes |
59 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). | 59 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). |