1
2
3
4
5
6
7
|
2004-02-03 Dan Razzell <[email protected]>
* Makefile.in: Removed circular dependency.
* tlsInt.h: Make function declarations explicit.
* tls.c: Fix type match and unused variable warnings.
* tlsBIO.c: Fix type match warning.
|
>
>
>
>
>
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
2004-02-12 Dan Razzell <[email protected]>
* tls.c: Allow verify callback to return empty result.
* tls.htm: Document callback behaviors.
2004-02-11 Dan Razzell <[email protected]>
* tests/tlsIO.test:
* remote.tcl: Complete private key name changes from 2001-06-21.
2004-02-03 Dan Razzell <[email protected]>
* Makefile.in: Removed circular dependency.
* tlsInt.h: Make function declarations explicit.
* tls.c: Fix type match and unused variable warnings.
* tlsBIO.c: Fix type match warning.
|