summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/man1/openssl.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index 4bf1a00b0e..c9e75eb526 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -1405,7 +1405,11 @@ The B<-issuer_checks> option is deprecated as of OpenSSL 1.1.0 and
is silently ignored.
The B<-xcertform> and B<-xkeyform> options
-are obsolete since OpenSSL 3.0.0 and have no effect.
+are obsolete since OpenSSL 3.0 and have no effect.
+
+The interactive mode, which could be invoked by running C<openssl>
+with no further arguments, was removed in OpenSSL 3.0, and running
+that program with no arguments is now equivalent to C<openssl help>.
=head1 COPYRIGHT