| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-03 | 1 | -1/+1 |
* | Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA. | Richard Levitte | 2003-03-20 | 4 | -1/+6 |
* | Make sure we get the definition of OPENSSL_NO_ERR. | Richard Levitte | 2003-03-20 | 1 | -0/+1 |
* | The default implementation of DSA_METHOD has an interdependence on the | Geoff Thorpe | 2003-03-11 | 1 | -45/+42 |
* | more mingw related cleanups. | Ulf Möller | 2003-02-22 | 1 | -3/+0 |
* | The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That's | Richard Levitte | 2003-01-30 | 1 | -2/+0 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 6 | -0/+20 |
* | Fix initialization sequence to prevent freeing of unitialized objects. | Lutz Jänicke | 2003-01-15 | 1 | -4/+9 |
* | As with RSA, which was modified recently, this change makes it possible to | Geoff Thorpe | 2003-01-15 | 4 | -0/+33 |
* | Adjust the parameter lists in some not commonly used files. | Richard Levitte | 2003-01-01 | 1 | -1/+1 |
* | make update | Richard Levitte | 2002-12-29 | 1 | -35/+18 |
* | make update | Richard Levitte | 2002-12-09 | 1 | -0/+21 |
* | Nils Larsch submitted; | Geoff Thorpe | 2002-12-08 | 1 | -3/+1 |
* | This is a first-cut at improving the callback mechanisms used in | Geoff Thorpe | 2002-12-08 | 5 | -23/+143 |
* | Some compilers are quite picky about non-void functions that don't return | Richard Levitte | 2002-12-06 | 1 | -0/+1 |
* | EXIT() needs to be in a function that returns int. | Richard Levitte | 2002-12-01 | 1 | -1/+6 |
* | Remove incorrect assert. | Richard Levitte | 2002-11-29 | 1 | -2/+4 |
* | Have all tests use EXIT() to exit rather than exit(), since the latter doesn't | Richard Levitte | 2002-11-28 | 1 | -2/+5 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -0/+1 |
* | implement and use new macros BN_get_sign(), BN_set_sign() | Bodo Möller | 2002-11-04 | 1 | -2/+4 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | make update | Bodo Möller | 2002-08-09 | 1 | -21/+22 |
* | "make update" | Lutz Jänicke | 2002-07-30 | 1 | -38/+37 |
* | Replace 'ecdsaparam' commandline utility by 'ecparam' | Bodo Möller | 2002-07-14 | 1 | -9/+17 |
* | Pass CFLAG to dependency makers, so non-standard system include paths are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | Make {RSA,DSA,DH}_new_method obtain and release an ENGINE | Dr. Stephen Henson | 2002-03-09 | 3 | -6/+17 |
* | Make sure the type accessed by the LONG and ZLONG ASN1 type | Dr. Stephen Henson | 2002-03-05 | 1 | -1/+1 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -33/+38 |
* | remove redundant ERR_load_... declarations | Bodo Möller | 2001-12-17 | 1 | -2/+0 |
* | Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() | Dr. Stephen Henson | 2001-10-16 | 1 | -3/+3 |
* | 'make update' | Richard Levitte | 2001-10-04 | 1 | -26/+26 |
* | Because there's chances we clash with the system's types.h, rename our | Richard Levitte | 2001-10-04 | 1 | -1/+1 |
* | "make update". | Geoff Thorpe | 2001-09-25 | 1 | -2/+4 |
* | This commits changes to various parts of libcrypto required by the recent | Geoff Thorpe | 2001-09-25 | 6 | -100/+60 |
* | Rename recently introduced functions for improved code clarity: | Bodo Möller | 2001-09-03 | 2 | -3/+3 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 2 | -9/+6 |
* | Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise, | Geoff Thorpe | 2001-08-25 | 2 | -1/+19 |