| Commit message (Expand) | Author | Age | Files | Lines |
* | make update, after moving around symbols in libeay.num to match | Richard Levitte | 2002-02-26 | 1 | -0/+18 |
* | New OPENSSL_LOAD_CONF define to load openssl.cnf | Dr. Stephen Henson | 2002-02-23 | 3 | -41/+113 |
* | Config code updates. | Dr. Stephen Henson | 2002-02-22 | 2 | -3/+6 |
* | Config file updates from stable branch | Dr. Stephen Henson | 2002-02-21 | 3 | -26/+32 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -16/+18 |
* | fix formatting of automatically generated error section | Bodo Möller | 2002-01-24 | 1 | -0/+1 |
* | New functions | Bodo Möller | 2002-01-24 | 2 | -6/+14 |
* | make update | Richard Levitte | 2002-01-24 | 1 | -6/+8 |
* | Make no config file not an error. Move /dev/crypto config to ctrl. | Ben Laurie | 2002-01-22 | 4 | -3/+9 |
* | Constification. | Dr. Stephen Henson | 2002-01-22 | 2 | -5/+5 |
* | default_algorithms option in ENGINE config. | Dr. Stephen Henson | 2002-01-22 | 2 | -0/+49 |
* | Initial ENGINE config module, docs to follow. | Dr. Stephen Henson | 2002-01-21 | 3 | -16/+40 |
* | Constification, add config to /dev/crypto. | Ben Laurie | 2002-01-18 | 6 | -60/+76 |
* | disable broken code | Bodo Möller | 2002-01-18 | 1 | -0/+4 |
* | Other errors are possible. | Ben Laurie | 2002-01-18 | 1 | -5/+10 |
* | Stupid apps should die, not fail silently. | Ben Laurie | 2002-01-18 | 1 | -1/+13 |
* | Fix memory leak. | Ben Laurie | 2002-01-18 | 1 | -1/+5 |
* | Constification, missing declaration, update dependencies. | Ben Laurie | 2002-01-18 | 3 | -4/+38 |
* | Return value could be undefined. | Ben Laurie | 2002-01-12 | 1 | -1/+2 |
* | Experimental configuration code. | Dr. Stephen Henson | 2002-01-05 | 6 | -4/+747 |
* | Allow 8-bit characters. This is not really complete, it only marks | Richard Levitte | 2002-01-02 | 2 | -82/+123 |
* | remove redundant ERR_load_... declarations | Bodo Möller | 2001-12-17 | 1 | -1/+0 |
* | make update | Richard Levitte | 2001-11-15 | 1 | -1/+1 |
* | make update | Richard Levitte | 2001-07-31 | 1 | -1/+4 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -4/+1 |
* | Modify apps to use NCONF code instead of old CONF code. | Dr. Stephen Henson | 2001-06-28 | 2 | -36/+20 |
* | Instead of telling both 'make' and the user that ranlib | Bodo Möller | 2001-03-09 | 1 | -2/+1 |
* | make depend. | Richard Levitte | 2001-02-23 | 1 | -14/+13 |
* | e_os.h defines Getenv() | Richard Levitte | 2001-02-22 | 1 | -0/+1 |
* | CONF_METHOD is one of the few places where you find MS_FAR. I can't | Richard Levitte | 2001-02-22 | 1 | -9/+9 |
* | e_os.h does not belong with the exported headers. Do not put it there | Richard Levitte | 2001-02-22 | 1 | -12/+12 |
* | Exported header files should not include e_os.h. | Richard Levitte | 2001-02-22 | 1 | -1/+1 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 2 | -2/+2 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 4 | -10/+14 |
* | Avoid coredumps for CONF_get_...(NULL, ...) | Bodo Möller | 2001-02-06 | 1 | -18/+41 |
* | Move all the existing function pointer casts associated with LHASH's two | Geoff Thorpe | 2001-01-09 | 3 | -6/+11 |
* | Constification of the data of a hash table. This means the callback | Richard Levitte | 2000-12-13 | 1 | -4/+4 |
* | Next step in tidying up the LHASH code. | Geoff Thorpe | 2000-12-08 | 1 | -9/+14 |
* | Make the remaining LHASH macro changes. This should leave no remaining | Geoff Thorpe | 2000-12-04 | 1 | -2/+5 |
* | First step in tidying up the LHASH code. The callback prototypes (and | Geoff Thorpe | 2000-12-01 | 3 | -5/+8 |
* | Keep binary backward compatibility by putting new method function | Richard Levitte | 2000-10-19 | 3 | -5/+7 |
* | Make it possible for methods to load from something other than a BIO, | Richard Levitte | 2000-10-19 | 3 | -19/+36 |
* | NCONF_get_number() has no error checking at all. As a replacement, | Richard Levitte | 2000-10-19 | 4 | -14/+61 |
* | Always return a value. | Ben Laurie | 2000-10-16 | 1 | -1/+1 |
* | Make the new conf implementatoin bug-compatible with the old one. | Richard Levitte | 2000-10-13 | 3 | -3/+26 |
* | 'ranlib' doesn't always run on some systems. That's actually | Richard Levitte | 2000-09-25 | 1 | -1/+2 |
* | More VMS synchronisation | Richard Levitte | 2000-09-09 | 1 | -0/+1 |
* | 'make update' | Richard Levitte | 2000-09-07 | 1 | -4/+5 |
* | Avoid abort() throughout the library, except when preprocessor | Bodo Möller | 2000-09-04 | 1 | -7/+7 |
* | Safe stack reorganisation in terms of function casts. | Dr. Stephen Henson | 2000-06-17 | 1 | -31/+0 |