Commit 057b6f79 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarViktor Dukhovni <viktor@openssl.org>
parent b1931d43
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment