summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-10-07 12:19:04 +1000
committerPauli <paul.dale@oracle.com>2020-10-16 10:33:38 +1000
commitf4bd510503071e20472032dc9d053810a1937e95 (patch)
tree6e681cd5827486c24356c75b4d0cfcd827255908 /CHANGES.md
parent994a924b3c28780b2a7ba8662a9544abcdfab8b0 (diff)
list: add a -provider-info option.
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/13084)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4114ce96cf..e7f4992cf1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,6 +28,12 @@ OpenSSL 3.0
*Jordan Montgomery*
+ * Added new option for 'openssl list', '-providers', which will display the
+ list of loaded providers, their names, version and status. It optionally
+ displays their gettable parameters.
+
+ *Paul Dale*
+
* Deprecated EVP_PKEY_set_alias_type(). This function was previously
needed as a workaround to recognise SM2 keys. With OpenSSL 3.0, this key
type is internally recognised so the workaround is no longer needed.