mbedtls@2

Cryptographic & SSL/TLS library for secure communications

brewmacoslinux
Try with needOr install directly
Source

About

Cryptographic & SSL/TLS library

Commands

mbedtls

Examples

Generate a self-signed certificate for testing$ openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365
Test SSL/TLS connection to a server$ openssl s_client -connect example.com:443
Verify a certificate's validity$ openssl x509 -in certificate.pem -text -noout