| Commit message (Expand) | Author | Age | Files | Lines |
* | Quick fix. | geoff | 2004-07-16 | 1 | -1/+1 |
* | Correct the return codes for ecdsatest. | geoff | 2004-06-14 | 1 | -4/+4 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | geoff | 2004-05-17 | 3 | -1/+5 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | geoff | 2004-04-19 | 1 | -0/+1 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | geoff | 2004-04-19 | 2 | -5/+9 |
* | A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.h | geoff | 2004-02-22 | 2 | -149/+254 |
* | Skip a curve with generator of non-prime order. | ulf | 2003-12-06 | 1 | -0/+2 |
* | re-enable the test, keeping the original method for RAND_pseudo_bytes | ulf | 2003-11-16 | 1 | -3/+1 |
* | The x9.62 tests replace the PRNG with specific numbers, | ulf | 2003-11-16 | 1 | -3/+8 |
* | make update | levitte | 2003-05-01 | 1 | -30/+42 |
* | Make sure we get the definition of OPENSSL_NO_ECDSA. | levitte | 2003-03-20 | 2 | -0/+4 |
* | Make sure we get the definition of OPENSSL_NO_ERR. | levitte | 2003-03-20 | 1 | -0/+1 |
* | Fix initialization sequence to prevent freeing of unitialized objects. | jaenicke | 2003-01-15 | 1 | -2/+5 |
* | This is a first-cut at improving the callback mechanisms used in | geoff | 2002-12-08 | 1 | -1/+7 |
* | Don't compute timings here, we can do this elsewhere. | bodo | 2002-12-04 | 1 | -453/+352 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | levitte | 2002-11-28 | 1 | -1/+1 |
* | make update | levitte | 2002-11-14 | 1 | -4/+6 |
* | Security fixes brought forward from 0.9.7. | ben | 2002-11-13 | 1 | -6/+4 |
* | implement and use new macros BN_get_sign(), BN_set_sign() | bodo | 2002-11-04 | 1 | -2/+4 |
* | Sun has agreed to removing the covenant language from most files. | bodo | 2002-10-29 | 1 | -13/+0 |
* | 'broken' PKCS #8 format does not apply to ECDSA | bodo | 2002-10-28 | 1 | -45/+0 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | levitte | 2002-10-09 | 1 | -1/+1 |
* | Simplify handling of named curves: get rid of EC_GROUP_new_by_name(), | bodo | 2002-08-15 | 1 | -18/+18 |
* | mem* functions are declared in string.h. | levitte | 2002-08-10 | 1 | -0/+1 |
* | make update | bodo | 2002-08-09 | 1 | -18/+20 |
* | fix warnings | bodo | 2002-08-09 | 1 | -0/+9 |
* | Add ECDH support. | bodo | 2002-08-09 | 1 | -134/+76 |
* | use a generic EC_KEY structure (EC keys are not ECDSA specific) | bodo | 2002-08-07 | 11 | -1048/+454 |
* | make update | levitte | 2002-08-01 | 1 | -4/+7 |
* | "make update" | jaenicke | 2002-07-30 | 1 | -59/+46 |
* | Use SEC1 format for EC private keys. | bodo | 2002-07-26 | 7 | -365/+193 |
* | Implement handling of EC parameter seeds (new functions | bodo | 2002-06-18 | 1 | -1/+1 |
* | Fix warnings. | ben | 2002-06-11 | 1 | -0/+2 |
* | move ECC ASN1 that is not specific to ECDSA into crypto/ec/, | bodo | 2002-06-10 | 6 | -642/+177 |
* | remove unnecessary calls to EC_POINT_copy() | bodo | 2002-06-10 | 2 | -12/+0 |
* | No point constifying an int. | levitte | 2002-04-20 | 1 | -1/+1 |
* | 'version' is not optional in the encoding | bodo | 2002-04-17 | 1 | -8/+3 |
* | 'version' is not optional in the encoding | bodo | 2002-04-17 | 1 | -1/+1 |
* | ECDSA representation bugfixes | bodo | 2002-04-12 | 1 | -1/+1 |
* | fix ECDSA handling | bodo | 2002-04-09 | 5 | -106/+82 |
* | make update (libeay.num has been edited to match 0.9.7-stable) | levitte | 2002-04-06 | 1 | -12/+1 |
* | fix warnings | bodo | 2002-03-25 | 3 | -57/+17 |
* | Fix typo. | bodo | 2002-03-19 | 1 | -2/+2 |
* | Fix bugs and typos. | bodo | 2002-03-18 | 1 | -19/+29 |
* | Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. | bodo | 2002-03-14 | 1 | -7/+8 |
* | Add more curves. | bodo | 2002-03-07 | 1 | -2/+2 |
* | Instead of casting a lvalue, let's constify meth. | levitte | 2002-02-20 | 1 | -2/+2 |
* | simplifications | bodo | 2002-02-20 | 2 | -28/+11 |
* | Comparing a pointer (data) with 0 using > is incorrect. The changed | levitte | 2002-02-20 | 1 | -1/+3 |
* | The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;, | levitte | 2002-02-16 | 1 | -1/+1 |