aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_pmaps.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Simplify the stack reservationPaul Yang1-3/+1
2017-10-03Use more pre-allocationFdaSilvaYY1-3/+7
2016-06-01Don't leak memory in v2i_POLICY_MAPPINGS() on error pathMatt Caswell1-9/+12
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-0/+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-01-22Run util/openssl-format-source -v -c .Matt Caswell1-73/+74
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-8/+10
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2003-03-20New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson1-1/+1
2003-03-20Support for policyMappingsDr. Stephen Henson1-0/+153