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

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

SSL_check_private_key - check the consistency of a private key with the corresponding certificate loaded into ssl

#include <tabbyssl/openssl/ssl.h>

int SSL_check_private_key(const SSL *ssl);