aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_pmaps.c
Commit message (Expand)AuthorAgeFilesLines
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-112/+0
* Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte2018-12-061-1/+1
* Simplify the stack reservationPaul Yang2017-10-261-3/+1
* Use more pre-allocationFdaSilvaYY2017-10-031-3/+7
* Don't leak memory in v2i_POLICY_MAPPINGS() on error pathMatt Caswell2016-06-011-9/+12
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+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
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-73/+74
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-8/+10
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson2003-03-201-1/+1
* Support for policyMappingsDr. Stephen Henson2003-03-201-0/+153