Hi Girish, I do not now if you can change / configure the SSL Handshake message and there is probably no need to do so anyway. There is a perl library for html (if that is your final goal) called libwww-perl and it uses openssl as it's crypto and ssl engine for https connections I use it to do things like connecting to an ssl server (letting the library do the hard work of ssl handshake) The code that translate things from perl to openssl C (actually it is Crypt-SSLeay-05.51 but there are other alternatives) can help you figure out how to write your own ssl handshake for non web servers (like your echo server).
Gilad -----Original Message----- From: Girish Hegde [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 7:17 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Configuring SSL Handshake Hello there, This is my 3rd or 4th request for the group. Pls if any one has any clue about this, reply me. I am trying to test an SSL compliant Client application with a dummy echo server i have written in PERL. Is there any way to configure the SSL Handshake messages, change the sequences etc? Since all these are done internally by OpenSSL, how can acheive this in PERL? Pls reply me as soon as possible......I m in a DARK ROOM AT PRESENT :(( Thanks and regards Girish _________________________________________________________________ Dress up your desktop! Get the best wallpapers. http://server1.msn.co.in/msnchannels/Entertainment/wallpaperhome.asp Just click here! ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
