Enable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
[openssl.git] / doc / man3 / SSL_CONF_cmd.pod
index ae6ca432829e38472219ee17c26baa01b86cb29d..400bd223c6de728c73950df5864466d7edad4ac8 100644 (file)
@@ -532,6 +532,9 @@ B<KTLS>: Enables kernel TLS if support has been compiled in, and it is supported
 by the negotiated ciphersuites and extensions. Equivalent to
 B<SSL_OP_ENABLE_KTLS>.
 
+B<StrictCertCheck>: Enable strict certificate checking. Equivalent to
+setting B<SSL_CERT_FLAG_TLS_STRICT> with SSL_CTX_set_cert_flags().
+
 =item B<VerifyMode>
 
 The B<value> argument is a comma separated list of flags to set.