aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/bio_ndef.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-27GH753: More spelling fixFdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-16Code style: space after 'if'Viktor Dukhovni1-2/+2
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+6
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-145/+144
2011-04-30no need to include memory.hDr. Stephen Henson1-3/+0
2008-12-26!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).Ben Laurie1-1/+1
2008-03-12And so it begins...Dr. Stephen Henson1-0/+246