Support public key and param check in EVP interface
[openssl.git] / doc / man1 / pkey.pod
index 47ffb6649fe9ae94a76c0ff06334b0e35aedd651..9569fe0e412d2e909033109e424ba522abd44f7f 100644 (file)
@@ -24,6 +24,7 @@ B<openssl> B<pkey>
 [B<-pubout>]
 [B<-engine id>]
 [B<-check>]
+[B<-pubcheck>]
 
 =head1 DESCRIPTION
 
@@ -117,6 +118,11 @@ for all available algorithms.
 This option checks the consistency of a key pair for both public and private
 components.
 
+=item B<-pubcheck>
+
+This option checks the correctness of either a public key or the public component
+of a key pair.
+
 =back
 
 =head1 EXAMPLES