]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix documentation where openssl-genrsa is listed as
authorDarana <abdullahsaud03@gmail.com>
Thu, 25 May 2023 18:58:16 +0000 (23:58 +0500)
committerTomas Mraz <tomas@openssl.org>
Fri, 2 Jun 2023 13:46:34 +0000 (15:46 +0200)
deprecated since OpenSSL 3.0

openssl-genrsa is not deprecated however the OpenSSL documentation
states that it is the case from OpenSSL 3.0. This has been fixed in the
documentation, specifically in manpage 1.

Fixes #21055

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21059)

doc/man1/openssl-genrsa.pod.in

index 4906c652077c0a8eecafe1ab66d1e7f47d227e47..95250bbe3ca91af1fc30921b6bad3ffe4fedc3a1 100644 (file)
@@ -36,9 +36,6 @@ B<openssl> B<genrsa>
 
 =head1 DESCRIPTION
 
-This command has been deprecated.
-The L<openssl-genpkey(1)> command should be used instead.
-
 This command generates an RSA private key.
 
 =head1 OPTIONS
@@ -124,10 +121,6 @@ L<openssl(1)>,
 L<openssl-genpkey(1)>,
 L<openssl-gendsa(1)>
 
-=head1 HISTORY
-
-This command was deprecated in OpenSSL 3.0.
-
 =head1 COPYRIGHT
 
 Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.