mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
PR: 1778
Increase default verify depth to 100.
This commit is contained in:
parent
2c618ab993
commit
30e5e39a3d
@ -320,7 +320,7 @@ static const X509_VERIFY_PARAM default_table[] = {
|
||||
0, /* flags */
|
||||
0, /* purpose */
|
||||
0, /* trust */
|
||||
9, /* depth */
|
||||
100, /* depth */
|
||||
NULL /* policies */
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user