summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarana <abdullahsaud03@gmail.com>2023-05-25 23:58:16 +0500
committerTomas Mraz <tomas@openssl.org>2023-06-02 15:47:51 +0200
commit9d4634d2fc26dc3bb78e9d986e49979a5d9c8400 (patch)
treefc35d1451cf39e44dca14cc15448359ff5e3c731 /doc
parente66e9520982beac1a6cdfaaf0ff055356e8e6017 (diff)
Fix documentation where openssl-genrsa is listed as 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) (cherry picked from commit 4ad2dd43d0959b850c06c5a681d34aeb78d7c4b9)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-genrsa.pod.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/man1/openssl-genrsa.pod.in b/doc/man1/openssl-genrsa.pod.in
index 6296409615..65d7badb55 100644
--- a/doc/man1/openssl-genrsa.pod.in
+++ b/doc/man1/openssl-genrsa.pod.in
@@ -35,9 +35,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
@@ -118,10 +115,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-2021 The OpenSSL Project Authors. All Rights Reserved.