Commit 30e5e39a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

PR: 1778

Increase default verify depth to 100.
parent 2c618ab9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ static const X509_VERIFY_PARAM default_table[] = {
	0,		/* flags */
	0,		/* purpose */
	0,		/* trust */
	9,		/* depth */
	100,		/* depth */
	NULL		/* policies */
	},
	{