TLS/SSL and crypto library with QUIC protocol support
TLS/SSL and crypto library with QUIC APIs
openssl
$ openssl version -a
$ openssl genrsa -out private.key 2048
$ openssl req -new -x509 -key private.key -out cert.pem -days 365