summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/bio_ndef.c
AgeCommit message (Expand)Author
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25free NULL cleanupRich Salz
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-04-30no need to include memory.hDr. Stephen Henson
2008-12-26!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).Ben Laurie
2008-03-12And so it begins...Dr. Stephen Henson