Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pigotls

A very minimal Go binding for picotls, a TLS 1.3 implementation written in C. Its main intent is not to be a long-term stable API but a rather-quickly put together minimal toolbox for writing IETF QUIC clients.

Installation

go get github.com/mpiraux/pigotls
cd $GOPATH/src/github.com/mpiraux/pigotls
make

PS

Because of limitations in the go get system sigh, we pull the picotls code out into the repo, keeping track of the commit in PICOTLS_COMMIT.

About

A very minimal Go binding for picotls

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages