diff options
author | Ankita Shetty <ankita.s.shetty65@gmail.com> | 2020-12-09 21:56:51 +0100 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2020-12-13 12:47:14 +0100 |
commit | 469491536d7810337110823f1b5ca296c7ca8cc1 (patch) | |
tree | 08049fa1b74bd3854c73b69e7f737accbd171e49 /doc/man1/openssl-pkeyutl.pod.in | |
parent | Remove unnecessary guards around MSBLOB and PVK readers and writers (diff) | |
download | openssl-469491536d7810337110823f1b5ca296c7ca8cc1.tar.xz openssl-469491536d7810337110823f1b5ca296c7ca8cc1.zip |
openssl.pod: Fix openSSL options doc
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/13651)
Diffstat (limited to 'doc/man1/openssl-pkeyutl.pod.in')
-rw-r--r-- | doc/man1/openssl-pkeyutl.pod.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man1/openssl-pkeyutl.pod.in b/doc/man1/openssl-pkeyutl.pod.in index b657440f7e..3ba0955425 100644 --- a/doc/man1/openssl-pkeyutl.pod.in +++ b/doc/man1/openssl-pkeyutl.pod.in @@ -93,12 +93,12 @@ The input key, by default it should be a private key. The key format; the default is B<PEM>. The only value with effect is B<ENGINE>; all others have become obsolete. -See L<openssl-format-options(1)/Format Options> for details. +See L<openssl-format-options(1)> for details. =item B<-passin> I<arg> The input key password source. For more information about the format of I<arg> -see L<openssl-passphrase-options(1)/Pass Phrase Options>. +see L<openssl-passphrase-options(1)>. =item B<-peerkey> I<file> @@ -108,7 +108,7 @@ The peer key file, used by key derivation (agreement) operations. The peer key format; the default is B<PEM>. The only value with effect is B<ENGINE>; all others have become obsolete. -See L<openssl-format-options(1)/Format Options> for details. +See L<openssl-format-options(1)> for details. =item B<-pubin> @@ -171,7 +171,7 @@ Public key options specified as opt:value. See NOTES below for more details. Allows reading a public key option I<opt> from stdin or a password source. If only I<opt> is specified, the user will be prompted to enter a password on stdin. Alternatively, I<passarg> can be specified which can be any value -supported by L<openssl(1)/Pass phrase options>. +supported by L<openssl-passphrase-options(1)>. =item B<-hexdump> |