[][src]Function tabbyssl::libssl::ssl::tabby_SSL_CTX_check_private_key

#[no_mangle]pub extern "C" fn tabby_SSL_CTX_check_private_key(
    ctx_ptr: *mut TABBY_CTX_ARC
) -> c_int

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

#include <tabbyssl/openssl/ssl.h>

int SSL_CTX_check_private_key(const SSL_CTX *ctx);