An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/securesocket


https://github.com/iolanguage/securesocket

Last synced: about 2 months ago
JSON representation

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
```