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