aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/pcy_cache.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte1-224/+0
2018-12-06Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte1-1/+1
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov1-6/+4
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY1-8/+18
2016-06-03Fix threading issue that at best will leak memoryPauli1-0/+3
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-09-22header includesDr. Stephen Henson1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-8/+3
2015-05-01Remove goto inside an if(0) blockRich Salz1-3/+3
2015-04-30free NULL cleanup 5aRich Salz1-2/+1
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-188/+171
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-08-12Support for policy mappings extension.Dr. Stephen Henson1-1/+0
2004-03-25Fix loads of warnings in policy code.Dr. Stephen Henson1-3/+4
2004-03-25Damn, I was a bit hasty with my fix and hadn't spotted the linkerGeoff Thorpe1-2/+0
2004-03-25Remove some warnings.Geoff Thorpe1-0/+2
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson1-0/+286