fizz

C++14 implementation of TLS 1.3 protocol for secure communications

brewmacoslinux
Try with needOr install directly
Source

About

C++14 implementation of the TLS-1.3 standard

Commands

fizz

Examples

Display fizz version and available commands$ fizz --version
Create a TLS 1.3 server certificate and key$ fizz cert -server -out server.crt
Run a TLS 1.3 server on port 8443$ fizz server -cert server.crt -key server.key -port 8443