]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_mcnf.c
Apply system_default configuration on SSL_CTX_new().
authorTomas Mraz <tmraz@fedoraproject.org>
Mon, 19 Mar 2018 14:01:39 +0000 (10:01 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 19 Mar 2018 14:22:49 +0000 (10:22 -0400)
commit8a5ed9dce8ee36b4bb05cb928fa7a01aba6d8e41
tree3b942fbfeb7c69a11ed45db6993cd39455ea7e0a
parent440bce8f813fa661437ce52378c3df38e2fd073b
Apply system_default configuration on SSL_CTX_new().

When SSL_CTX is created preinitialize it with system default
configuration from system_default section.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4848)
doc/man3/SSL_read_early_data.pod
doc/man5/config.pod
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_mcnf.c
test/build.info
test/recipes/90-test_sysdefault.t [new file with mode: 0644]
test/sysdefault.cnf [new file with mode: 0644]
test/sysdefaulttest.c [new file with mode: 0644]