Skip to content

Commit b9f733c

Browse files
committed
rsa: document deprecated RSA command line apps
Reviewed-by: Richard Levitte <[email protected]> (Merged from openssl#11063)
1 parent 4fd8a3e commit b9f733c

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

doc/man1/openssl-genrsa.pod.in

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ B<openssl> B<genrsa>
3636

3737
=head1 DESCRIPTION
3838

39+
This command has been deprecated.
40+
The L<openssl-genpkey(1)> command should be used instead.
41+
3942
This command generates an RSA private key.
4043

4144
=head1 OPTIONS
@@ -106,8 +109,13 @@ of a key.
106109
=head1 SEE ALSO
107110

108111
L<openssl(1)>,
112+
L<openssl-genpkey(1)>,
109113
L<openssl-gendsa(1)>
110114

115+
=head1 HISTORY
116+
117+
This command was deprecated in OpenSSL 3.0.
118+
111119
=head1 COPYRIGHT
112120

113121
Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.

doc/man1/openssl-rsa.pod.in

+8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ B<openssl> B<rsa>
4545

4646
=head1 DESCRIPTION
4747

48+
This command has been deprecated.
49+
The L<openssl-pkey(1)> command should be used instead.
50+
4851
This command processes RSA keys. They can be converted between
4952
various forms and their components printed out. B<Note> this command uses the
5053
traditional SSLeay compatible format for private key encryption: newer
@@ -169,11 +172,16 @@ without having to manually edit them.
169172
=head1 SEE ALSO
170173

171174
L<openssl(1)>,
175+
L<openssl-pkey(1)>,
172176
L<openssl-pkcs8(1)>,
173177
L<openssl-dsa(1)>,
174178
L<openssl-genrsa(1)>,
175179
L<openssl-gendsa(1)>
176180

181+
=head1 HISTORY
182+
183+
This command was deprecated in OpenSSL 3.0.
184+
177185
=head1 COPYRIGHT
178186

179187
Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.

doc/man1/openssl-rsautl.pod.in

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ B<openssl> B<rsautl>
3838

3939
=head1 DESCRIPTION
4040

41+
This command has been deprecated.
42+
The L<openssl-pkeyutl(1)> command should be used instead.
43+
4144
This command can be used to sign, verify, encrypt and decrypt
4245
data using the RSA algorithm.
4346

@@ -219,10 +222,15 @@ which it can be seen agrees with the recovered value above.
219222
=head1 SEE ALSO
220223

221224
L<openssl(1)>,
225+
L<openssl-pkeyutl(1)>,
222226
L<openssl-dgst(1)>,
223227
L<openssl-rsa(1)>,
224228
L<openssl-genrsa(1)>
225229

230+
=head1 HISTORY
231+
232+
This command was deprecated in OpenSSL 3.0.
233+
226234
=head1 COPYRIGHT
227235

228236
Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.

0 commit comments

Comments
 (0)