Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/libschannel
Bidirectional secure channels over TCP/IP
https://github.com/kisom/libschannel
Last synced: 15 days ago
JSON representation
Bidirectional secure channels over TCP/IP
- Host: GitHub
- URL: https://github.com/kisom/libschannel
- Owner: kisom
- License: other
- Created: 2015-02-03T01:09:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T12:27:11.000Z (over 4 years ago)
- Last Synced: 2024-10-11T02:46:23.085Z (about 1 month ago)
- Language: C
- Homepage: https://kyleisom.net/projects/schannel/
- Size: 175 KB
- Stars: 26
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libschannel provides a mutually authenticated secure channel over
TCP/IP. 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.The `autobuild.sh` script can be used to build the library. Alternatively,
once the `configure` script is generated using `autoreconf`, the standard```
./configure && make && sudo make install
```dance may be performed.
## DEPENDENCIES
This software requires [libsodium](https://github.com/jedisct1/libsodium).
## CODE REVIEW
This code has not been reviewed. Use at your own peril.
## LICENSE
This software is dual-licensed under the ISC license and released into
the public domain.