diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-03 23:13:18 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-05 09:20:16 -0600 |
commit | cfd985364666309abf772b27764c114e68818f57 (patch) | |
tree | f97d8714bb8d9e0e956c903eb3ea268a387fe13c | |
parent | 0b710d6672ef0cd5e87192baf4438a827d9aabff (diff) | |
download | portable-cfd985364666309abf772b27764c114e68818f57.tar.gz portable-cfd985364666309abf772b27764c114e68818f57.tar.bz2 portable-cfd985364666309abf772b27764c114e68818f57.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ LibreSSL Portable Release Notes: | |||
55 | - Removed dangerous, "fast" NIST prime and elliptic curve implementations. | 55 | - Removed dangerous, "fast" NIST prime and elliptic curve implementations. |
56 | In particular, EC_GFp_nist_method() is no longer available. | 56 | In particular, EC_GFp_nist_method() is no longer available. |
57 | - Removed most public symbols that were deprecated in OpenSSL 0.9.8. | 57 | - Removed most public symbols that were deprecated in OpenSSL 0.9.8. |
58 | - Removed X9.31 support. | 58 | - The public X9.31 API was removed. RSA_X931_PADDING is still available. |
59 | - Removed Cipher Text Stealing mode. | 59 | - Removed Cipher Text Stealing mode. |
60 | - Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the | 60 | - Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the |
61 | openssl(1) nseq command. | 61 | openssl(1) nseq command. |