Increase default verify depth to 100.
This commit is contained in:
Dr. Stephen Henson 2009-02-16 23:23:21 +00:00
parent 2c618ab993
commit 30e5e39a3d

View File

@ -320,7 +320,7 @@ static const X509_VERIFY_PARAM default_table[] = {
0, /* flags */
0, /* purpose */
0, /* trust */
9, /* depth */
100, /* depth */
NULL /* policies */
},
{