]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add size limit to X509_NAME structure.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 28 Apr 2016 11:55:29 +0000 (12:55 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 29 Apr 2016 18:53:47 +0000 (19:53 +0100)
commit53d6c14befdf0414f658e663a0e7a4cf6382588f
tree60873933ca6cb1bf9cd200378da0438636423f74
parent6dfa55ab2fbd9a0f45c3ce088b1dd61800fb03d3
Add size limit to X509_NAME structure.

This adds an explicit limit to the size of an X509_NAME structure. Some
part of OpenSSL (e.g. TLS) already effectively limit the size due to
restrictions on certificate size.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 295f3a24919157e2f9021d0b1709353710ad63db)
crypto/asn1/x_name.c