summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing2015-02-101-3/+51
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-28/+17
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+4
* Avoid a NULL deref in i2d_ECPrivateKey() when an EC_KEY lacks the public keymiod2014-07-011-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* 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