diff options
author | Pauli <pauli@openssl.org> | 2021-05-12 07:19:54 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-13 13:52:43 +0200 |
commit | 3ba3e350fd15c133a172095f67e6e0c99ab9b410 (patch) | |
tree | 86ca05c6e5d128ec80e31e3214077513c31f3e4a /doc/man1/openssl-rsa.pod.in | |
parent | Fallback to legacy pem decoding if OSSL_DECODER fails (diff) | |
download | openssl-3ba3e350fd15c133a172095f67e6e0c99ab9b410.tar.xz openssl-3ba3e350fd15c133a172095f67e6e0c99ab9b410.zip |
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)
Diffstat (limited to '')
-rw-r--r-- | doc/man1/openssl-rsa.pod.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/man1/openssl-rsa.pod.in b/doc/man1/openssl-rsa.pod.in index d67a0f64bb..fab6408f14 100644 --- a/doc/man1/openssl-rsa.pod.in +++ b/doc/man1/openssl-rsa.pod.in @@ -57,7 +57,6 @@ various forms and their components printed out. Print out a usage message. - =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE> 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 +=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 -Examples equivalent to these can be found in the documentation for the -non-deprecated L<openssl-pkey(1)> command. +The documentation for the L<openssl-pkey(1)> command contains examples +equivalent to the ones listed here. To remove the pass phrase on an RSA private key: |