From a08489e241501303c487ea84ca30acecfc271f28 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Fri, 11 Dec 2020 06:15:04 +0100 Subject: [PATCH] Documenting the options deprecating in CHANGES.md Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13669) --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) 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(), -- 2.47.2