summary refs log tree commit diff stats
path: root/lib/wrappers/openssl.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-231-1/+1
* merged upstream masterZahary Karadjov2013-01-271-0/+2
|\
| * bugfix: openssl import for macosxAraq2012-12-191-5/+5
| * bugfix: 'not nil' and 'shared' typesAraq2012-12-021-0/+2
* | Fixed openssl lib path on Mac OS X;Zahary Karadjov2013-01-271-5/+5
|/
* try version 1.0.0 for opensslAraq2012-10-191-1/+1
* 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