1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
2008-03-19 Pat Thoyts <[email protected]>
* win/Makefile.vc Updated the nmake build files with MSVC9 support
* win/rules.vc: and fixed to run the test-suite properly.
* win/nmakehlp.c:
* tls.tcl (tls::initlib): Corrected namespace handling.
* tls.c: Applied #1890223 to fix handshake on non-blocking sockets
2007-09-06 Pat Thoyts <[email protected]>
* tls.c: Silence 64 bit integer conversion warnings
* win/nmakehlp.c: Update build system to support AMD64 target
* win/makefile.vc: with MSVC8
* win/rules.vc:
2007-06-22 Jeff Hobbs <[email protected]>
* tlsIO.c (TlsInputProc, TlsOutputProc, TlsWatchProc):
* tls.c (VerifyCallback): add an state flag in the verify callback
that prevents possibly recursion (on 'update'). [Bug 1652380]
* tests/ciphers.test: reworked to make test output cleaner to
understand missing ciphers (if any)
|
>
>
>
>
>
>
>
>
>
>
>
>
|
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
|
2008-03-19 Jeff Hobbs <[email protected]>
* tls.c (Tls_Clean, ImportObjCmd): Fix cleanup mem leak [Bug 1414045]
2008-03-19 Pat Thoyts <[email protected]>
* win/Makefile.vc Updated the nmake build files with MSVC9 support
* win/rules.vc: and fixed to run the test-suite properly.
* win/nmakehlp.c:
* tls.tcl (tls::initlib): Corrected namespace handling.
* tls.c: Applied #1890223 to fix handshake on non-blocking sockets
2008-03-17 Jeff Hobbs <[email protected]>
* tls.tcl (tls::initlib): load tls.tcl first and call
* Makefile.in (pkgIndex.tcl): tls::initlib to load library to
handle cwd changes. [Bug 1888113]
2007-09-06 Pat Thoyts <[email protected]>
* tls.c: Silence 64 bit integer conversion warnings
* win/nmakehlp.c: Update build system to support AMD64 target
* win/makefile.vc: with MSVC8
* win/rules.vc:
2007-06-22 Jeff Hobbs <[email protected]>
* configure.in, configure, win/makefile.vc (DOTVERSION): bump to 1.6
* tlsIO.c (TlsInputProc, TlsOutputProc, TlsWatchProc):
* tls.c (VerifyCallback): add an state flag in the verify callback
that prevents possibly recursion (on 'update'). [Bug 1652380]
* tests/ciphers.test: reworked to make test output cleaner to
understand missing ciphers (if any)
|