Skip to content

IoLanguage/SecureSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published