aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify asn1_flagBodo Möller2002-06-124-34/+33
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-103-3/+898
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-107-52/+218
* fix memory leakBodo Möller2002-06-061-2/+5
* New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller2002-05-303-2/+210
* Make sure short aliases are used where required.Richard Levitte2002-05-231-1/+1