summary refs log tree commit diff stats
path: root/tests/stdlib/thttpclient_ssl_cert.pem
Commit message (Collapse)AuthorAgeFilesLines
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-201-0/+29
* 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
>e241c9a33 ^
d93749b17 ^




517312467 ^




e5aefbd1d ^
3ffde39cf ^

434bdbe3e ^
3ffde39cf ^
363b1c0a4 ^
8f6a275f4 ^

fbe7bf3c8 ^
243e66596 ^


e9fc86597 ^
96c571dd9 ^
a01fd5e93 ^

c525dfabc ^

31a41594c ^
c1c3c4c5d ^
633dcca71 ^
5b9465acf ^

299b04491 ^
c1c76a20e ^
931496770 ^

e8f7d605f ^
ee08c6eec ^
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