summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/pcy_tree.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-1/+4
* Avoid possible memleak in X509_policy_check()Richard Levitte2017-07-051-3/+7
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Remove an unused variable assignmentMatt Caswell2016-06-141-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Long overdue cleanup of X509 policy tree verificationViktor Dukhovni2016-02-051-242/+216
* Fix invalid policy detectionViktor Dukhovni2016-01-291-2/+6
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-271-1/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-6/+6
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-5/+9
* remove 0 assignments.Rich Salz2015-09-031-5/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-12/+5
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-4/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-7/+3
* Dead code cleanup: crypto/*.c, x509v3, demosRich Salz2015-02-021-50/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-708/+665
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* tree_print: check for NULL after allocating errJonas Maebe2014-12-101-0/+2
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Fix warnings.Ben Laurie2010-06-121-2/+1
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Support for policy mappings extension.Dr. Stephen Henson2008-08-121-27/+206
* Make explicit_policy handling match expected RFC3280 behaviour.Dr. Stephen Henson2008-08-021-4/+4
* Policy validation fixes.Dr. Stephen Henson2008-07-301-2/+3
* Zero is a valid value for any_skip and map_skipDr. Stephen Henson2008-07-131-2/+2
* X509 verification fixes.Dr. Stephen Henson2008-07-131-3/+4
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-2/+2
* Add RFC 3779 support.Ben Laurie2006-11-271-0/+10
* Typo.Dr. Stephen Henson2006-10-051-1/+1
* add additional checks + cleanupNils Larsch2006-01-291-0/+1
* Don't use C++ reserved word.Dr. Stephen Henson2004-04-011-6/+6
* Fix loads of warnings in policy code.Dr. Stephen Henson2004-03-251-3/+3
* Remove some warnings.Geoff Thorpe2004-03-251-2/+2
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-231-0/+681