aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec
AgeCommit message (Expand)AuthorFilesLines
2002-08-10mem* functions are declared in string.h.Richard Levitte2-0/+2
2002-08-09fix warningsBodo Möller1-0/+3
2002-08-09Add ECDH support.Bodo Möller3-0/+24
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller5-85/+803
2002-08-02optical changesBodo Möller2-7/+8
2002-08-02typoBodo Möller1-1/+1
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller1-2/+1
2002-08-02Rename implementations of method functions so that they matchBodo Möller14-178/+161
2002-08-02ec2_smpt.c must be listed in LIBSRCBodo Möller1-2/+4
2002-08-02there is no alternative EC_METHOD for curves over GF(2^m) (yet)Bodo Möller1-2/+1
2002-08-02add support for elliptic curves over binary fieldsBodo Möller16-119/+3194
2002-07-30"make update"Lutz Jänicke1-4/+3
2002-07-26Use SEC1 format for EC private keys.Bodo Möller2-2/+22
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2-0/+13
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller4-12/+61
2002-06-14Some more prototype fixes.Lutz Jänicke1-3/+3
2002-06-12simplify asn1_flagBodo Möller4-34/+33
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller3-3/+898
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller7-52/+218
2002-06-06fix memory leakBodo Möller1-2/+5
2002-05-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller3-2/+210
2002-05-23Make sure short aliases are used where required.Richard Levitte1-1/+1
2002-05-21accept NULL in 'free' functionsBodo Möller1-0/+8
2002-05-08Change internals of the EC library so that the functionsBodo Möller5-172/+113
2002-05-05improve wNAF generationBodo Möller1-36/+57
2002-04-14remove disabled codeBodo Möller1-310/+1
2002-04-08Apply OID fixes for elliptic curves as supplied byLutz Jänicke2-8/+6
2002-03-20New function EC_GROUP_check_discriminant().Bodo Möller10-58/+152
2002-03-18Fix bugs and typos.Bodo Möller9-17/+187
2002-03-08EC curve stuffBodo Möller1-1/+1
2002-03-07fix spacingBodo Möller1-2/+2
2002-03-07Add more curves.Bodo Möller2-145/+202
2002-03-06add SECG OIDsBodo Möller1-9/+21
2002-03-06reference counting for EC_GROUP structures is not needed (at theBodo Möller2-19/+4
2002-02-20bugfix: allocate sufficiently large bufferBodo Möller1-1/+1
2002-02-14make it possible to disable memory checking for timingsBodo Möller1-1/+6
2002-02-13ECDSA supportBodo Möller3-3/+3
2002-02-13some modifications to named curve supportBodo Möller3-83/+89
2002-02-13add support for named curvesBodo Möller6-8/+358
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte1-1/+1
2001-12-17oopsBodo Möller1-1/+1
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+1
2001-11-22commentBodo Möller1-1/+4
2001-11-16avoid stupid compiler warningBodo Möller1-1/+1
2001-11-16commentBodo Möller1-0/+1
2001-11-16use a more interesting test caseBodo Möller1-2/+2
2001-11-15comments etc.Bodo Möller1-3/+3
2001-11-15Improve EC efficiency.Bodo Möller3-10/+363
2001-09-26The #error message must match a very specific regexp (see mkdef.pl,Richard Levitte1-1/+1