aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/SSL_CONF_cmd.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-03-31 17:15:22 +0100
committerDr. Stephen Henson <steve@openssl.org>2017-04-03 23:47:22 +0100
commit5a185729a3b029845c4596657b4495b3a8ead6f0 (patch)
treeb36fe1be9aae04276b83d6d692ca2c1fe5d3b72d /doc/man3/SSL_CONF_cmd.pod
parent25a9fabbefa26422b6c9ee6635115b7ae3b97f21 (diff)
downloadopenssl-5a185729a3b029845c4596657b4495b3a8ead6f0.zip
openssl-5a185729a3b029845c4596657b4495b3a8ead6f0.tar.gz
openssl-5a185729a3b029845c4596657b4495b3a8ead6f0.tar.bz2
Document new ssl(3) functions and options.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3015)
Diffstat (limited to 'doc/man3/SSL_CONF_cmd.pod')
-rw-r--r--doc/man3/SSL_CONF_cmd.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod
index 6045a4f..f5c6576 100644
--- a/doc/man3/SSL_CONF_cmd.pod
+++ b/doc/man3/SSL_CONF_cmd.pod
@@ -217,6 +217,14 @@ These options indicate a file or directory used for building certificate
chains or verifying certificate chains. These options are only supported
if certificate operations are permitted.
+=item B<RequestCAFile>
+
+This option indicates a file containing a set of certificates in PEM form.
+The subject names of the certificates are sent to the peer in the
+B<certificate_authorities> extension for TLS 1.3 (in ClientHello or
+CertificateRequest) or in a certificate request for previous versions or
+TLS.
+
=item B<ServerInfoFile>
Attempts to use the file B<value> in the "serverinfo" extension using the