From b9f733c2846329ca6ee6b906b2291e31c0c14183 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 12 Feb 2020 15:49:16 +1000 Subject: [PATCH] rsa: document deprecated RSA command line apps Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11063) --- doc/man1/openssl-genrsa.pod.in | 8 ++++++++ doc/man1/openssl-rsa.pod.in | 8 ++++++++ doc/man1/openssl-rsautl.pod.in | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/doc/man1/openssl-genrsa.pod.in b/doc/man1/openssl-genrsa.pod.in index ed264332ba..348f8cbbc6 100644 --- a/doc/man1/openssl-genrsa.pod.in +++ b/doc/man1/openssl-genrsa.pod.in @@ -36,6 +36,9 @@ B B =head1 DESCRIPTION +This command has been deprecated. +The L command should be used instead. + This command generates an RSA private key. =head1 OPTIONS @@ -106,8 +109,13 @@ of a key. =head1 SEE ALSO L, +L, L +=head1 HISTORY + +This command was deprecated in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved. 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 B =head1 DESCRIPTION +This command has been deprecated. +The L command should be used instead. + This command processes RSA keys. They can be converted between various forms and their components printed out. B 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, +L, L, L, L, L +=head1 HISTORY + +This command was deprecated in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved. diff --git a/doc/man1/openssl-rsautl.pod.in b/doc/man1/openssl-rsautl.pod.in index 628e83c87c..b9d0572883 100644 --- a/doc/man1/openssl-rsautl.pod.in +++ b/doc/man1/openssl-rsautl.pod.in @@ -38,6 +38,9 @@ B B =head1 DESCRIPTION +This command has been deprecated. +The L command should be used instead. + This command can be used to sign, verify, encrypt and decrypt data using the RSA algorithm. @@ -219,10 +222,15 @@ which it can be seen agrees with the recovered value above. =head1 SEE ALSO L, +L, L, L, L +=head1 HISTORY + +This command was deprecated in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved. -- 2.34.1