Increase the max size limit for a CertificateRequest message
authorMatt Caswell <matt@openssl.org>
Wed, 23 Dec 2015 16:36:59 +0000 (16:36 +0000)
committerMatt Caswell <matt@openssl.org>
Sun, 27 Dec 2015 22:56:25 +0000 (22:56 +0000)
commit057b6f797d89964892620fe9980a1ca6872a771f
treeaaa9bc970cec5fcf5b5ad43905897d43297d46de
parentb1931d432f4b53ceb2e2eacec09c2e32e043830b
Increase the max size limit for a CertificateRequest message

Previous versions of OpenSSL had the max size limit for a CertificateRequest
message as |s->max_cert_list|. Previously master had it to be
SSL3_RT_MAX_PLAIN_LENGTH. However these messages can get quite long if a
server is configured with a long list of acceptable CA names. Therefore
the size limit has been increased to be consistent with previous versions.

RT#4198

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
ssl/statem/statem_clnt.c