Function mesalink::libssl::ssl::mesalink_SSL_CTX_check_private_key[][src]

#[no_mangle]
pub extern "C" fn mesalink_SSL_CTX_check_private_key(
    ctx_ptr: *mut MESALINK_CTX_ARC
) -> c_int
Expand description

SSL_CTX_check_private_key - check the consistency of a private key with the corresponding certificate loaded into ctx

#include <mesalink/openssl/ssl.h>

int SSL_CTX_check_private_key(const SSL_CTX *ctx);