aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/pcy_tree.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-05Long overdue cleanup of X509 policy tree verificationViktor Dukhovni1-242/+216
2016-01-29Fix invalid policy detectionViktor Dukhovni1-2/+6
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni1-1/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-6/+6
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson1-5/+9
2015-09-03remove 0 assignments.Rich Salz1-5/+1
2015-09-02Add and use OPENSSL_zallocRich Salz1-12/+5
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-4/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-04-30free NULL cleanup 5aRich Salz1-7/+3
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz1-50/+1
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-708/+665
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-12-10tree_print: check for NULL after allocating errJonas Maebe1-0/+2
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2010-06-12Fix warnings.Ben Laurie1-2/+1
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-08-12Support for policy mappings extension.Dr. Stephen Henson1-27/+206
2008-08-02Make explicit_policy handling match expected RFC3280 behaviour.Dr. Stephen Henson1-4/+4
2008-07-30Policy validation fixes.Dr. Stephen Henson1-2/+3
2008-07-13Zero is a valid value for any_skip and map_skipDr. Stephen Henson1-2/+2
2008-07-13X509 verification fixes.Dr. Stephen Henson1-3/+4
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson1-2/+2
2006-11-27Add RFC 3779 support.Ben Laurie1-0/+10
2006-10-05Typo.Dr. Stephen Henson1-1/+1
2006-01-29add additional checks + cleanupNils Larsch1-0/+1
2004-04-01Don't use C++ reserved word.Dr. Stephen Henson1-6/+6
2004-03-25Fix loads of warnings in policy code.Dr. Stephen Henson1-3/+3
2004-03-25Remove some warnings.Geoff Thorpe1-2/+2
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson1-0/+681