From: Dmitry Belyavskiy Date: Fri, 11 Dec 2020 05:15:04 +0000 (+0100) Subject: Documenting the options deprecating in CHANGES.md X-Git-Tag: openssl-3.0.0-alpha10~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08489e241501303c487ea84ca30acecfc271f28;p=thirdparty%2Fopenssl.git Documenting the options deprecating in CHANGES.md Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13669) --- diff --git a/CHANGES.md b/CHANGES.md index b099baa27a0..e31ee42db36 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,12 @@ OpenSSL 3.0 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx] + * The -cipher-commands and -digest-commands options of the command line + utility list has been deprecated. + Instead use the -cipher-algorithms and -digest-algorithms options. + + *Dmitry Belyavskiy* + * Deprecated all the libcrypto and libssl error string loading functions: ERR_load_ASN1_strings(), ERR_load_ASYNC_strings(), ERR_load_BIO_strings(), ERR_load_BN_strings(), ERR_load_BUF_strings(),