Commit 25690b7f authored by Matt Caswell's avatar Matt Caswell
Browse files

Add -no_alt_chains option to apps to implement the new


X509_V_FLAG_NO_ALT_CHAINS flag. Using this option means that when building
certificate chains, the first chain found will be the one used. Without this
flag, if the first chain found is not trusted then we will keep looking to
see if we can build an alternative chain instead.

Reviewed-by: default avatarDr. Stephen Henson <steve@openssl.org>
parent 15dba5be
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment