I have a server which uses OpenSSL for its basic TLS/SSL services. I wanted to replace OpenSSL with PolarSSL in my server if possible. So I wanted to know if we have programs with PolarSSL support for these services (preferably my current programs) :
WebServer with SSL support (currently I use Apache)
SSH Client/Server (currently I use OpenSSH)
IPSec (currently I use IPSec-Tools)
if there isn't something like that , how can i replace OpenSSL by polarSSL in them ?