doc: remove references to undepreciated commands being deprecated.

The dsa, ec, ecparam, and rsa manual pages refer to themselves are being
deprecated which they aren't.  Address this and add a note pointing to
the pkey command equivalents albeit without recommending it.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15239)
This commit is contained in:
Pauli 2021-05-12 15:19:54 +10:00
parent 7bc027d73b
commit 3ba3e350fd
4 changed files with 23 additions and 9 deletions

View File

@ -129,10 +129,13 @@ a public key.
=back =back
The L<openssl-pkey(1)> command is capable of performing all the operations
this command can, as well as supporting other public key types.
=head1 EXAMPLES =head1 EXAMPLES
Examples equivalent to these can be found in the documentation for the The documentation for the L<openssl-pkey(1)> command contains examples
non-deprecated L<openssl-pkey(1)> command. equivalent to the ones listed here.
To remove the pass phrase on a DSA private key: To remove the pass phrase on a DSA private key:

View File

@ -147,10 +147,13 @@ This option checks the consistency of an EC private or public key.
=back =back
The L<openssl-pkey(1)> command is capable of performing all the operations
this command can, as well as supporting other public key types.
=head1 EXAMPLES =head1 EXAMPLES
Examples equivalent to these can be found in the documentation for the The documentation for the L<openssl-pkey(1)> command contains examples
non-deprecated L<openssl-pkey(1)> command. equivalent to the ones listed here.
To encrypt a private key using triple DES: To encrypt a private key using triple DES:

View File

@ -129,10 +129,14 @@ This option will generate an EC private key using the specified parameters.
=back =back
The L<openssl-genpkey(1)> and L<openssl-pkeyparam(1)> commands are capable
of performing all the operations this command can, as well as supporting
other public key types.
=head1 EXAMPLES =head1 EXAMPLES
Examples equivalent to these can be found in the documentation for the The documentation for the L<openssl-genpkey(1)> and L<openssl-pkeyparam(1)>
non-deprecated L<openssl-genpkey(1)> and L<openssl-pkeyparam(1)> commands. commands contains examples equivalent to the ones listed here.
To create EC parameters with the group 'prime192v1': To create EC parameters with the group 'prime192v1':

View File

@ -57,7 +57,6 @@ various forms and their components printed out.
Print out a usage message. Print out a usage message.
=item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE> =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
The key input format; unspecified by default. The key input format; unspecified by default.
@ -140,10 +139,15 @@ Like B<-pubin> and B<-pubout> except B<RSAPublicKey> format is used instead.
=back =back
=head1 NOTES
The L<openssl-pkey(1)> command is capable of performing all the operations
this command can, as well as supporting other public key types.
=head1 EXAMPLES =head1 EXAMPLES
Examples equivalent to these can be found in the documentation for the The documentation for the L<openssl-pkey(1)> command contains examples
non-deprecated L<openssl-pkey(1)> command. equivalent to the ones listed here.
To remove the pass phrase on an RSA private key: To remove the pass phrase on an RSA private key: