summary refs log tree commit diff stats
path: root/lib/impure/ssl.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #164Araq2012-07-111-4/+4
|
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-0/+2
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-3/+3
|
* 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/+6
|
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-251-2/+2
|
* ssl.connect now returns the result of the certificate validation.dom962010-10-231-5/+3
|
* Added {.final.} to objects which are not meant to be inherited, and added an ↵dom962010-10-231-1/+1
| | | | OSError() when recvLine fails.
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-8/+17
|
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+81