aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/bio_ndef.c
Commit message (Expand)AuthorAgeFilesLines
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* free NULL cleanupRich Salz2015-03-251-2/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-145/+144
* no need to include memory.hDr. Stephen Henson2011-04-301-3/+0
* !a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).Ben Laurie2008-12-261-1/+1
* And so it begins...Dr. Stephen Henson2008-03-121-0/+246