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

#[no_mangle]pub extern "C" fn tabby_SSL_CTX_set_verify(
    ctx_ptr: *mut TABBY_CTX_ARC,
    mode: c_int,
    _cb: Option<extern "C" fn(_: c_int, _: *mut c_void) -> c_int>
) -> c_int

SSL_CTX_set_verify sets the verification flags for ctx to be mode and The verify_callback function is ignored for now.

#include <tabbyssl/openssl/ssl.h>

int SSL_CTX_set_verify(const SSL_CTX *ctx, int mode, void *ignored_cb);