Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not set mem functions on osx | Harald Lapp | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Refine the definition of the server name callbcak. | Nathan Hoad | 2015-03-08 | 1 | -3/+2 |
| | |||||
* | Some more documentation for the SNI related procs. | Nathan Hoad | 2015-03-08 | 1 | -0/+12 |
| | |||||
* | Don't support old versions of OpenSSL. | Nathan Hoad | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Add some documentation to the server-side callback functions. | Nathan Hoad | 2015-03-07 | 1 | -0/+3 |
| | |||||
* | Add SNI support to client and server sockets. | Nathan Hoad | 2015-03-07 | 1 | -2/+26 |
| | |||||
* | Fixes nim-lang/nimble#84 | Dominik Picheta | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | fixes a long standing openssl wrapper bug: pass C compliant allocation ↵ | Araq | 2014-12-28 | 1 | -1/+10 |
| | | | | functions to CRYPTO_set_mem_functions | ||||
* | improved error msgs and refactored close in the net module | Will Szumski | 2014-12-17 | 1 | -3/+10 |
| | |||||
* | docgen works on linux | Araq | 2014-10-27 | 1 | -3/+5 |
| | |||||
* | cleaned up openssl.nim a bit | Araq | 2014-09-19 | 1 | -41/+42 |
| | |||||
* | some progress on documentation building | Araq | 2014-09-17 | 1 | -2/+2 |
| | |||||
* | Async SSL support. | Dominik Picheta | 2014-08-31 | 1 | -17/+34 |
| | |||||
* | Fixes SSL case sensitive issues. | Dominik Picheta | 2014-08-30 | 1 | -8/+8 |
| | |||||
* | Merge pull request #1126 from fowlmouth/patch-1 | Andreas Rumpf | 2014-05-31 | 1 | -0/+67 |
|\ | | | | | added md5 functions from <openssl/md5.h> | ||||
| * | i left an {.importc.} in there | Billingsly Wetherfordshire | 2014-04-20 | 1 | -1/+1 |
| | | |||||
| * | added md5 functions from <openssl/md5.h> | Billingsly Wetherfordshire | 2014-04-20 | 1 | -0/+67 |
| | | |||||
* | | changed openssl to import CRYPTO_mem_set_functions from libcrypto and made ↵ | Charlie Barto | 2014-05-10 | 1 | -1/+1 |
|/ | | | | sockets.nim exclude the sslv2 code on BSD | ||||
* | merged #823 against devel | Araq | 2014-02-02 | 1 | -10/+14 |
| | |||||
* | Made TSocketHandle distinct and fixed problems it caused for SSL. | Dominik Picheta | 2013-10-23 | 1 | -1/+3 |
| | |||||
* | Fix: OpenSSL on Windows | onionhammer | 2013-06-20 | 1 | -3/+4 |
| | | | | | | | Updated CRYPTO_malloc_init to no longer call CRYPTO_set_mem_functions if compiling for windows Updated ERR_load_BIO_strings to import from DLLUtilName instead of DLLSSLName Updated OpenSSL_add_all_algorithms to import from DLLUtilName instead of DLLSSLName | ||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Fixed timeouts for sockets, implemented timeouts in httpclient and fixed | Dominik Picheta | 2013-02-23 | 1 | -1/+1 |
| | | | | a bug with redirection in httpclient. | ||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -0/+2 |
|\ | |||||
| * | bugfix: openssl import for macosx | Araq | 2012-12-19 | 1 | -5/+5 |
| | | |||||
| * | bugfix: 'not nil' and 'shared' types | Araq | 2012-12-02 | 1 | -0/+2 |
| | | |||||
* | | Fixed openssl lib path on Mac OS X; | Zahary Karadjov | 2013-01-27 | 1 | -5/+5 |
|/ | |||||
* | try version 1.0.0 for openssl | Araq | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | Some improvements to the sockets module. | Dominik Picheta | 2012-07-25 | 1 | -0/+3 |
| | |||||
* | Fixed the tasynciossl ImplicitClosure warning. | Dominik Picheta | 2012-07-24 | 1 | -2/+2 |
| | |||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -1/+1 |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | ||||
* | Sockets are now buffered and have ssl support through openssl. | Dominik Picheta | 2012-06-03 | 1 | -16/+46 |
| | |||||
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 1 | -0/+0 |
| | |||||
* | Added a close function to the ssl module. | dom96 | 2010-10-27 | 1 | -0/+2 |
| | |||||
* | Removed the assert()'s from ssl.nim, and limited lines to 80 chars. | dom96 | 2010-10-23 | 1 | -11/+16 |
| | |||||
* | Added an openssl wrapper, ssl module and smtp module. | dom96 | 2010-10-23 | 1 | -0/+386 |