quictls

TLS/SSL and crypto library with QUIC protocol support

brewmacoslinux
Try with needOr install directly
Source

About

TLS/SSL and crypto library with QUIC APIs

Commands

openssl

Examples

Display OpenSSL version and QUIC support$ openssl version -a
Generate a private key for QUIC/TLS usage$ openssl genrsa -out private.key 2048
Create a self-signed certificate with QUIC support$ openssl req -new -x509 -key private.key -out cert.pem -days 365