summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_nistp256.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* more: no need for null check before freederaadt2014-05-301-6/+3
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-2/+5
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-4/+2
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-151-2/+0
* Replace Apache v2 license with ISC license.matthew2014-05-091-12/+12
* kill some more VMS ifdefsgiovanni2014-05-081-4/+0
* knf approximationtedu2014-05-061-638/+719
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-42/+42
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* import OpenSSL-1.0.1cdjm2012-10-131-0/+2171