pub unsafe extern "C" fn mbedtls_x509write_crt_set_issuer_name(
    ctx: *mut mbedtls_x509write_cert,
    issuer_name: *const c_char
) -> c_int
Expand description

\brief Set the issuer name for a Certificate Issuer names should contain a comma-separated list of OID types and values: e.g. “C=UK,O=ARM,CN=Mbed TLS CA”

\param ctx CRT context to use \param issuer_name issuer name to set

\return 0 if issuer name was parsed successfully, or a specific error code