summary refs log tree commit diff stats
path: root/lib/impure/ssl.nim
Commit message (Expand)AuthorAgeFilesLines
* lib/impure - Dropped 'T' from typespdw2015-06-041-6/+7
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* some progress on documentation buildingAraq2014-09-171-16/+16
* Nimrod renamed to NimAraq2014-08-281-1/+1
* Nimrod renamed to NimAraq2014-08-281-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* fixes #164Araq2012-07-111-4/+4
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-0/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-3/+3
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* Added a close function to the ssl module.dom962010-10-271-0/+6
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-251-2/+2
* ssl.connect now returns the result of the certificate validation.dom962010-10-231-5/+3
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-231-1/+1
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-8/+17
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+81
akkartik.com> 2017-03-08 19:02:59 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2017-03-08 19:02:59 -0800 3764 - better colors for cross-links' href='/akkartik/mu/commit/html/screen.mu.html?h=hlt&id=4a39d12d4568f76ebf45b34cec722d8e0bcf1207'>4a39d12d ^
a654e4ec ^
e5c11a51 ^
c5ffb6e1 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

c5ffb6e1 ^
e5c11a51 ^
a654e4ec ^
204dae92 ^



97eb971b ^
204dae92 ^
3ea092f2 ^






















c5ffb6e1 ^


a654e4ec ^
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90