aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
Commit message (Expand)AuthorAgeFilesLines
...
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-106-642/+177
* remove unnecessary calls to EC_POINT_copy()Bodo Möller2002-06-102-12/+0
* No point constifying an int.Richard Levitte2002-04-201-1/+1
* 'version' is not optional in the encodingBodo Möller2002-04-171-8/+3
* 'version' is not optional in the encodingBodo Möller2002-04-171-1/+1
* ECDSA representation bugfixesBodo Möller2002-04-121-1/+1
* fix ECDSA handlingBodo Möller2002-04-095-106/+82
* make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte2002-04-061-12/+1
* fix warningsBodo Möller2002-03-253-57/+17
* Fix typo.Bodo Möller2002-03-191-2/+2
* Fix bugs and typos.Bodo Möller2002-03-181-19/+29
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-7/+8
* Add more curves.Bodo Möller2002-03-071-2/+2
* Instead of casting a lvalue, let's constify meth.Richard Levitte2002-02-201-2/+2
* simplificationsBodo Möller2002-02-202-28/+11
* Comparing a pointer (data) with 0 using > is incorrect. The changedRichard Levitte2002-02-201-1/+3
* The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,Richard Levitte2002-02-161-1/+1
* Local `time' shadows the global function `time()'. Rename the localRichard Levitte2002-02-161-49/+49
* make it possible to disable memory checking for timingsBodo Möller2002-02-141-6/+14
* EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller2002-02-142-8/+8
* ECDSA supportBodo Möller2002-02-1313-0/+3378