SSL library configuration module.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 14 Mar 2015 01:36:30 +0000 (01:36 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 22 Dec 2015 15:14:14 +0000 (15:14 +0000)
commit59b1696c0c752aeba67f40c91d6769afbc40469b
tree909e9dfcb29f2e9fd61fe1f2500b43a65620ba7f
parent4fae386cb0563a0c05c2817a5ccb3c18e6d62d8d
SSL library configuration module.

This adds support for SSL/TLS configuration using configuration modules.
Sets of command value pairs are store and can be replayed through an
SSL_CTX or SSL structure using SSL_CTX_config or SSL_config.

Reviewed-by: Richard Levitte <levitte@openssl.org>
include/openssl/ssl.h
ssl/ssl_mcnf.c [new file with mode: 0644]