pub unsafe extern "C" fn mbedtls_x509write_crt_set_subject_alternative_name(
ctx: *mut mbedtls_x509write_cert,
san_list: *const mbedtls_x509_san_list,
) -> c_int
Expand description
\brief Set Subject Alternative Name
\param ctx Certificate context to use \param san_list List of SAN values
\return 0 if successful, or MBEDTLS_ERR_X509_ALLOC_FAILED
\note “dnsName”, “uniformResourceIdentifier”, “IP address”, “otherName”, and “DirectoryName”, as defined in RFC 5280, are supported.