Increase permissible ClientKeyExchange message length.

This commit is contained in:
Bodo Möller 2000-11-17 14:42:49 +00:00
parent 3c758be86e
commit 7396958515

View File

@ -1262,7 +1262,7 @@ static int ssl3_get_client_key_exchange(SSL *s)
SSL3_ST_SR_KEY_EXCH_A,
SSL3_ST_SR_KEY_EXCH_B,
SSL3_MT_CLIENT_KEY_EXCHANGE,
400, /* ???? */
2048, /* ??? */
&ok);
if (!ok) return((int)n);