summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-pkeyutl.pod.in
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-05-03 14:15:26 +0200
committerMatt Caswell <matt@openssl.org>2021-05-06 11:43:32 +0100
commitbee3f3890547cc7f349b69ef63665ebcc80d48ed (patch)
treea47cd3d1c06704da05358c92ba5cc1171a47a7c4 /doc/man1/openssl-pkeyutl.pod.in
parent3d1becd42aecbd00c2514bac7b5e8e33f097fdc2 (diff)
Document the behavior of the -inform and related options
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15100)
Diffstat (limited to 'doc/man1/openssl-pkeyutl.pod.in')
-rw-r--r--doc/man1/openssl-pkeyutl.pod.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/man1/openssl-pkeyutl.pod.in b/doc/man1/openssl-pkeyutl.pod.in
index 26b9ed1e42..b57640992c 100644
--- a/doc/man1/openssl-pkeyutl.pod.in
+++ b/doc/man1/openssl-pkeyutl.pod.in
@@ -91,8 +91,7 @@ The input key, by default it should be a private key.
=item B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
-The key format; the default is B<PEM>.
-The only value with effect is B<ENGINE>; all others have become obsolete.
+The key format; unspecified by default.
See L<openssl-format-options(1)> for details.
=item B<-passin> I<arg>
@@ -106,8 +105,7 @@ The peer key file, used by key derivation (agreement) operations.
=item B<-peerform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
-The peer key format; the default is B<PEM>.
-The only value with effect is B<ENGINE>; all others have become obsolete.
+The peer key format; unspecified by default.
See L<openssl-format-options(1)> for details.
=item B<-pubin>
@@ -410,9 +408,6 @@ L<EVP_PKEY_CTX_set_tls1_prf_md(3)>,
=head1 HISTORY
-All B<-keyform> values except B<ENGINE> have become obsolete in OpenSSL 3.0.0
-and have no effect.
-
The B<-engine> option was deprecated in OpenSSL 3.0.
=head1 COPYRIGHT