summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/pcy_tree.c
AgeCommit message (Collapse)Author
2008-08-12Support for policy mappings extension.Dr. Stephen Henson
Delete X509_POLICY_REF code. Fix handling of invalid policy extensions to return the correct error. Add command line option to inhibit policy mappings.
2008-08-02Make explicit_policy handling match expected RFC3280 behaviour.Dr. Stephen Henson
2008-07-30Policy validation fixes.Dr. Stephen Henson
Inhibit any policy count should ignore self issued certificates. Require explicit policy is the number certificate before an explict policy is required.
2008-07-13Zero is a valid value for any_skip and map_skipDr. Stephen Henson
2008-07-13X509 verification fixes.Dr. Stephen Henson
Ignore self issued certificates when checking path length constraints. Duplicate OIDs in policy tree in case they are allocated. Use anyPolicy from certificate cache and not current tree level.
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
Fix additional gcc 4.2 value not used warnings.
2006-11-27Add RFC 3779 support.Ben Laurie
2006-10-05Typo.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
Submitted by: David Hartman <david_hartman@symantec.com>
2004-04-01Don't use C++ reserved word.Dr. Stephen Henson
2004-03-25Fix loads of warnings in policy code.Dr. Stephen Henson
I'll remember to try to compile this with warnings enabled next time :-)
2004-03-25Remove some warnings.Geoff Thorpe
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson
This is currently *very* experimental and needs to be more fully integrated with the main verification code.