Enable SSL/TLS support for Opal library
Brought to you by:
csoutheren,
rjongbloed
Hi,
I am using opal library to build sample fax application, I want to use SSL/TLS connection in my Fax application, I just wanted to know how to establish SSL/TLS support for Opal and how it is been used in application for incoming and outgoing connections ?
Thanks in Advance
Raveendra
P.S : By mistakenly, I have create the ticket under bugs section yesterday, pardon me.
See http://wiki.opalvoip.org
Thanks Robert for the link, the link was very useful for me.
I installed open ssl (version 1.1.0) from this link :
http://slproweb.com/products/Win32OpenSSL.html
I have downloaded and installed both 32 bit and 64-bit installer (Developer Recomonded version). I tried building ptlib library post openssl installation, it detects automatically and enabled SSL support in the code. but I have encountered below compilation error in cypher.cxx of ptlib_static project :
Any suggestion on this compilation error. I am using Visual studio 2015 to compile the code. Please let me know how to troubleshoot this error or am I missing something ?
Thanks in Advance,
Raveendra
Soeey only v1.0.2 is currently supported, do not use v1.1.
I have updated the Wiki for this.
Thanks for the response :)
I have installed open ssl v1.0.2 and I could compile ptlib and opal. I just need to know is there any code samples for sample Fax application which works using TLS and support SIPS along with SRTP?
Thanks in Advance,
Raveendra