openssl and tlsv1.1
On Solaris 10, we have openssl v0.9.7d, patched up to 148071-18. We also are running ProFTPd, and I recently upgraded that software to use TLSv1.1 and TLSv1.2, as there are security vulnerabilities in TLSv1. The problem begins when I try to tell ProFTPd to only use TLSv1.1 and v1.2, it comes back with a message that OpenSSL does not support those versions of TLS.
I understand not to change the base version of openssl as that will break things, but I thought the 148071 patches brought openssl up to date w.r.t. updated TLS versions?
Your help appreciated!
HCG