Replace the broken SPKAC certification with the correct version.
[oweals/openssl.git] / apps / apps.c
index 498722a5a2583bec73ac2ad4c534abd76e31ffb1..35b62b8b096e17898b01877de3988624f3a8ccf0 100644 (file)
@@ -2261,6 +2261,8 @@ int args_verify(char ***pargs, int *pargc,
                flags |= X509_V_FLAG_X509_STRICT;
        else if (!strcmp(arg, "-policy_print"))
                flags |= X509_V_FLAG_NOTIFY_POLICY;
+       else if (!strcmp(arg, "-check_ss_sig"))
+               flags |= X509_V_FLAG_CHECK_SS_SIGNATURE;
        else
                return 0;