mbedtls_x509write_csr_pem() function
Write a CSR (Certificate Signing Request) to a PEM string
Arguments
f_rng
int (*)(void *, unsigned char *, size_t)
RNG function. This must not be \c NULL.
Return value
0 if successful, or a specific error code
Notes
\p f_rng is used for the signature operation.
mbedtls_x509write_csr_pem() calls 2 functions:
![]()
mbedtls_x509write_csr_pem()
mbedtls_x509write_csr_pem():
![]()
mbedtls_x509write_csr_pem()