| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't free up key in priv_decode. | Dr. Stephen Henson | 2006-03-31 | 1 | -1/+0 |
* | Initialize pval. | Dr. Stephen Henson | 2006-03-31 | 1 | -4/+1 |
* | New utility pkeyparam. Enhance and bugfix algorithm specific parameter | Dr. Stephen Henson | 2006-03-28 | 3 | -1/+21 |
* | Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD. | Dr. Stephen Henson | 2006-03-23 | 1 | -2/+22 |
* | Fix bug in DSA, EC methods. | Dr. Stephen Henson | 2006-03-23 | 1 | -1/+2 |
* | Add information and pem strings. Update dependencies. | Dr. Stephen Henson | 2006-03-23 | 2 | -0/+28 |
* | Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to | Dr. Stephen Henson | 2006-03-22 | 1 | -0/+1 |
* | Move algorithm specific print code from crypto/asn1/t_pkey.c to separate | Dr. Stephen Henson | 2006-03-22 | 2 | -2/+122 |
* | Gather printing routines into EVP_PKEY_ASN1_METHOD. | Dr. Stephen Henson | 2006-03-22 | 1 | -3/+98 |
* | Transfer parameter handling and key comparison to algorithm methods. | Dr. Stephen Henson | 2006-03-20 | 1 | -2/+81 |
* | Initial support for pluggable public key ASN1 support. Process most public | Dr. Stephen Henson | 2006-03-20 | 4 | -2/+394 |
* | remove unnecessary code | Nils Larsch | 2006-03-18 | 1 | -1/+0 |
* | fix problems found by coverity: remove useless code | Nils Larsch | 2006-03-15 | 2 | -3/+2 |
* | Update filenames in makefiles. | Dr. Stephen Henson | 2006-02-04 | 1 | -1/+1 |
* | Extend callback function to support print customization. | Dr. Stephen Henson | 2005-09-01 | 1 | -3/+5 |
* | make | Nils Larsch | 2005-07-16 | 2 | -0/+3 |
* | Use BN_with_flags() in a cleaner way. | Bodo Möller | 2005-05-27 | 1 | -0/+1 |
* | make sure DSA signing exponentiations really are constant-time | Bodo Möller | 2005-05-26 | 1 | -3/+27 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
* | Implement fixed-window exponentiation to mitigate hyper-threading | Bodo Möller | 2005-05-16 | 4 | -1/+34 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-16 | 1 | -4/+1 |
* | improve comment readability | Bodo Möller | 2005-05-09 | 1 | -1/+1 |
* | Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove several | Dr. Stephen Henson | 2005-04-27 | 2 | -6/+5 |
* | Port BN_MONT_CTX_set_locked() from stable branch. | Dr. Stephen Henson | 2005-04-27 | 1 | -9/+12 |
* | Add debug target, remove cast, note possible bug. | Ben Laurie | 2005-04-23 | 1 | -0/+2 |
* | - 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 | -20/+23 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 1 | -6/+3 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macro | Nils Larsch | 2005-03-28 | 1 | -1/+1 |
* | Remaing bits of PR:620 relevant to 0.9.8. | Dr. Stephen Henson | 2004-12-05 | 1 | -17/+23 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -11/+11 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe | 2004-05-17 | 1 | -1/+1 |
* | The new BN_CTX code makes this sort of abuse unnecessary. | Geoff Thorpe | 2004-04-28 | 1 | -19/+15 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -56/+44 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 2 | -0/+4 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 1 | -3/+6 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -0/+3 |
* | Update any code that was using deprecated functions so that everything builds | Geoff Thorpe | 2003-10-29 | 1 | -12/+11 |
* | When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should | Geoff Thorpe | 2003-10-29 | 1 | -0/+4 |
* | make update | Richard Levitte | 2003-05-01 | 1 | -3/+7 |
* | make update | Richard Levitte | 2003-04-10 | 1 | -17/+8 |
* | We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form | Richard Levitte | 2003-04-08 | 4 | -13/+0 |
* | Correct a lot of printing calls. Remove extra arguments... | Richard Levitte | 2003-04-04 | 1 | -1/+1 |
* | Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA. | Richard Levitte | 2003-03-21 | 4 | -1/+6 |
* | Make sure we get the definition of OPENSSL_NO_ERR. | Richard Levitte | 2003-03-21 | 1 | -0/+1 |
* | The default implementation of DSA_METHOD has an interdependence on the | Geoff Thorpe | 2003-03-11 | 1 | -45/+42 |