aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CONF_CTX_set_flags.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_CONF_CTX_set_flags.pod')
-rw-r--r--doc/ssl/SSL_CONF_CTX_set_flags.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ssl/SSL_CONF_CTX_set_flags.pod b/doc/ssl/SSL_CONF_CTX_set_flags.pod
index 4e34280469..fdff4706c7 100644
--- a/doc/ssl/SSL_CONF_CTX_set_flags.pod
+++ b/doc/ssl/SSL_CONF_CTX_set_flags.pod
@@ -40,6 +40,13 @@ both of these flags must be set.
recognise certificate and private key options.
+=item SSL_CONF_FLAG_REQUIRE_PRIVATE
+
+If this option is set then if a private key is not specified for a certificate
+it will attempt to load a private key from the certificate file when
+SSL_CONF_CTX_finish() is called. If a key cannot be loaded from the certificate
+file an error occurs.
+
=item SSL_CONF_FLAG_SHOW_ERRORS
indicate errors relating to unrecognised options or missing arguments in