summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more: no need for null check before freederaadt2014-05-301-2/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-8/+4
* don't free memory unless we allocated it.tedu2014-05-071-2/+4
* knf approximationtedu2014-05-061-705/+503
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-13/+13
* Import OpenSSL 1.0.1gmiod2014-04-131-2/+4
* import OpenSSL-1.0.1cdjm2012-10-131-5/+19
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1429