Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 1 | -2/+2 |
| | | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873 | ||||
* | moderate system cleanup & refactor (#20355) | metagn | 2022-09-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * system refactor, move out 600 lines * compilation, slice, backwardsindex, misc_num moved out of system * some procs/types moved into arithmetics, basic_types * system no longer depends on syncio * some procs moved around to fit with their surroundings * make exceptions an import, old ops to misc_num * move instantiationInfo back * move back nim version, fix windows echo * include compilation * better docs for imported modules, fix unsigned ops also remove ze, ze64, toU8, toU16, toU32 with nimPreviewSlimSystem * fix terminal * workaround IC test & weird csize bug, changelog * move NimMajor etc back to compilation, rebase for CI * try ic fix * form single `indices`, slim out TaintedString, try fix IC * fix CI, update changelog, addQuitProc * fix CI * try fix CI * actually fix CI finally hopefully * Update lib/system/compilation.nim Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> * update kochdocs * hopefully fix csize uses for slimsystem * fix tquit Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> | ||||
* | fixes #17658; add cert dir for ssl ctx (#19920) | ringabout | 2022-08-28 | 1 | -0/+6 |
| | | | | | | | add cert dir for ssl ctx Co-authored-by: Paul Roberts <pmr@stelo.org.uk> Co-authored-by: sandytypical <43030857+xflywind@users.noreply.github.com> Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> | ||||
* | termux ssl (#18520) | Paul Roberts | 2021-07-20 | 1 | -0/+1 |
| | |||||
* | final SSL changes [backport:1.2] (#16983) | Andreas Rumpf | 2021-02-09 | 1 | -8/+12 |
| | |||||
* | basic cleanups regarding SSL handling (#16940) [backport:1.0] | Andreas Rumpf | 2021-02-08 | 1 | -13/+52 |
| | | | | | | | * basic cleanups regarding SSL handling * enabled certificate checking on Windows * updated the SSL test * quoting helps | ||||
* | styleCheck: Fix some inconsistent identifiers (#16177) | ee7 | 2020-12-21 | 1 | -2/+2 |
| | |||||
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
| | | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test | ||||
* | Deprecate and/or remove ospaths (#14767) | Juan Carlos | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | ssl_certs: add Haiku support (#13761) | alaviss | 2020-03-26 | 1 | -7/+32 |
| | |||||
* | SSL certificate verify GitHub action (#13697) | Federico Ceratto | 2020-03-20 | 1 | -0/+97 |
* Implement SSL/TLS certificate checking #782 * SSL: Add nimDisableCertificateValidation Remove NIM_SSL_CERT_VALIDATION env var tests/untestable/thttpclient_ssl.nim ran successfully on Linux with libssl 1.1.1d * SSL: update integ test to skip flapping tests * Revert .travis.yml change * nimDisableCertificateValidation disable imports Prevent loading symbols that are not defined on older SSL libs * SSL: disable verification in net.nim ..when nimDisableCertificateValidation is set * Update changelog * Fix peername type * Add define check for windows * Disable test on windows * Add exprimental GitHub action CI for SSL * Test nimDisableCertificateValidation |