| Commit message (Expand) | Author | Age | Files | Lines |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -149/+76 |
* | Update nCipher header with more liberal licence. | Ben Laurie | 2001-07-04 | 1 | -68/+78 |
* | Use the new UI features, among others the new boolean input. | Richard Levitte | 2001-06-23 | 1 | -14/+21 |
* | Including stdio.h before setting _XOPEN_SOURCE and | Richard Levitte | 2001-06-23 | 1 | -1/+1 |
* | make update | Richard Levitte | 2001-06-23 | 1 | -21/+27 |
* | For the UI functions that return an int, 0 or any positive number is a | Richard Levitte | 2001-06-23 | 1 | -3/+3 |
* | Fix hwcrhk_insert_card. | Dr. Stephen Henson | 2001-06-23 | 1 | -7/+12 |
* | Fix memory leak when RAND is used: need to cleanup | Dr. Stephen Henson | 2001-06-21 | 1 | -1/+2 |
* | - Add the possibility to control engines through control names but | Richard Levitte | 2001-06-19 | 4 | -44/+226 |
* | Fix a memory leak (there's another around here somewhere, though). | Ben Laurie | 2001-06-17 | 1 | -10/+29 |
* | 'make update' | Richard Levitte | 2001-06-05 | 1 | -83/+105 |
* | Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, define | Richard Levitte | 2001-06-05 | 1 | -1/+2 |
* | Confusion between algorithms resolved. | Richard Levitte | 2001-06-01 | 2 | -2/+2 |
* | nCipher callbacks shall return 0 on success, something else otherwise. | Richard Levitte | 2001-06-01 | 1 | -3/+3 |
* | We had the password callback for ENGINEs pretty much wrong. And | Richard Levitte | 2001-05-25 | 3 | -40/+32 |
* | For some inexplicable reason, I'd (a) left the debugging irreversibly | Geoff Thorpe | 2001-04-27 | 1 | -3/+1 |
* | Some fixes to the reference-counting in ENGINE code. First, there were a | Geoff Thorpe | 2001-04-27 | 5 | -66/+154 |
* | This adds 2 things to the ENGINE code. | Geoff Thorpe | 2001-04-26 | 3 | -3/+65 |
* | Provide the possibility to clean up internal ENGINE structures. This | Richard Levitte | 2001-04-26 | 2 | -0/+17 |
* | gcc warns when certain values of an enumeration aren't taken care of, | Richard Levitte | 2001-04-26 | 1 | -0/+4 |
* | Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disable | Richard Levitte | 2001-04-26 | 10 | -23/+363 |
* | engine.h includes all the needed header files, so don't do it again | Richard Levitte | 2001-04-26 | 1 | -7/+0 |
* | Some more tweaks to ENGINE code. | Geoff Thorpe | 2001-04-19 | 7 | -14/+216 |
* | Some BIG tweaks to ENGINE code. | Geoff Thorpe | 2001-04-19 | 5 | -29/+455 |
* | Some more tweaks to ENGINE code. | Geoff Thorpe | 2001-04-18 | 7 | -152/+131 |
* | Make the shared library name and function symbol for the "nuron" ENGINE | Geoff Thorpe | 2001-04-18 | 1 | -2/+5 |
* | Some more tweaks to ENGINE code. | Geoff Thorpe | 2001-04-18 | 8 | -38/+39 |
* | Some more tweaks to ENGINE code. | Geoff Thorpe | 2001-04-18 | 3 | -5/+6 |
* | Some more tweaks to ENGINE code. | Geoff Thorpe | 2001-04-18 | 4 | -231/+112 |
* | Structural references should never be decremented directly - so leave that | Geoff Thorpe | 2001-04-18 | 1 | -34/+6 |
* | This moves string constants out of vendor headers and into C files. | Geoff Thorpe | 2001-04-18 | 4 | -34/+32 |
* | ENGINE_load_[private|public]_key had error handling that could return | Geoff Thorpe | 2001-04-02 | 1 | -2/+4 |
* | Actually there were two error cases that could return without releasing the | Geoff Thorpe | 2001-04-02 | 1 | -4/+5 |
* | Don't return an error until the global lock is released. | Geoff Thorpe | 2001-04-02 | 1 | -2/+4 |
* | Hide BN_CTX structure details. | Bodo Möller | 2001-03-08 | 3 | -33/+21 |
* | make update | Richard Levitte | 2001-02-26 | 1 | -22/+22 |
* | Define the right macro for Linux and other GNU-based systems to get a correct... | Richard Levitte | 2001-02-22 | 1 | -0/+5 |
* | e_os.h does not belong with the exported headers. Do not put it there | Richard Levitte | 2001-02-22 | 1 | -59/+59 |
* | strdup() is a X/Open extension. | Richard Levitte | 2001-02-20 | 1 | -1/+4 |
* | Some functions, like strdup() and strcasecmp(), are defined in | Richard Levitte | 2001-02-20 | 1 | -0/+1 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 10 | -120/+123 |
* | Make depend. | Ben Laurie | 2001-02-04 | 1 | -66/+69 |
* | Avoid compiler warnings in hw_ubsec.c: unused static | Dr. Stephen Henson | 2000-12-27 | 2 | -2/+11 |
* | This is an engine contributed by Broadcom - it is meant to support the | Geoff Thorpe | 2000-12-14 | 7 | -2/+837 |
* | On Windows, Rainbow uses _stdcall convention under Windows. | Richard Levitte | 2000-12-05 | 1 | -10/+31 |
* | I have no idea how this comment got there, but it's certainly not | Geoff Thorpe | 2000-11-16 | 1 | -2/+0 |
* | Many applications that use OpenSSL with ENGINE support might face a | Geoff Thorpe | 2000-11-16 | 1 | -0/+3 |
* | Modify () to (void), since that's what is actually defined in the | Richard Levitte | 2000-11-14 | 4 | -8/+8 |
* | in some new file names the first 8 characters were not unique | Ulf Möller | 2000-11-12 | 1 | -23/+14 |
* | Remove references to RSAref. The glue library is but a memory to fade | Richard Levitte | 2000-11-08 | 1 | -0/+20 |