summary refs log tree commit diff stats
path: root/lib/pure/lexbase.nim
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2020-03-20 16:11:39 +0000
committerGitHub <noreply@github.com>2020-03-20 17:11:39 +0100
commit5b854442448af96d57135ba7328b0c21f1f80f40 (patch)
treeb4e0e0cf66b15fb9f040e4ee1a11f0ffd3b68ee2 /lib/pure/lexbase.nim
parent1d665adecde3b3bf16e64068e83c0b3cb0171856 (diff)
downloadNim-5b854442448af96d57135ba7328b0c21f1f80f40.tar.gz
SSL certificate verify GitHub action (#13697)
* 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
Diffstat (limited to 'lib/pure/lexbase.nim')
0 files changed, 0 insertions, 0 deletions
_a@web.de> 2014-06-27 16:03:11 +0200 some progress for jester+async' href='/ahoang/Nim/commit/tests/closure/tnestedclosure.nim?h=devel&id=7014d0c5c82b942c7e3e299c5b29d28ac70831fe'>7014d0c5c ^
e80465dac ^
7014d0c5c ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51