picotls is a TLS 1.3 (RFC 8446) protocol stack written in C
picotls is a TLS 1.3 (RFC 8446) protocol stack written in C. &{name} is designed to be fast, tiny and low-latency, with the primary user being the H2O HTTP/2 server for serving HTTP/1, HTTP/2 and HTTP/3 over QUIC.
picotls is a TLS 1.3 (RFC 8446) protocol stack written in C. &{name} is designed to be fast, tiny and low-latency, with the primary user being the H2O HTTP/2 server for serving HTTP/1, HTTP/2 and HTTP/3 over QUIC.
To install picotls, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install picotls
To see what files were installed by picotls, run:
port contents picotls
To later upgrade picotls, run:
sudo port selfupdate && sudo port upgrade picotls
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.