summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Expand)AuthorAgeFilesLines
* fix #9771 (#14357)Bung2020-05-151-12/+14
* Add procedures to read RSA keys from BIO format (#14223)PMunch2020-05-041-0/+4
* Add RSA key reading and encrypt/decrypt to openssl (#14137)PMunch2020-04-271-0/+23
* Fixes issues with dynamic loading OpenSSL. Fixes #13903. (#13919) [backport]Dominik Picheta2020-04-081-19/+39
* Deprecate DCE:on (#13839)Juan Carlos2020-04-027-11/+0
* introduce getPeerCertificates, fixes #13299 (#13650)Christian Ulrich2020-03-221-22/+32
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-201-0/+71
* adding sqlite3 backup functions (#13346)pyloor2020-02-071-0/+17
* Expose more openSSL methods. (#13131)treeform2020-01-131-0/+43
* Remove some unused/disabled OpenSSL functions (#13106)treeform2020-01-111-135/+0
* add pqserverVersion,pqconnectionNeedsPassword,pqconnectionUsedPassword (#13060)Bung2020-01-071-0/+6
* [backport] Fix spelling typos (#12755)Brian Wignall2019-11-281-1/+1
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-4/+4
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-303-3/+3
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-2/+2
* Fixes #12187 (#12321)Clyybber2019-10-081-2/+2
* [backport] fix #12278, don't expose internal PCRE documentationnarimiran2019-09-271-20/+20
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* prepare sqlite3 wrapper for static linkingAndreas Rumpf2019-09-031-97/+103
* makes the -d:nimIncremental compiler mode compile againAndreas Rumpf2019-07-271-52/+52
* style improvements; fixes #11774Araq2019-07-191-1/+1
* [bugfix] openssl styleCheck fix: consistent var naming (#11750)Kaushal Modi2019-07-161-4/+4
* minor style changesAraq2019-07-116-87/+111
* minor style changesAraq2019-07-101-0/+4
* [bugfix] Add `.47` as supported libssl versionSolitudeSF2019-06-141-2/+2
* Add force openSSL version with -d:sslVersion=1.0.0 (#11272)treeform2019-05-201-2/+25
* Expose api to disable autoinitializing OpenSSL. (#11247)Hitesh Jasani2019-05-141-0/+2
* live with the hacks, PCRE's design is crapAraq2019-03-191-2/+0
* pcre.nim: added pcre_free and removed hacks in nre and re.nimAndreas Rumpf2019-03-191-0/+2
* Fix wrong integer types in odbcsql and db_odbc (#10419)pgkos2019-01-221-1/+1
* fix #10281 (#10282)Timothee Cour2019-01-121-1/+5
* Fix libssl order. Newest one is 1.1Andre von Houck2019-01-081-1/+1
* Better LibSSL search order. (#10230)treeform2019-01-081-1/+1
* removes deprecated T/P typesAraq2018-11-166-32/+0
* Add `.46` as supported libssl version (#9704)Solitude2018-11-151-1/+1
* Allocate OpenSSL memory outside of the thread heapLemonBoy2018-09-271-5/+5
* add SSL_set_SSL_CTX for SNI(Server Name Indication) (#8308)momf2018-07-131-0/+1
* 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 mo...Araq2018-02-091-8/+8
* 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