[][src]Function tabbyssl::libssl::x509::tabby_X509_get_subject

#[no_mangle]pub extern "C" fn tabby_X509_get_subject(
    x509_ptr: *mut TABBY_X509
) -> *mut TABBY_X509_NAME

X509_get_subject - returns the DER bytes of the subject of x as a X509_NAME. The returned value is a X509_NAME pointer which MUST be freed by X509_NAME_free.

#include <tabbyssl/openssl/x509.h>

X509_NAME *X509_get_subject(const X509 *x);;