Differences From Artifact [625cff2305]:
- File generic/tls.h — part of check-in [b921cb3e6e] at 2024-02-20 14:58:09 on branch nijtmans — Move all *.c and *.h files to the /generic/ directory. Update win/makefile.vc from [https://chiselapp.com/user/bohagan/repository/TCLTLS/index] (user: jan.nijtmans, size: 844) [annotate] [blame] [check-ins using]
- File tls.h — part of check-in [2babef91c5] at 2020-10-15 10:36:19 on branch bug-604bb68b5c-nmake — Ticket [604bb68b5c]. Add first sketch of a nmake build. (user: oehhar, size: 844) [annotate] [blame] [check-ins using]
To Artifact [5524cb9711]:
- File generic/tls.h — part of check-in [4a15938209] at 2024-02-20 16:03:50 on branch bohagan — Import trunk from [https://chiselapp.com/user/bohagan/repository/TCLTLS] as separate branch (user: jan.nijtmans, size: 845) [annotate] [blame] [check-ins using] [more...]
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + | * to enhance it to support full fileevent semantics. * * Also work done by the follow people provided the impetus to do this "right":- * tclSSL (Colin McCormack, Shared Technology) * SSLtcl (Peter Antman) * */ #ifndef _TLS_H #define _TLS_H #include <tcl.h> /* * Initialization routines -- our entire public C API. |
︙ |