]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/apps.c
Add -no_alt_chains option to apps to implement the new X509_V_FLAG_NO_ALT_CHAINS...
authorMatt Caswell <matt@openssl.org>
Tue, 27 Jan 2015 10:50:38 +0000 (10:50 +0000)
committerKurt Roeckx <kurt@roeckx.be>
Wed, 20 May 2015 21:14:25 +0000 (23:14 +0200)
commitc6a39046f576ab0af25bf3ef844812330af2b27b
tree08602c08b91a0ebb0e8c8bce96c23de5c28c2ce7
parentcf1bf3f03250113c04dcfb929a1e83c744a14e9d
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: Dr. Stephen Henson <steve@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Conflicts:
apps/cms.c
apps/ocsp.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/verify.c
apps/apps.c
apps/cms.c
apps/ocsp.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/verify.c