Cryptographic & SSL/TLS library for secure communications
Cryptographic & SSL/TLS library
mbedtls
$ openssl genrsa -out private.key 2048
$ openssl req -new -x509 -key private.key -out cert.pem -days 365
$ openssl verify -CAfile ca.pem cert.pem