BIO pairs.

This commit is contained in:
Bodo Möller
1999-06-12 01:03:40 +00:00
parent 9bce3070ac
commit 95d29597b7
10 changed files with 852 additions and 30 deletions

View File

@@ -254,6 +254,7 @@ int ssl3_connect(SSL *s)
case SSL3_ST_CW_CERT_A:
case SSL3_ST_CW_CERT_B:
case SSL3_ST_CW_CERT_C:
case SSL3_ST_CW_CERT_D:
ret=ssl3_send_client_certificate(s);
if (ret <= 0) goto end;
s->state=SSL3_ST_CW_KEY_EXCH_A;