summary refs log tree commit diff stats
path: root/lib/wrappers/openssl.nim
Commit message (Expand)AuthorAgeFilesLines
...
* OpenSSL: 32bit DLL names on Windows lack the -x32 suffixAraq2018-02-091-2/+2
* OpenSSL: use modern DLLs on Windows; export DLLSSLName and DLLUtilName for mo...Araq2018-02-091-8/+8
* Add note about OpenSSL 1.0.x support to openssl module.Dominik Picheta2018-01-201-1/+3
* Allow static linking with OpenSSL 1.0.xRuslan Mustakov2018-01-201-20/+26
* Add OpenSSL 1.1.0 support #5000Federico Ceratto2017-12-281-20/+75
* Added a couple of procs for RSA verification (#6942)Yuriy Glukhov2017-12-191-0/+8
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-1/+1
* make openssl.nim compile againAndreas Rumpf2017-10-101-9/+9
* avoid deprecated procsAndreas Rumpf2017-07-261-2/+2
* Fixes #4893.Dominik Picheta2017-05-171-1/+1
* Added BIO_new_mem_bufYuriy Glukhov2016-12-051-0/+2
* In case of synliboverride we support only openssl 1.0.*Yuriy Glukhov2016-11-301-51/+62
* More fixesYuriy Glukhov2016-11-301-40/+36
* Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-301-10/+58
* Fixed openssl for androidYuriy Glukhov2016-11-091-3/+6
* Support OpenSSL 1.0.2Federico Ceratto2016-10-171-1/+1
* Merge branch 'tls-psk' of https://github.com/zielmicha/nim into zielmicha-tls...Dominik Picheta2016-06-031-0/+24
|\
| * net.nim: support for TLS-PSK ciphersuitesMichał Zieliński2015-10-241-0/+20
| * net.nim: support storing arbitrary data inside SSLContextMichał Zieliński2015-10-241-0/+4
* | Fixed some warnings in httpclient, net, and openssl.Dominik Picheta2016-04-041-2/+2
* | Fix openssl md5 importcsdef2016-01-241-6/+5
* | Add serach for libssl.so without version suffix.Łukasz Dubiel2015-10-291-1/+1
|/
* fixes DLL hell on WindowsAraq2015-09-051-3/+9
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-89/+59
* do not set mem functions on osxHarald Lapp2015-03-121-1/+1
* Refine the definition of the server name callbcak.Nathan Hoad2015-03-081-3/+2
* Some more documentation for the SNI related procs.Nathan Hoad2015-03-081-0/+12
* Don't support old versions of OpenSSL.Nathan Hoad2015-03-081-1/+1
* Add some documentation to the server-side callback functions.Nathan Hoad2015-03-071-0/+3
* Add SNI support to client and server sockets.Nathan Hoad2015-03-071-2/+26
* Fixes nim-lang/nimble#84Dominik Picheta2015-01-051-1/+1
* fixes a long standing openssl wrapper bug: pass C compliant allocation functi...Araq2014-12-281-1/+10
* improved error msgs and refactored close in the net moduleWill Szumski2014-12-171-3/+10
* docgen works on linuxAraq2014-10-271-3/+5
* cleaned up openssl.nim a bitAraq2014-09-191-41/+42
* some progress on documentation buildingAraq2014-09-171-2/+2
* Async SSL support.Dominik Picheta2014-08-311-17/+34
* Fixes SSL case sensitive issues.Dominik Picheta2014-08-301-8/+8
* Merge pull request #1126 from fowlmouth/patch-1Andreas Rumpf2014-05-311-0/+67
|\
| * i left an {.importc.} in thereBillingsly Wetherfordshire2014-04-201-1/+1
| * added md5 functions from <openssl/md5.h>Billingsly Wetherfordshire2014-04-201-0/+67
* | changed openssl to import CRYPTO_mem_set_functions from libcrypto and made so...Charlie Barto2014-05-101-1/+1
|/
* merged #823 against develAraq2014-02-021-10/+14
* Made TSocketHandle distinct and fixed problems it caused for SSL.Dominik Picheta2013-10-231-1/+3
* Fix: OpenSSL on Windowsonionhammer2013-06-201-3/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-231-1/+1
* merged upstream masterZahary Karadjov2013-01-271-0/+2
|\
| * bugfix: openssl import for macosxAraq2012-12-191-5/+5
| * bugfix: 'not nil' and 'shared' typesAraq2012-12-021-0/+2
fd2d57a8'>^
5645f266 ^


22449efd ^
6874e0ea ^
e65cebe4 ^
6874e0ea ^
5645f266 ^



















0c0b9489 ^
3d566884 ^
e6dfc442 ^
0c0b9489 ^
728fb838 ^
0c0b9489 ^
e65cebe4 ^

e6dfc442 ^
5645f266 ^


e65cebe4 ^

e6dfc442 ^

277a7026 ^

e65cebe4 ^








16246965 ^
e6dfc442 ^

94024f19 ^
e65cebe4 ^

7ec262f8 ^

e65cebe4 ^
728fb838 ^
e65cebe4 ^
728fb838 ^


7ec262f8 ^
e65cebe4 ^
e6dfc442 ^
0c0b9489 ^
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157