components/openssl/openssl-1.0.1-fips-140/patches/33_cert_chain.patch
branchs11-update
changeset 4489 2713cbca9e1e
parent 4006 c737cefdce54
child 4626 d5dbb6652eec
--- a/components/openssl/openssl-1.0.1-fips-140/patches/33_cert_chain.patch	Tue Jun 16 09:54:45 2015 -0700
+++ b/components/openssl/openssl-1.0.1-fips-140/patches/33_cert_chain.patch	Tue Jun 16 10:14:56 2015 -0700
@@ -205,6 +205,6 @@
          flags |= X509_V_FLAG_CHECK_SS_SIGNATURE;
 +    else if (!strcmp(arg, "-partial_chain"))
 +        flags |= X509_V_FLAG_PARTIAL_CHAIN;
+     else if (!strcmp(arg, "-no_alt_chains"))
+         flags |= X509_V_FLAG_NO_ALT_CHAINS;
      else
-         return 0;
-