kisom / go-schannel

Bidirectional secure channels over TCP/IP

Home Page:https://kyleisom.net/projects/schannel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://kyleisom.net/projects/schannel/

License:Other


Languages

Language:Go 100.0%