ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor-crypto/openssl/dist/apps/apps.c
(Generate patch)

Comparing vendor-crypto/openssl/dist/apps/apps.c (file contents):
Revision 11604 by laffer1, Sat Dec 5 17:55:33 2015 UTC vs.
Revision 11605 by laffer1, Sun Jul 8 16:16:48 2018 UTC

# Line 2241 | Line 2241 | int args_verify(char ***pargs, int *pargc,
2241          flags |= X509_V_FLAG_CHECK_SS_SIGNATURE;
2242      else if (!strcmp(arg, "-no_alt_chains"))
2243          flags |= X509_V_FLAG_NO_ALT_CHAINS;
2244 +    else if (!strcmp(arg, "-allow_proxy_certs"))
2245 +        flags |= X509_V_FLAG_ALLOW_PROXY_CERTS;
2246      else
2247          return 0;
2248  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines