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:
30a452a
)
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:09 +0000
(19:32 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 27 Sep 2003 19:32:09 +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 fae8eadadaea3327432f95d7fba294ba524f4a4b..eb7daebfdfb3802a64d418f24f56223c91c2438f 100644
(file)
--- a/
ssl/s3_clnt.c
+++ b/
ssl/s3_clnt.c
@@
-1769,6
+1769,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;
}