Apply system_default configuration on SSL_CTX_new().
[openssl.git] / doc / man5 / config.pod
index 485ec0870b684e94b449d0f60271442ed513d750..7885d6a4b6e26d6aacef2dfbf0d5712c43606324 100644 (file)
@@ -247,6 +247,22 @@ For example:
  ECDSA.Certificate = server-ecdsa.pem
  Ciphers = ALL:!RC4
 
+The system default configuration with name B<system_default> if present will
+be applied during any creation of the B<SSL_CTX> structure.
+
+Example of a configuration with the system default:
+
+ ssl_conf = ssl_sect
+
+ [ssl_sect]
+
+ system_default = system_default_sect
+
+ [system_default_sect]
+
+ MinProtocol = TLSv1.2
+
+
 =head1 NOTES
 
 If a configuration file attempts to expand a variable that doesn't exist