Rename back mbedtls_x509_parse_general_name->mbedtls_x509_parse_subject_alt_name

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel 2023-01-03 10:23:13 +01:00
parent db323aa241
commit 9a511c5bdf
3 changed files with 7 additions and 7 deletions

View file

@ -588,8 +588,8 @@ int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path);
* SAN type.
* \return Another negative value for any other failure.
*/
int mbedtls_x509_parse_general_name(const mbedtls_x509_buf *san_buf,
mbedtls_x509_subject_alternative_name *san);
int mbedtls_x509_parse_subject_alt_name(const mbedtls_x509_buf *san_buf,
mbedtls_x509_subject_alternative_name *san);
#if !defined(MBEDTLS_X509_REMOVE_INFO)
/**