index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
wrappers
/
openssl.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add serach for libssl.so without version suffix.
Ćukasz Dubiel
2015-10-29
1
-1
/
+1
|
/
*
fixes DLL hell on Windows
Araq
2015-09-05
1
-3
/
+9
*
preparations for more Nimble packages; clear licensing; fixes #2949
Araq
2015-06-20
1
-89
/
+59
*
do not set mem functions on osx
Harald Lapp
2015-03-12
1
-1
/
+1
*
Refine the definition of the server name callbcak.
Nathan Hoad
2015-03-08
1
-3
/
+2
*
Some more documentation for the SNI related procs.
Nathan Hoad
2015-03-08
1
-0
/
+12
*
Don't support old versions of OpenSSL.
Nathan Hoad
2015-03-08
1
-1
/
+1
*
Add some documentation to the server-side callback functions.
Nathan Hoad
2015-03-07
1
-0
/
+3
*
Add SNI support to client and server sockets.
Nathan Hoad
2015-03-07
1
-2
/
+26
*
Fixes nim-lang/nimble#84
Dominik Picheta
2015-01-05
1
-1
/
+1
*
fixes a long standing openssl wrapper bug: pass C compliant allocation functi...
Araq
2014-12-28
1
-1
/
+10
*
improved error msgs and refactored close in the net module
Will Szumski
2014-12-17
1
-3
/
+10
*
docgen works on linux
Araq
2014-10-27
1
-3
/
+5
*
cleaned up openssl.nim a bit
Araq
2014-09-19
1
-41
/
+42
*
some progress on documentation building
Araq
2014-09-17
1
-2
/
+2
*
Async SSL support.
Dominik Picheta
2014-08-31
1
-17
/
+34
*
Fixes SSL case sensitive issues.
Dominik Picheta
2014-08-30
1
-8
/
+8
*
Merge pull request #1126 from fowlmouth/patch-1
Andreas Rumpf
2014-05-31
1
-0
/
+67
|
\
|
*
i left an {.importc.} in there
Billingsly Wetherfordshire
2014-04-20
1
-1
/
+1
|
*
added md5 functions from <openssl/md5.h>
Billingsly Wetherfordshire
2014-04-20
1
-0
/
+67
*
|
changed openssl to import CRYPTO_mem_set_functions from libcrypto and made so...
Charlie Barto
2014-05-10
1
-1
/
+1
|
/
*
merged #823 against devel
Araq
2014-02-02
1
-10
/
+14
*
Made TSocketHandle distinct and fixed problems it caused for SSL.
Dominik Picheta
2013-10-23
1
-1
/
+3
*
Fix: OpenSSL on Windows
onionhammer
2013-06-20
1
-3
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Fixed timeouts for sockets, implemented timeouts in httpclient and fixed
Dominik Picheta
2013-02-23
1
-1
/
+1
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-0
/
+2
|
\
|
*
bugfix: openssl import for macosx
Araq
2012-12-19
1
-5
/
+5
|
*
bugfix: 'not nil' and 'shared' types
Araq
2012-12-02
1
-0
/
+2
*
|
Fixed openssl lib path on Mac OS X;
Zahary Karadjov
2013-01-27
1
-5
/
+5
|
/
*
try version 1.0.0 for openssl
Araq
2012-10-19
1
-1
/
+1
*
Some improvements to the sockets module.
Dominik Picheta
2012-07-25
1
-0
/
+3
*
Fixed the tasynciossl ImplicitClosure warning.
Dominik Picheta
2012-07-24
1
-2
/
+2
*
Many fixes for asynchronous sockets. Asyncio should now work well with buffer...
Dominik Picheta
2012-07-22
1
-1
/
+1
*
Sockets are now buffered and have ssl support through openssl.
Dominik Picheta
2012-06-03
1
-16
/
+46
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
1
-0
/
+0
*
Added a close function to the ssl module.
dom96
2010-10-27
1
-0
/
+2
*
Removed the assert()'s from ssl.nim, and limited lines to 80 chars.
dom96
2010-10-23
1
-11
/
+16
*
Added an openssl wrapper, ssl module and smtp module.
dom96
2010-10-23
1
-0
/
+386
[prev]