projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01fc63
)
Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.
author
Richard Levitte
<levitte@openssl.org>
Sat, 27 Sep 2003 19:32:12 +0000
(19:32 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 27 Sep 2003 19:32:12 +0000
(19:32 +0000)
PR: 679
ssl/s3_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/s3_clnt.c
b/ssl/s3_clnt.c
index 60c97ee62940c1766c55471121e2817bf1d916ec..b98b79840a24bc2fc1eb645eb02fea9b777b9294 100644
(file)
--- a/
ssl/s3_clnt.c
+++ b/
ssl/s3_clnt.c
@@
-1608,6
+1608,7
@@
static int ssl3_send_client_verify(SSL *s)
*(d++)=SSL3_MT_CERTIFICATE_VERIFY;
l2n3(n,d);
+ s->state=SSL3_ST_CW_CERT_VRFY_B;
s->init_num=(int)n+4;
s->init_off=0;
}