blob: e5334f0036a72eb3736e20f43784703ca09e2540 (
plain)
1
2
3
4
|
TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel.
Both client and server-side sockets are possible, and this code should work
on any platform as it uses a generic mechanism for layering on SSL and Tcl.
|