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

#[no_mangle]pub extern "C" fn tabby_SSL_use_certificate_ASN1(
    ssl_ptr: *mut TABBY_SSL,
    d: *mut c_uchar,
    len: c_int
) -> c_int

SSL_use_certificate_ASN1 - load the ASN1 encoded certificate into ssl.

#include <tabbyssl/openssl/ssl.h>

int SSL_use_certificate_ASN1(SSL *ssl, unsigned char *d, int len);