From: Dr. Stephen Henson Date: Mon, 16 Feb 2009 23:23:21 +0000 (+0000) Subject: PR: 1778 X-Git-Tag: OpenSSL_0_9_8k^2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=30e5e39a3d4d0c0f27f8c05d27ec7fd1e3834161;p=oweals%2Fopenssl.git PR: 1778 Increase default verify depth to 100. --- diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c index 4c3c77489a..a80f8e9478 100644 --- a/crypto/x509/x509_vpm.c +++ b/crypto/x509/x509_vpm.c @@ -320,7 +320,7 @@ static const X509_VERIFY_PARAM default_table[] = { 0, /* flags */ 0, /* purpose */ 0, /* trust */ - 9, /* depth */ + 100, /* depth */ NULL /* policies */ }, {