• M
    Fix SSL_use_certificate_chain_file · a974e64a
    Matt Caswell 提交于
    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: NStephen Henson <steve@openssl.org>
    a974e64a
ssl_lib.c 95.2 KB