[openssl.org #679] minor bug in ssl3_send_client_verify()

2003-09-27 Thread Richard Levitte via RT
Same argument as for ticket 680: no harm done, and makes this function consistent with the rest of them. Applied. Thanks. Ticket resolved. [EMAIL PROTECTED] - Thu Aug 21 07:38:16 2003]: In function ssl3_send_client_verify(), the state is never switched to SSL3_ST_CW_CERT_VRFY_B after the

[openssl.org #679] minor bug in ssl3_send_client_verify()

2003-08-20 Thread [EMAIL PROTECTED] via RT
In function ssl3_send_client_verify(), the state is never switched to SSL3_ST_CW_CERT_VRFY_B after the handshake message is serialized. It's a fairly minor bug: *(d++)=SSL3_MT_CERTIFICATE_VERIFY; l2n3(n,d); s-init_num=(int)n+4;