Matt Caswell a974e64aaa Fix SSL_use_certificate_chain_file
The new function SSL_use_certificate_chain_file was always crashing in
the internal function use_certificate_chain_file because it would pass a
NULL value for SSL_CTX *, but use_certificate_chain_file would
unconditionally try to dereference it.

Reviewed-by: Stephen Henson <steve@openssl.org>
2015-11-10 23:02:44 +00:00
..
2015-10-24 17:34:21 +01:00
2015-10-14 17:10:20 +02:00
2015-09-09 18:28:13 -04:00
2015-10-09 12:10:16 +01:00
2015-09-28 15:32:38 +02:00
2015-11-10 23:02:44 +00:00