PR: 1778
authorDr. Stephen Henson <steve@openssl.org>
Mon, 16 Feb 2009 23:23:21 +0000 (23:23 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 16 Feb 2009 23:23:21 +0000 (23:23 +0000)
Increase default verify depth to 100.

crypto/x509/x509_vpm.c

index 4c3c77489a06a5bc56941da85d44a1af6d436624..a80f8e947868d3cf5b02b6dad676b436cf57f651 100644 (file)
@@ -320,7 +320,7 @@ static const X509_VERIFY_PARAM default_table[] = {
        0,              /* flags */
        0,              /* purpose */
        0,              /* trust */
-       9,              /* depth */
+       100,            /* depth */
        NULL            /* policies */
        },
        {