Re: Regarding OpenSSL communication

2007-08-24 Thread jimmy bahuleyan
Suchindra Chandrahas wrote: > Thanks a lot Marek! > > I was making mistake at: > > 16 - SSL3/TLS1 handshake packet (was not including this) > > Now i understood the whole process completely, thanks to your guidance!. > If there is any document or any such thing that has such details, > it woul

Re: Regarding OpenSSL communication

2007-08-24 Thread Suchindra Chandrahas
Thanks a lot Marek! I was making mistake at: 16 - SSL3/TLS1 handshake packet (was not including this) Now i understood the whole process completely, thanks to your guidance!. If there is any document or any such thing that has such details, it would be great if you could forward it to me. Tha

Re: Regarding OpenSSL communication

2007-08-23 Thread Marek Marcola
Hello, > I request you to please have mercy on me. I have > to communicate to SSL v3 Server using SSL v3 Client Hello Message. The > following is my client hello message: > > > > "\x01" > "\x03\x01" /* SSL Version */ > "\x40\x7b\xab\x

Re: Regarding OpenSSL communication

2007-08-23 Thread Suchindra Chandrahas
Hi Marek, I request you to please have mercy on me. I have to communicate to SSL v3 Server using SSL v3 Client Hello Message. The following is my client hello message: "\x01" "\x03\x01" /* SSL Version */ "\x40\x7b\xab\xc0" /*

Re: Regarding OpenSSL communication

2007-08-23 Thread Marek Marcola
Hello, >I am using the following client hello message format for an > SSL V3 Server: > > > > unsigned char buf[BUFSIZE] = > "\x01" /* client hello msg */ > > "\x03\x00" /* client version */ > "\x00\x1

Re: Regarding OpenSSL communication

2007-08-23 Thread Suchindra Chandrahas
Hi Lutz, I am using the following handshake for communication in ssl v2: CLIENT SERVER -- -- client hello = {session id

Re: Regarding OpenSSL communication

2007-08-23 Thread Lutz Jaenicke
Suchindra Chandrahas wrote: > Hi all, >I am using the following client hello message format > for an SSL V3 Server: > > > > unsigned char buf[BUFSIZE] = > "\x01" /* client hello msg */ > > "\x03\x00" /* client version */

Regarding OpenSSL communication

2007-08-23 Thread Suchindra Chandrahas
Hi all, I am using the following client hello message format for an SSL V3 Server: unsigned char buf[BUFSIZE] = "\x01" /* client hello msg */ "\x03\x00" /* client version */ "\x00\x18" /*