mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 19:15:37 +01:00
Improve wording
This commit is contained in:
parent
65e619a1fa
commit
89a91121df
@ -175,7 +175,7 @@ int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain, const unsigned char *bu
|
|||||||
size_t buflen );
|
size_t buflen );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Parse one DER-encoded or multiple concatenated PEM-encoded
|
* \brief Parse one DER-encoded or one or more concatenated PEM-encoded
|
||||||
* certificates and add them to the chained list.
|
* certificates and add them to the chained list.
|
||||||
*
|
*
|
||||||
* For PEM-encoded CRTs, the function parses permissively:
|
* For PEM-encoded CRTs, the function parses permissively:
|
||||||
@ -201,7 +201,7 @@ int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain, const unsigned char *bu
|
|||||||
* \return \c 0 if all certificates were parsed successfully.
|
* \return \c 0 if all certificates were parsed successfully.
|
||||||
* \return The (positive) number of certificates that couldn't
|
* \return The (positive) number of certificates that couldn't
|
||||||
* be parsed if parsing was partly successful (see above).
|
* be parsed if parsing was partly successful (see above).
|
||||||
* \return A negative X509- or PEM-specific error code otherwise.
|
* \return A negative X509 or PEM error code otherwise.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
|
int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
|
||||||
|
Loading…
Reference in New Issue
Block a user