summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-rsa.pod.in
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-02-12 15:49:16 +1000
committerPauli <paul.dale@oracle.com>2020-02-20 18:58:40 +1000
commitb9f733c2846329ca6ee6b906b2291e31c0c14183 (patch)
treed37b6efd1527baa3ec5f51b4854961b4afc6131c /doc/man1/openssl-rsa.pod.in
parent4fd8a3e110ee901bc013dc816a6be4d8d1d7b718 (diff)
rsa: document deprecated RSA command line apps
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11063)
Diffstat (limited to 'doc/man1/openssl-rsa.pod.in')
-rw-r--r--doc/man1/openssl-rsa.pod.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/openssl-rsa.pod.in b/doc/man1/openssl-rsa.pod.in
index b391487719..a688260270 100644
--- a/doc/man1/openssl-rsa.pod.in
+++ b/doc/man1/openssl-rsa.pod.in
@@ -45,6 +45,9 @@ B<openssl> B<rsa>
=head1 DESCRIPTION
+This command has been deprecated.
+The L<openssl-pkey(1)> command should be used instead.
+
This command processes RSA keys. They can be converted between
various forms and their components printed out. B<Note> this command uses the
traditional SSLeay compatible format for private key encryption: newer
@@ -169,11 +172,16 @@ without having to manually edit them.
=head1 SEE ALSO
L<openssl(1)>,
+L<openssl-pkey(1)>,
L<openssl-pkcs8(1)>,
L<openssl-dsa(1)>,
L<openssl-genrsa(1)>,
L<openssl-gendsa(1)>
+=head1 HISTORY
+
+This command was deprecated in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.