1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge tag 'mbedtls-4.0.0-beta' into mbedtls-4.0.0-beta-mergeback

Mbed TLS 4.0.0-beta
This commit is contained in:
Minos Galanakis
2025-07-07 17:40:18 +03:00
77 changed files with 422 additions and 367 deletions

View File

@ -329,7 +329,8 @@ int mbedtls_x509_dn_gets(char *buf, size_t size, const mbedtls_x509_name *dn);
* call to mbedtls_asn1_free_named_data_list().
*
* \param[out] head Address in which to store the pointer to the head of the
* allocated list of mbedtls_x509_name
* allocated list of mbedtls_x509_name. Must point to NULL on
* entry.
* \param[in] name The string representation of a DN to convert
*
* \return 0 on success, or a negative error code.