summaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-06-03 10:49:50 +0200
committerRichard Levitte <levitte@openssl.org>2020-06-05 10:01:33 +0200
commiteca471391378139f76a7d1229b6a5a1dcc4b5603 (patch)
treed7af1d2dcaa7ce90dfe80f97a3a6d07e75863577 /NEWS.md
parent987e3a0eed18a857062df6ae28671feb8929b560 (diff)
APPS: Drop interactive mode in the 'openssl' program
This mode is severely untested and unmaintained, is seems not to be used very much. Closes #4679 Closes #6292 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12023)
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index c09e9599a4..29fb641d26 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,6 +20,7 @@ OpenSSL 3.0
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
+ * Interactive mode is removed from the 'openssl' program.
* The X25519, X448, Ed25519, Ed448 and SHAKE256 algorithms are included in
the FIPS provider. None have the "fips=yes" property set and, as such,
will not be accidentially used.