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
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
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
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" /*
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
Hi Lutz,
I am using the following handshake for communication in ssl
v2:
CLIENT
SERVER
--
--
client hello = {session id
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 */
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" /*