| Commit message (Expand) | Author | Age | Files | Lines |
* | return an error if the supplied precomputed values lead to an invalid signature | Nils Larsch | 2006-10-04 | 3 | -2/+17 |
* | fix typo: pass pre-computed parameters to the underlying signature function; ... | Nils Larsch | 2006-02-13 | 1 | -1/+1 |
* | add additional checks + cleanup | Nils Larsch | 2006-01-30 | 1 | -2/+6 |
* | Missing CFLAG in couple of depend: targets. | Andy Polyakov | 2005-12-18 | 1 | -1/+1 |
* | cleanup doxygen comments | Nils Larsch | 2005-09-19 | 1 | -103/+90 |
* | fix typo | Nils Larsch | 2005-07-17 | 1 | -1/+1 |
* | make | Nils Larsch | 2005-07-16 | 1 | -6/+1 |
* | Wrap the inclusion of openssl/engine.h with a protective check for | Richard Levitte | 2005-06-24 | 1 | -0/+2 |
* | fix typo, add prototype | Nils Larsch | 2005-05-21 | 1 | -1/+2 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -56/+29 |
* | ecc api cleanup; summary: | Nils Larsch | 2005-05-16 | 6 | -116/+140 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-16 | 1 | -4/+1 |
* | give EC_GROUP_new_by_nid a more meanigful name: | Nils Larsch | 2005-05-10 | 1 | -3/+3 |
* | Update util/ck_errf.pl script, and have it run automatically | Bodo Möller | 2005-05-09 | 1 | -9/+11 |
* | hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandis | Nils Larsch | 2005-04-29 | 8 | -46/+118 |
* | Fix various incorrect error function codes. | Bodo Möller | 2005-04-26 | 4 | -6/+6 |
* | more const | Nils Larsch | 2005-04-22 | 3 | -6/+9 |
* | - use BN_set_negative and BN_is_negative instead of BN_set_sign | Nils Larsch | 2005-04-22 | 1 | -2/+2 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -14/+17 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
* | Update ECDSA and ECDH for OPENSSL_NO_ENGINE. | Geoff Thorpe | 2004-10-21 | 3 | -0/+12 |
* | Quick fix. | Geoff Thorpe | 2004-07-16 | 1 | -1/+1 |
* | Correct the return codes for ecdsatest. | Geoff Thorpe | 2004-06-15 | 1 | -4/+4 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe | 2004-05-17 | 3 | -1/+5 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 1 | -0/+1 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 2 | -5/+9 |
* | A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.h | Geoff Thorpe | 2004-02-22 | 2 | -149/+254 |
* | Skip a curve with generator of non-prime order. | Ulf Möller | 2003-12-06 | 1 | -0/+2 |
* | re-enable the test, keeping the original method for RAND_pseudo_bytes | Ulf Möller | 2003-11-16 | 1 | -3/+1 |
* | The x9.62 tests replace the PRNG with specific numbers, | Ulf Möller | 2003-11-16 | 1 | -3/+8 |
* | make update | Richard Levitte | 2003-05-01 | 1 | -30/+42 |
* | Make sure we get the definition of OPENSSL_NO_ECDSA. | Richard Levitte | 2003-03-21 | 2 | -0/+4 |
* | Make sure we get the definition of OPENSSL_NO_ERR. | Richard Levitte | 2003-03-21 | 1 | -0/+1 |
* | Fix initialization sequence to prevent freeing of unitialized objects. | Lutz Jänicke | 2003-01-15 | 1 | -2/+5 |
* | This is a first-cut at improving the callback mechanisms used in | Geoff Thorpe | 2002-12-08 | 1 | -1/+7 |
* | Don't compute timings here, we can do this elsewhere. | Bodo Möller | 2002-12-04 | 1 | -453/+352 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 1 | -1/+1 |
* | make update | Richard Levitte | 2002-11-15 | 1 | -4/+6 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -6/+4 |
* | implement and use new macros BN_get_sign(), BN_set_sign() | Bodo Möller | 2002-11-04 | 1 | -2/+4 |
* | Sun has agreed to removing the covenant language from most files. | Bodo Möller | 2002-10-29 | 1 | -13/+0 |
* | 'broken' PKCS #8 format does not apply to ECDSA | Bodo Möller | 2002-10-28 | 1 | -45/+0 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | Simplify handling of named curves: get rid of EC_GROUP_new_by_name(), | Bodo Möller | 2002-08-15 | 1 | -18/+18 |
* | mem* functions are declared in string.h. | Richard Levitte | 2002-08-10 | 1 | -0/+1 |
* | make update | Bodo Möller | 2002-08-09 | 1 | -18/+20 |
* | fix warnings | Bodo Möller | 2002-08-09 | 1 | -0/+9 |
* | Add ECDH support. | Bodo Möller | 2002-08-09 | 1 | -134/+76 |
* | use a generic EC_KEY structure (EC keys are not ECDSA specific) | Bodo Möller | 2002-08-07 | 11 | -1048/+454 |