summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-06-12simplify asn1_flagBodo Möller
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-06-06fix memory leakBodo Möller
2002-05-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller
2002-05-23Make sure short aliases are used where required.Richard Levitte
2002-05-21accept NULL in 'free' functionsBodo Möller
2002-05-08Change internals of the EC library so that the functionsBodo Möller
2002-05-05improve wNAF generationBodo Möller
2002-04-14remove disabled codeBodo Möller
2002-04-08Apply OID fixes for elliptic curves as supplied byLutz Jänicke
2002-03-20New function EC_GROUP_check_discriminant().Bodo Möller
2002-03-18Fix bugs and typos.Bodo Möller
2002-03-08EC curve stuffBodo Möller
2002-03-07fix spacingBodo Möller
2002-03-07Add more curves.Bodo Möller
2002-03-06add SECG OIDsBodo Möller
2002-03-06reference counting for EC_GROUP structures is not needed (at theBodo Möller
2002-02-20bugfix: allocate sufficiently large bufferBodo Möller
2002-02-14make it possible to disable memory checking for timingsBodo Möller
2002-02-13ECDSA supportBodo Möller
2002-02-13some modifications to named curve supportBodo Möller
2002-02-13add support for named curvesBodo Möller
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte
2001-12-17oopsBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-22commentBodo Möller
2001-11-16avoid stupid compiler warningBodo Möller
2001-11-16commentBodo Möller
2001-11-16use a more interesting test caseBodo Möller
2001-11-15comments etc.Bodo Möller
2001-11-15Improve EC efficiency.Bodo Möller
2001-09-26The #error message must match a very specific regexp (see mkdef.pl,Richard Levitte
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-10For consistency with the terminology used in my SAC2001 paper, avoidBodo Möller
2001-07-10comment changeBodo Möller
2001-07-10Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller
2001-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-05-14len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte
2001-04-03Fix warnings.Bodo Möller
2001-03-21Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need toRichard Levitte
2001-03-20Increase boundaries in EC_window_bits_for_scalar_size table.Bodo Möller
2001-03-19Table for window sizes.Bodo Möller
2001-03-15Completely remove mont2 stuff.Bodo Möller