Skip to content

AnonSuite/gokeyless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Keyless

Build Status Coverage Status GoDoc

Keyless SSL implementation in Go

CFSSL is an implementation CloudFlare's Keyless SSL Protocol in Go. It is provided as an upgrade to the previous C implementation. NOTE: CURRENTLY IN ALPHA TESTING

Note that certain linux distributions have certain algorithms removed (RHEL-based distributions in particular), so the golang from the official repositories will not work. Users of these distributions should install go manually to install Go Keyless.

Installation

Installation requires a working Go installation and a properly set GOPATH.

$ go get -u github.com/cloudflare/gokeyless/...

About

Go implementation of the keyless protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%