projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c618ab
)
PR: 1778
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 16 Feb 2009 23:23:21 +0000
(23:23 +0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_vpm.c
b/crypto/x509/x509_vpm.c
index 4c3c77489a06a5bc56941da85d44a1af6d436624..a80f8e947868d3cf5b02b6dad676b436cf57f651 100644
(file)
--- 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 */
},
{