mbedtls_x509_csr_parse_der() function
Load a Certificate Signing Request (CSR) in DER format
Arguments
buf
buffer holding the CRL data
Return value
0 if successful, or a specific X509 error code
Notes
Any unsupported requested extensions are silently ignored, unless the critical flag is set, in which case the CSR is rejected. If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto subsystem must have been initialized by calling psa_crypto_init() before calling this function.
mbedtls_x509_csr_parse_der() is called by 1 function and calls 1 function:
![]()
mbedtls_x509_csr_parse_der()
mbedtls_x509_csr_parse_der():
![]()
mbedtls_x509_csr_parse_der()