summaryrefslogtreecommitdiff
path: root/crypto/ecdsa
Commit message (Expand)AuthorAgeFilesLines
* Quick fix.geoff2004-07-161-1/+1
* Correct the return codes for ecdsatest.geoff2004-06-141-4/+4
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,geoff2004-05-173-1/+5
* (oops) Apologies all, that last header-cleanup commit was from the wronggeoff2004-04-191-0/+1
* Reduce header interdependencies, initially in engine.h (the rest of thegeoff2004-04-192-5/+9
* A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hgeoff2004-02-222-149/+254
* Skip a curve with generator of non-prime order.ulf2003-12-061-0/+2
* re-enable the test, keeping the original method for RAND_pseudo_bytesulf2003-11-161-3/+1
* The x9.62 tests replace the PRNG with specific numbers,ulf2003-11-161-3/+8
* make updatelevitte2003-05-011-30/+42
* Make sure we get the definition of OPENSSL_NO_ECDSA.levitte2003-03-202-0/+4
* Make sure we get the definition of OPENSSL_NO_ERR.levitte2003-03-201-0/+1
* Fix initialization sequence to prevent freeing of unitialized objects.jaenicke2003-01-151-2/+5
* This is a first-cut at improving the callback mechanisms used ingeoff2002-12-081-1/+7
* Don't compute timings here, we can do this elsewhere.bodo2002-12-041-453/+352
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-1/+1
* make updatelevitte2002-11-141-4/+6
* Security fixes brought forward from 0.9.7.ben2002-11-131-6/+4
* implement and use new macros BN_get_sign(), BN_set_sign()bodo2002-11-041-2/+4
* Sun has agreed to removing the covenant language from most files.bodo2002-10-291-13/+0
* 'broken' PKCS #8 format does not apply to ECDSAbodo2002-10-281-45/+0
* Use double dashes so makedepend doesn't misunderstand the flags welevitte2002-10-091-1/+1
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),bodo2002-08-151-18/+18
* mem* functions are declared in string.h.levitte2002-08-101-0/+1
* make updatebodo2002-08-091-18/+20
* fix warningsbodo2002-08-091-0/+9
* Add ECDH support.bodo2002-08-091-134/+76
* use a generic EC_KEY structure (EC keys are not ECDSA specific)bodo2002-08-0711-1048/+454
* make updatelevitte2002-08-011-4/+7
* "make update"jaenicke2002-07-301-59/+46
* Use SEC1 format for EC private keys.bodo2002-07-267-365/+193
* Implement handling of EC parameter seeds (new functionsbodo2002-06-181-1/+1
* Fix warnings.ben2002-06-111-0/+2
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,bodo2002-06-106-642/+177
* remove unnecessary calls to EC_POINT_copy()bodo2002-06-102-12/+0
* No point constifying an int.levitte2002-04-201-1/+1
* 'version' is not optional in the encodingbodo2002-04-171-8/+3
* 'version' is not optional in the encodingbodo2002-04-171-1/+1
* ECDSA representation bugfixesbodo2002-04-121-1/+1
* fix ECDSA handlingbodo2002-04-095-106/+82
* make update (libeay.num has been edited to match 0.9.7-stable)levitte2002-04-061-12/+1
* fix warningsbodo2002-03-253-57/+17
* Fix typo.bodo2002-03-191-2/+2
* Fix bugs and typos.bodo2002-03-181-19/+29
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.bodo2002-03-141-7/+8
* Add more curves.bodo2002-03-071-2/+2
* Instead of casting a lvalue, let's constify meth.levitte2002-02-201-2/+2
* simplificationsbodo2002-02-202-28/+11
* Comparing a pointer (data) with 0 using > is incorrect. The changedlevitte2002-02-201-1/+3
* The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,levitte2002-02-161-1/+1