I know there is a TLS package for Tcl 8.x.
I cannot find any packages to do TLS/SSL on Tcl 7.x.
I would be happy to get any pointers to such an implementation.
I know there is a TLS package for Tcl 8.x.
I cannot find any packages to do TLS/SSL on Tcl 7.x.
I would be happy to get any pointers to such an implementation.
Since I could not find a package for Tcl I will be using an SSL Tunnel from http://www.stunnel.org/. I'll have the ssl tunnel listen on port 444 on the local machine and forward the requests to the target server using TLS.
I am still interested in a better solution if someone has any.