aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
Commit message (Expand)AuthorAgeFilesLines
* Make sure we get the definition of OPENSSL_NO_ECDSA.Richard Levitte2003-03-202-0/+4
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke2003-01-151-2/+5
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-1/+7
* Don't compute timings here, we can do this elsewhere.Bodo Möller2002-12-041-453/+352
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* make updateRichard Levitte2002-11-141-4/+6
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-6/+4
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-2/+4
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* 'broken' PKCS #8 format does not apply to ECDSABodo Möller2002-10-281-45/+0
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-18/+18
* mem* functions are declared in string.h.Richard Levitte2002-08-101-0/+1
* make updateBodo Möller2002-08-091-18/+20
* fix warningsBodo Möller2002-08-091-0/+9
* Add ECDH support.Bodo Möller2002-08-091-134/+76
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-0711-1048/+454
* make updateRichard Levitte2002-08-011-4/+7
* "make update"Lutz Jänicke2002-07-301-59/+46
* Use SEC1 format for EC private keys.Bodo Möller2002-07-267-365/+193
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-1/+1
* Fix warnings.Ben Laurie2002-06-111-0/+2
* 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