Re: ( beginner ) how to send starttls command in smtp protocol ( as in the s_client )

2009-09-17 Thread Daniel Black
On Sunday 09 August 2009 14:47:35 Meir Yanovich wrote:
 Hello all
 im trying to find the right code ( c++/c) to connect to smtp server using
 starttls
 i know it can be done using openssl according this tutorial :
 http://qmail.jms1.net/test-auth.shtml
 i need to translate it to real code . that is the open ssl part
 where can i find examples or tutorial which explains how to do that
 Thanks
 

apps/s_client.c in the openssl source code.

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


( beginner ) how to send starttls command in smtp protocol ( as in the s_client )

2009-08-08 Thread Meir Yanovich
Hello all
im trying to find the right code ( c++/c) to connect to smtp server using
starttls
i know it can be done using openssl according this tutorial :
http://qmail.jms1.net/test-auth.shtml
i need to translate it to real code . that is the open ssl part
where can i find examples or tutorial which explains how to do that
Thanks