summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecdsatest.c
AgeCommit message (Expand)Author
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-09fix warningsBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-04-09fix ECDSA handlingBodo Möller
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-02-16Local `time' shadows the global function `time()'. Rename the localRichard Levitte
2002-02-14make it possible to disable memory checking for timingsBodo Möller
2002-02-14EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller
2002-02-13ECDSA supportBodo Möller