summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* add SSL_set_SSL_CTX for SNI(Server Name Indication) (#8308)momf2018-07-131-0/+1
| | | | | | * add SSL_set_SSL_CTX for SNI * fix SSL_set_SSL_CTX
* Set Genode Openssl shared-object stringsEmery Hemingway2018-06-071-0/+4
|
* SSL implementation: added nimNoAllocForSSLAndreas Rumpf2018-05-271-2/+2
|
* link against libssl.so.45SolitudeSF2018-04-261-1/+1
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-237-7/+7
|
* mysql.nim: fixes how the DLL version loading worksAndreas Rumpf2018-03-241-2/+2
|
* libssl.so.44 fix (#7358)Solitude2018-03-201-1/+1
|
* Move joyent_http_parser out of stdlib.Dominik Picheta2018-02-171-93/+0
|
* Fixes #5786.Dominik Picheta2018-02-171-117/+0
|
* Enable mariadb shared libs for mysql as well (#7199)Dennis Felsing2018-02-101-3/+3
|
* OpenSSL: 32bit DLL names on Windows lack the -x32 suffixAraq2018-02-091-2/+2
|
* OpenSSL: use modern DLLs on Windows; export DLLSSLName and DLLUtilName for ↵Araq2018-02-091-8/+8
| | | | modules that need to expand on the openssl wrapper
* Add note about OpenSSL 1.0.x support to openssl module.Dominik Picheta2018-01-201-1/+3
|
* Allow static linking with OpenSSL 1.0.xRuslan Mustakov2018-01-201-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.
* make MySQL client work with MariaDB; prefer newer versions over olderAndreas Rumpf2018-01-181-2/+2
|
* Add OpenSSL 1.1.0 support #5000Federico Ceratto2017-12-281-20/+75
| | | | Add a simple online test
* Added a couple of procs for RSA verification (#6942)Yuriy Glukhov2017-12-191-0/+8
|
* Remove libuv from standard library wrappers. (#6624)treeform2017-11-061-732/+0
|
* remove pdcurses wrapper (#6617)Lynn C. Rees2017-10-301-1560/+0
|
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-1/+1
|
* TinyC upgrade (#6593)Dmitry Atamanov2017-10-281-16/+7
|
* make openssl.nim compile againAndreas Rumpf2017-10-101-9/+9
|
* avoid deprecated procsAndreas Rumpf2017-07-261-2/+2
|
* Fixes #4893.Dominik Picheta2017-05-171-1/+1
|
* update linenoise (#5357)Arne Döring2017-03-253-56/+158
|
* improvements to memtrackingAndreas Rumpf2017-01-261-1/+1
|
* Added BIO_new_mem_bufYuriy Glukhov2016-12-051-0/+2
|
* In case of synliboverride we support only openssl 1.0.*Yuriy Glukhov2016-11-301-51/+62
|
* More fixesYuriy Glukhov2016-11-301-40/+36
|
* Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-301-10/+58
|
* further memtracking improvementsAndreas Rumpf2016-11-241-1/+1
|
* sqlite: removes weird spacingAndreas Rumpf2016-11-221-1/+1
|
* updated sqlite3 wrapper slightlyAndreas Rumpf2016-11-211-5/+6
|
* Fixed openssl for androidYuriy Glukhov2016-11-091-3/+6
|
* Support OpenSSL 1.0.2Federico Ceratto2016-10-171-1/+1
| | | 1.0.2 is a current OpenSSL stable release.
* make linenoise compile in some /tmp directoryAndreas Rumpf2016-09-262-2/+5
|
* Update mysql.nimAlpha Shuro2016-09-221-2/+2
| | | add the new version of mysql client dynlib
* Merge branch 'tls-psk' of https://github.com/zielmicha/nim into ↵Dominik Picheta2016-06-031-0/+24
|\ | | | | | | zielmicha-tls-psk
| * net.nim: support for TLS-PSK ciphersuitesMichał Zieliński2015-10-241-0/+20
| |
| * net.nim: support storing arbitrary data inside SSLContextMichał Zieliński2015-10-241-0/+4
| |
* | Fixed some warnings in httpclient, net, and openssl.Dominik Picheta2016-04-041-2/+2
| |
* | Fix openssl md5 importcsdef2016-01-241-6/+5
| |
* | fixes #3720Andreas Rumpf2016-01-172-24/+16
| |
* | fixes #3720Andreas Rumpf2016-01-171-13/+13
| |
* | added column_table_name procAndreas Rumpf2015-12-171-0/+2
| |
* | Fixing mysql_field.Hans Raaf2015-12-171-0/+1
| | | | | | | | FIELD had the wrong size which made mysql.fetch_fields() useless.
* | add SQLErr (mapped to SQLError in odbc lib)JamesP2015-12-091-1/+37
| | | | | | | | | | | | Add some SQLGetInfo consts Fix SQLSetEnvAttr parameter
* | Add serach for libssl.so without version suffix.Łukasz Dubiel2015-10-291-1/+1
|/
* fixes DLL hell on WindowsAraq2015-09-054-7/+28
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-497/+497
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +