Support public key and param check in EVP interface
[openssl.git] / doc / man1 / pkeyparam.pod
index 45c053cf434275544464ead039d39c3df4a18548..117970582d802f8df7200ddca4d6ec87a33e1dd2 100644 (file)
@@ -14,6 +14,7 @@ B<openssl> B<pkeyparam>
 [B<-text>]
 [B<-noout>]
 [B<-engine id>]
+[B<-check>]
 
 =head1 DESCRIPTION
 
@@ -53,6 +54,10 @@ to attempt to obtain a functional reference to the specified engine,
 thus initialising it if needed. The engine will then be set as the default
 for all available algorithms.
 
+=item B<-check>
+
+This option checks the correctness of parameters.
+
 =back
 
 =head1 EXAMPLE