Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/go-schannel
Bidirectional secure channels over TCP/IP
https://github.com/kisom/go-schannel
Last synced: 24 days ago
JSON representation
Bidirectional secure channels over TCP/IP
- Host: GitHub
- URL: https://github.com/kisom/go-schannel
- Owner: kisom
- License: other
- Created: 2015-02-04T07:27:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T12:33:33.000Z (about 2 years ago)
- Last Synced: 2024-10-11T02:46:23.002Z (about 1 month ago)
- Language: Go
- Homepage: https://kyleisom.net/projects/schannel/
- Size: 117 KB
- Stars: 70
- Watchers: 10
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-schannel
This is an interoperable Go implementation of
[libschannel](https://github.com/kisom/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](https://godoc.org/github.com/kisom/go-schannel/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.