summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_key.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* knf approximationtedu2014-05-061-215/+219
|
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-20/+0
| | | | ok miod
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-8/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Import OpenSSL 1.0.1gmiod2014-04-131-2/+11
|
* import OpenSSL-1.0.1cdjm2012-10-131-1/+101
|
* import OpenSSL 1.0.0edjm2011-11-031-1/+7
|
* import openssl-0.9.8jdjm2009-01-091-12/+4
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+465