aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
...
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4
* simplifyBodo Möller2003-01-281-16/+2
* cofactor is optional in parameter encodingsBodo Möller2003-01-251-26/+38
* fix warningsBodo Möller2003-01-211-4/+4
* avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller2003-01-161-24/+26
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-5/+5
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-282-4/+4
* rename some functions to improve consistencyBodo Möller2002-11-233-20/+19
* add a commentBodo Möller2002-11-221-0/+14
* Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller2002-11-201-25/+26
* remove redundant functionsBodo Möller2002-11-182-49/+6
* use consistent order of function definitionsBodo Möller2002-11-182-80/+79
* I forgot this is compiled in test/, not crypto/ec/...Richard Levitte2002-11-161-1/+1
* WinCE patchesRichard Levitte2002-11-151-0/+5
* this method does not need field_data1Bodo Möller2002-11-151-3/+0
* make updateRichard Levitte2002-11-141-0/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+0
* do tests with all built-in curvesBodo Möller2002-11-111-0/+58
* corrections to built-in curvesBodo Möller2002-11-111-6/+6
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-046-16/+18
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-297-91/+0
* The #else part of the conditionals have two statements, so they needRichard Levitte2002-10-291-0/+6
* clean up new code for NIST primesBodo Möller2002-10-285-22/+42
* fast reduction for NIST curvesBodo Möller2002-10-285-26/+195
* remove superfluous codeBodo Möller2002-10-282-14/+7
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller2002-09-161-0/+5
* change API for looking at the internal curve listBodo Möller2002-09-022-18/+23
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-264-27/+72
* move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller2002-08-264-45/+54
* ASN1 for binary curvesBodo Möller2002-08-263-131/+386
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-155-926/+1187
* mem* functions are declared in string.h.Richard Levitte2002-08-102-0/+2
* fix warningsBodo Möller2002-08-091-0/+3
* Add ECDH support.Bodo Möller2002-08-093-0/+24
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-075-85/+803
* optical changesBodo Möller2002-08-022-7/+8
* typoBodo Möller2002-08-021-1/+1
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-021-2/+1
* Rename implementations of method functions so that they matchBodo Möller2002-08-0214-178/+161
* ec2_smpt.c must be listed in LIBSRCBodo Möller2002-08-021-2/+4
* there is no alternative EC_METHOD for curves over GF(2^m) (yet)Bodo Möller2002-08-021-2/+1
* add support for elliptic curves over binary fieldsBodo Möller2002-08-0216-119/+3194
* "make update"Lutz Jänicke2002-07-301-4/+3
* Use SEC1 format for EC private keys.Bodo Möller2002-07-262-2/+22
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-142-0/+13
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-184-12/+61
* Some more prototype fixes.Lutz Jänicke2002-06-141-3/+3