Re: Using openssl to connect to an exchange server

2010-06-17 Thread Rolf Ackermann
Hi Steve Thanks for the tip, will try it tomorrow. Kind regards Rolf (aka spieler67) On Thu, Jun 17, 2010, Rolf Ackermann wrote: Hi Steve Thanks for your fast answer. Sorry, some clarification: If I'm using the "openssl s_client -host [mail-server] -port 443" command

Re: Using openssl to connect to an exchange server

2010-06-17 Thread Rolf Ackermann
Kind regards Rolf (aka spieler67) On Thu, Jun 17, 2010, Rolf Ackermann wrote: Hi list I have the following problem: I've written a software using wxWidgets (http://www.wxwidgets.org). This framework allows me to write OS independent software and has also C++ classes for using TCP

Using openssl to connect to an exchange server

2010-06-17 Thread Rolf Ackermann
Hi list I have the following problem: I've written a software using wxWidgets (http://www.wxwidgets.org). This framework allows me to write OS independent software and has also C++ classes for using TCP communication. Based on source code from the internet I'm using BIO_read/BIO_write function