Skip to content

Commit

Permalink
ssl: Allow longer chains that is increase default depth
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin committed Nov 9, 2020
1 parent 8d97c09 commit 8b417c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/src/ssl_internal.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
crl_cache => {{ssl_crl_cache, {internal, []}}, [versions]},
crl_check => {false, [versions]},
customize_hostname_check => {[], [versions]},
depth => {1, [versions]},
depth => {10, [versions]},
dh => {undefined, [versions]},
dhfile => {undefined, [versions]},
eccs => {undefined, [versions]},
Expand Down

0 comments on commit 8b417c2

Please sign in to comment.