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:
9cf8888
)
add comment
author
Bodo Möller
<bodo@openssl.org>
Fri, 14 Sep 2001 13:48:37 +0000
(13:48 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 14 Sep 2001 13:48:37 +0000
(13:48 +0000)
ssl/s3_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index 2daab57c758c7bfa2ce693af8e8b5f0c3bdff9ef..f86deeb8ac566817f5703a422cc2c5ee035d4875 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-533,6
+533,8
@@
static int ssl3_check_client_hello(SSL *s)
int ok;
long n;
+ /* this function is called when we really expect a Certificate message,
+ * so permit appropriate message length */
n=ssl3_get_message(s,
SSL3_ST_SR_CERT_A,
SSL3_ST_SR_CERT_B,