https://github.com/iolanguage/securesocket
https://github.com/iolanguage/securesocket
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/securesocket
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T12:00:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T08:32:29.000Z (about 8 years ago)
- Last Synced: 2025-12-31T10:09:21.352Z (6 months ago)
- Language: C
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SecureSocket
Interface to secure network communication.
Sockets will auto-yield to other coroutines while waiting on a request.
All blocking operations use the timeout settings of the socket.
Reads are appended to the socket's read buffer which can be accessed using the readBuffer method.
A SecureSocket is a wrapper on an OpenSSL SSL object and supports both TLSv1 and DTLSv1.
# Installation
`openssl` should be installed and foundable in your system. Then:
```
eerie install https://github.com/IoLanguage/SecureSocket.git
```