Skip to content

A very minimal Go binding for picotls

Notifications You must be signed in to change notification settings

PROGNOSISTool/pigotls

 
 

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

No releases published

Packages

No packages published

Languages

  • C 47.7%
  • PHP 41.1%
  • C++ 5.2%
  • Python 2.7%
  • Assembly 1.4%
  • Go 0.7%
  • Other 1.2%