Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add SSL_set_SSL_CTX for SNI(Server Name Indication) (#8308) | momf | 2018-07-13 | 1 | -0/+1 |
| | | | | | | * add SSL_set_SSL_CTX for SNI * fix SSL_set_SSL_CTX | ||||
* | Set Genode Openssl shared-object strings | Emery Hemingway | 2018-06-07 | 1 | -0/+4 |
| | |||||
* | SSL implementation: added nimNoAllocForSSL | Andreas Rumpf | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | link against libssl.so.45 | SolitudeSF | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | libssl.so.44 fix (#7358) | Solitude | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | OpenSSL: 32bit DLL names on Windows lack the -x32 suffix | Araq | 2018-02-09 | 1 | -2/+2 |
| | |||||
* | OpenSSL: use modern DLLs on Windows; export DLLSSLName and DLLUtilName for ↵ | Araq | 2018-02-09 | 1 | -8/+8 |
| | | | | modules that need to expand on the openssl wrapper | ||||
* | Add note about OpenSSL 1.0.x support to openssl module. | Dominik Picheta | 2018-01-20 | 1 | -1/+3 |
| | |||||
* | Allow static linking with OpenSSL 1.0.x | Ruslan Mustakov | 2018-01-20 | 1 | -20/+26 |
| | | | | | | | This commit basically returns the code that was removed in a78d7a31f780c6cf1e421f820d9ed19a5db64ca7, but under 'openssl10' define symbol. OpenSSL 1.0.2 is still actively maintained, so there is no point in dropping support of it. | ||||
* | Add OpenSSL 1.1.0 support #5000 | Federico Ceratto | 2017-12-28 | 1 | -20/+75 |
| | | | | Add a simple online test | ||||
* | Added a couple of procs for RSA verification (#6942) | Yuriy Glukhov | 2017-12-19 | 1 | -0/+8 |
| | |||||
* | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | make openssl.nim compile again | Andreas Rumpf | 2017-10-10 | 1 | -9/+9 |
| | |||||
* | avoid deprecated procs | Andreas Rumpf | 2017-07-26 | 1 | -2/+2 |
| | |||||
* | Fixes #4893. | Dominik Picheta | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | Added BIO_new_mem_buf | Yuriy Glukhov | 2016-12-05 | 1 | -0/+2 |
| | |||||
* | In case of synliboverride we support only openssl 1.0.* | Yuriy Glukhov | 2016-11-30 | 1 | -51/+62 |
| | |||||
* | More fixes | Yuriy Glukhov | 2016-11-30 | 1 | -40/+36 |
| | |||||
* | Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern. | Yuriy Glukhov | 2016-11-30 | 1 | -10/+58 |
| | |||||
* | Fixed openssl for android | Yuriy Glukhov | 2016-11-09 | 1 | -3/+6 |
| | |||||
* | Support OpenSSL 1.0.2 | Federico Ceratto | 2016-10-17 | 1 | -1/+1 |
| | | | 1.0.2 is a current OpenSSL stable release. | ||||
* | Merge branch 'tls-psk' of https://github.com/zielmicha/nim into ↵ | Dominik Picheta | 2016-06-03 | 1 | -0/+24 |
|\ | | | | | | | zielmicha-tls-psk | ||||
| * | net.nim: support for TLS-PSK ciphersuites | Michał Zieliński | 2015-10-24 | 1 | -0/+20 |
| | | |||||
| * | net.nim: support storing arbitrary data inside SSLContext | Michał Zieliński | 2015-10-24 | 1 | -0/+4 |
| | | |||||
* | | Fixed some warnings in httpclient, net, and openssl. | Dominik Picheta | 2016-04-04 | 1 | -2/+2 |
| | | |||||
* | | Fix openssl md5 importcs | def | 2016-01-24 | 1 | -6/+5 |
| | | |||||
* | | Add serach for libssl.so without version suffix. | Łukasz Dubiel | 2015-10-29 | 1 | -1/+1 |
|/ | |||||
* | fixes DLL hell on Windows | Araq | 2015-09-05 | 1 | -3/+9 |
| | |||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 1 | -89/+59 |
| | |||||
* | 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 |
| |