summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/bio_ndef.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* BIO_free() returns immediately when the sole input is NULL.doug2014-07-251-3/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* More KNF.jsing2014-04-191-10/+14
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-2/+1
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-14/+14
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
* import OpenSSL 1.0.0edjm2011-11-031-3/+0
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+246