Hello,
> When I compiled openssl-0.9.8g on VDSP and run \demos\ssl\cli.cpp .And I 
tried to connect 
> https://www.gmail.com  using sslv2.0 .At that time I saw  client sent 
client hello and 
> server sent server hello successfully. But After that Client was not 
sending MASTER_KEY 
> message. I checked and I found in file     ssl\s2_clnt.c  inside 
function int 
> ssl2_set_certificate(SSL *s, int type, int len, const unsigned char 
*data)   having function 
> 
>             x509=d2i_X509 (NULL, &data,(long)len);
> 
> return x509=0; that’s why it is going to label  err. And returning ret 
=-1;
> Please tell me how I can  remove this error. So  I can proceed further 
next step in 
> sslv2.0 response .
> One thing I want to say for compilation purpose I added below function 
in this file “x_x509.c“.
Do not use/support SSL2 for secure communications, use SSL3 or TLS1.
SSL2 client_hello may be used for negotiations SSL3 or TLS1 (only one 
handshake
packet).

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>

Reply via email to