mbedtls_x509_csr_parse() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

0 if successful, or a specific X509 or PEM error code

Notes

See notes for \c mbedtls_x509_csr_parse_der() If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto subsystem must have been initialized by calling psa_crypto_init() before calling this function.

References