Hi Team,
I m new mbedTLS and interested to learn various security aspects.
I have generated key pairs(private and public key). programmatically using OP-TEE PKCS11 APIs.
I have a requirement to generate self signed certificate using the private key.
I dont see any examples for the same in mbedTLS code base. I saw an API in cert_write.c however, it requires the key pais to be passed as a file in argument. Is there any examples demonstrating generation of self signed certificate dynamically ?
Mbed TLS needs this because as it helps newbies in security