summary refs log tree commit diff stats
path: root/lib/wrappers/openssl.nim
Commit message (Expand)AuthorAgeFilesLines
* Some improvements to the sockets module.Dominik Picheta2012-07-251-0/+3
* Fixed the tasynciossl ImplicitClosure warning.Dominik Picheta2012-07-241-2/+2
* Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-221-1/+1
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-16/+46
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* Added a close function to the ssl module.dom962010-10-271-0/+2
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-11/+16
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+386