libressl

Modern TLS/SSL protocol implementation forked from OpenSSL

brewmacoslinux
Try with needOr install directly
Source

About

Version of the SSL/TLS protocol forked from OpenSSL

Commands

libresslopenssl

Examples

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