summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/pcy_tree.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-05-01Update copyright yearMatt Caswell
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2017-07-05Avoid possible memleak in X509_policy_check()Richard Levitte
2016-08-05spelling fixes, just comments and readme.klemens
2016-06-14Remove an unused variable assignmentMatt Caswell
2016-05-17Copyright consolidation 07/10Rich Salz
2016-02-05Long overdue cleanup of X509 policy tree verificationViktor Dukhovni
2016-01-29Fix invalid policy detectionViktor Dukhovni
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-10tree_print: check for NULL after allocating errJonas Maebe
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2010-06-12Fix warnings.Ben Laurie
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-08-12Support for policy mappings extension.Dr. Stephen Henson
2008-08-02Make explicit_policy handling match expected RFC3280 behaviour.Dr. Stephen Henson
2008-07-30Policy validation fixes.Dr. Stephen Henson
2008-07-13Zero is a valid value for any_skip and map_skipDr. Stephen Henson
2008-07-13X509 verification fixes.Dr. Stephen Henson
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
2006-11-27Add RFC 3779 support.Ben Laurie
2006-10-05Typo.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2004-04-01Don't use C++ reserved word.Dr. Stephen Henson
2004-03-25Fix loads of warnings in policy code.Dr. Stephen Henson
2004-03-25Remove some warnings.Geoff Thorpe
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson