+4
−0
ssl/ssl_mcnf.c
0 → 100644
+248
−0
Loading
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>