Hello out there. I am working on a pretty obscure part of TCL where I want to encrypt an API between a client and server. Basically on the server I have openssl running. On my client I want to create a TCL interface to the API. Now since encryption is a requirement, I'm banging my head trying to...