I am writing a client using perl on solaris, which will support TLS protocol in addition to TCP and UDP. Now how do i go about this?
However, I found some openssl modules on CPAN but they didn't implement the complete openssl library (cert, auth, crypt, etc).
1. Is there a perl module that implements the complete openssl or other TLS implementations?
2. Or is there anyway i can build the openssl library and use it somehow with perl?