Skip to content

jmptrader/go-schannel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-schannel

This is an interoperable Go implementation of libschannel. It is intended for small embedded systems (and their counterpart server programs) for which a full-fledged PKI is unnecessary; most people will want to use a mutally-authenticated TLS-secured TCP connection.

GoDoc: go-schannel

It provides bi-directional secure channels over an insecure communications channel (in this case, a Go io.ReadWriter).

LICENSE

This program is dual licensed. You may choose either the public domain license or the ISC license; the intent is to provide maximum freedom of use to the end user.

About

Bidirectional secure channels over TCP/IP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%