I am writing a SIP protocol client that will connect to a SIP proxy server. Depending on the user preference, i want to be able to connect to the server in a secure(TLS) as well as non-secure(TCP/UDP) way.
Does the Net::SSLeay interface provide support for non-http applicatons also?