summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/bio_ndef.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add more zallocFdaSilvaYY2016-05-291-5/+4
* Fix some missing initsFdaSilvaYY2016-05-291-0/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-50/+5
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* GH753: More spelling fixFdaSilvaYY2016-02-271-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* 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-05-011-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