summary refs log tree commit diff stats
path: root/lib/wrappers/openssl.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-8/+8
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-1/+2
* Remove Deprecated Nimfix (#22062)Juan Carlos2023-06-101-7/+4
* make `proc` not implicitly convert to `pointer` with a preview define (#21953)metagn2023-05-301-1/+1
* fixes SSL version check logic [backport] (#21324)ringabout2023-02-021-2/+2
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-4/+4
* fixes ssl static link regression (#20722)ringabout2022-11-011-1/+5
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-0/+2
* follow up #20668; fixes nightlies (#20701)ringabout2022-10-311-4/+5
* openssl 3 support no longer opt in + some 1.0 support (#20668)metagn2022-10-271-43/+85
* fixes #3748 (#20563)Andreas Rumpf2022-10-141-2/+5
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* partial revert and redesign of #19814, changelog (#20341)metagn2022-09-141-5/+26
* SSL: Allow the same range of versions for OSX (#20324)Andreas Rumpf2022-09-101-5/+1
* Add OpenSSL 3 support (#19814)Federico Ceratto2022-08-231-80/+54
* Correctly import libcrypto functions using dynlib (#19881)Ardek Romak2022-06-131-35/+37
* feat: TLS-ALPN wrappers for OpenSSL (#19202)Iced Quinn2021-12-041-0/+14
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-12/+12
* Fix #17755 (#17766)Dankr4d2021-04-181-2/+11
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-2/+1
* Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]Danil Yarantsev2021-03-291-0/+2
* use lowercase --define switches (#17283)flywind2021-03-071-1/+1
* add io.readChars overload (simpler, less error prone) (#16044)Timothee Cour2021-02-221-1/+1
* use single backtick (#17133)flywind2021-02-211-3/+3
* revive PR #16320 (CRLF fix); fix #16308; Update openssl.nim (#16648)Timothee Cour2021-01-121-20/+20
* Add support to the latest LibreSSL version (#15715) [backport:1.2] [backport:...Danil Yarantsev2020-10-261-2/+2
* Add SSL_CTX_set_session_id_context (#15233)IDF2020-09-041-0/+1
* add openssl missing procs (#15180)Bung2020-08-171-0/+5
* openssl: use explicit result for SSL_in_init (#14597)alaviss2020-06-081-2/+2
* wrappers/openssl: defer loading SSL_CTX_set_ciphersuitesLeorize2020-06-061-1/+3
* net: also set TLSv1.3 cipher suitesLeorize2020-06-061-0/+5
* wrappers/openssl: mark casts as gcsafeLeorize2020-06-061-17/+13
* wrappers/openssl: enable SSL_CTX_set_ecdh_auto for LibreSSLLeorize2020-06-061-1/+1
* wrappers/openssl: the version number comes from the utility libraryLeorize2020-06-061-9/+20
* net: don't call set_ecdh_auto for super old OpenSSLLeorize2020-06-061-5/+3
* wrappers/openssl: fix SSL_CTX_set_modeLeorize2020-06-061-1/+1
* wrappers/openssl: getOpenSSLVersion is gcsafeLeorize2020-06-061-3/+4
* net: enable automatic EC curve selection for OpenSSL 1.0.2Leorize2020-06-061-0/+16
* wrappers/openssl: fix SSL_CTX_ctrl signatureLeorize2020-06-061-1/+1
* openssl: fix erroneous function signaturesLeorize2020-06-061-3/+3
* asyncnet, net: call SSL_shutdown only when connection establishedLeorize2020-06-061-0/+28
* 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-021-1/+0
* introduce getPeerCertificates, fixes #13299 (#13650)Christian Ulrich2020-03-221-22/+32
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-201-0/+71
* Expose more openSSL methods. (#13131)treeform2020-01-131-0/+43
* Remove some unused/disabled OpenSSL functions (#13106)treeform2020-01-111-135/+0
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-4/+4