2001-10-04 |
Richard Levitte | Because there's chances we clash with the system's... |
tree | commitdiff |
2001-10-01 |
Richard Levitte | Woopsie... |
tree | commitdiff |
2001-10-01 |
Richard Levitte | sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in... |
tree | commitdiff |
2001-10-01 |
Geoff Thorpe | The STACK macros take care of casting to and from the... |
tree | commitdiff |
2001-09-26 |
Ben Laurie | Fixes. |
tree | commitdiff |
2001-09-26 |
Ben Laurie | Fix warning. |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | "FALLBACK" handling was a hack that was thrown out... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This change puts the original OpenBSD /dev/crypto suppo... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This change adds dummy RC4 and SHA1 support to the... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This change adds cipher and digest support into ENGINE... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This change replaces the ENGINE's underlying mechanics... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | Some major restructuring changes to ENGINE, including... |
tree | commitdiff |
2001-09-14 |
Geoff Thorpe | Some of the ENGINE file names were changed for 8.3... |
tree | commitdiff |
2001-09-14 |
Geoff Thorpe | Fix a typo in the preprocessor logic in eng_list.c... |
tree | commitdiff |
2001-09-12 |
Geoff Thorpe | ENGINE uses a very opaque design, so we can predeclare... |
tree | commitdiff |
2001-09-10 |
Geoff Thorpe | enginetest needs 'memset' defined. |
tree | commitdiff |
2001-09-10 |
Ulf Möller | missed one file |
tree | commitdiff |
2001-09-10 |
Bodo Möller | avoid warning ('const' discarded) |
tree | commitdiff |
2001-09-10 |
Bodo Möller | Delete pointless casts |
tree | commitdiff |
2001-09-07 |
Ben Laurie | Remove duplication. |
tree | commitdiff |
2001-09-07 |
Ulf Möller | make engine file names unique in 8.3 |
tree | commitdiff |
2001-09-06 |
Ulf Möller | double definition |
tree | commitdiff |
2001-09-06 |
Bodo Möller | Avoid strdup. |
tree | commitdiff |
2001-09-05 |
Geoff Thorpe | This adds "destroy" handlers to the existing ENGINEs... |
tree | commitdiff |
2001-09-05 |
Geoff Thorpe | ENGINE's init() and finish() handler functions are... |
tree | commitdiff |
2001-09-05 |
Bodo Möller | Solaris <string.h> does not declare 'strdup' if _XOPEN_... |
tree | commitdiff |
2001-09-05 |
Ulf Möller | Use GCC 2.95/3.0 optimization |
tree | commitdiff |
2001-09-04 |
Geoff Thorpe | Make the 'dynamic' ENGINE bundle up the loading applica... |
tree | commitdiff |
2001-09-03 |
Geoff Thorpe | This changes the existing hardware ENGINE implementatio... |
tree | commitdiff |
2001-09-03 |
Geoff Thorpe | This change adds a new ENGINE called "dynamic" that... |
tree | commitdiff |
2001-09-01 |
Geoff Thorpe | Make the necessary changes to work with the recent... |
tree | commitdiff |
2001-08-28 |
Ben Laurie | Fix SSL memory leak. |
tree | commitdiff |
2001-08-26 |
Geoff Thorpe | "make update" |
tree | commitdiff |
2001-08-25 |
Geoff Thorpe | Tidy up some code formatting. |
tree | commitdiff |
2001-08-23 |
Dr. Stephen Henson | Add #ifdefs to some devcrypto code |
tree | commitdiff |
2001-08-18 |
Ben Laurie | Add RC4 support to OpenBSD. |
tree | commitdiff |
2001-08-18 |
Ben Laurie | Add EVP test program. |
tree | commitdiff |
2001-08-18 |
Ben Laurie | Add first cut symmetric crypto support. |
tree | commitdiff |
2001-08-12 |
Geoff Thorpe | The indexes returned by ***_get_ex_new_index() function... |
tree | commitdiff |
2001-08-05 |
Ben Laurie | Start to reduce some of the header bloat. |
tree | commitdiff |
2001-07-31 |
Richard Levitte | make update |
tree | commitdiff |
2001-07-30 |
Ben Laurie | Really add the EVP and all of the DES changes. |
tree | commitdiff |
2001-07-04 |
Ben Laurie | Update nCipher header with more liberal licence. |
tree | commitdiff |
2001-06-23 |
Richard Levitte | Use the new UI features, among others the new boolean... |
tree | commitdiff |
2001-06-23 |
Richard Levitte | Including stdio.h before setting _XOPEN_SOURCE and |
tree | commitdiff |
2001-06-23 |
Richard Levitte | make update |
tree | commitdiff |
2001-06-23 |
Richard Levitte | For the UI functions that return an int, 0 or any posit... |
tree | commitdiff |
2001-06-23 |
Dr. Stephen Henson | Fix hwcrhk_insert_card. |
tree | commitdiff |
2001-06-21 |
Dr. Stephen Henson | Fix memory leak when RAND is used: need to cleanup |
tree | commitdiff |
2001-06-19 |
Richard Levitte | - Add the possibility to control engines through contro... |
tree | commitdiff |
2001-06-17 |
Ben Laurie | Fix a memory leak (there's another around here somewher... |
tree | commitdiff |
2001-06-05 |
Richard Levitte | 'make update' |
tree | commitdiff |
2001-06-05 |
Richard Levitte | Defining __USE_XOPEN_EXTENDED was the wrong thing.... |
tree | commitdiff |
2001-06-01 |
Richard Levitte | Confusion between algorithms resolved. |
tree | commitdiff |
2001-06-01 |
Richard Levitte | nCipher callbacks shall return 0 on success, something... |
tree | commitdiff |
2001-05-25 |
Richard Levitte | We had the password callback for ENGINEs pretty much... |
tree | commitdiff |
2001-04-27 |
Geoff Thorpe | For some inexplicable reason, I'd (a) left the debuggin... |
tree | commitdiff |
2001-04-26 |
Geoff Thorpe | Some fixes to the reference-counting in ENGINE code... |
tree | commitdiff |
2001-04-26 |
Geoff Thorpe | This adds 2 things to the ENGINE code. |
tree | commitdiff |
2001-04-26 |
Richard Levitte | Provide the possibility to clean up internal ENGINE... |
tree | commitdiff |
2001-04-26 |
Richard Levitte | gcc warns when certain values of an enumeration aren... |
tree | commitdiff |
2001-04-26 |
Richard Levitte | Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO... |
tree | commitdiff |
2001-04-26 |
Richard Levitte | engine.h includes all the needed header files, so don... |
tree | commitdiff |
2001-04-19 |
Geoff Thorpe | Some more tweaks to ENGINE code. |
tree | commitdiff |
2001-04-19 |
Geoff Thorpe | Some BIG tweaks to ENGINE code. |
tree | commitdiff |
2001-04-18 |
Geoff Thorpe | Some more tweaks to ENGINE code. |
tree | commitdiff |
2001-04-18 |
Geoff Thorpe | Make the shared library name and function symbol for... |
tree | commitdiff |
2001-04-18 |
Geoff Thorpe | Some more tweaks to ENGINE code. |
tree | commitdiff |
2001-04-18 |
Geoff Thorpe | Some more tweaks to ENGINE code. |
tree | commitdiff |
2001-04-18 |
Geoff Thorpe | Some more tweaks to ENGINE code. |
tree | commitdiff |
2001-04-18 |
Geoff Thorpe | Structural references should never be decremented direc... |
tree | commitdiff |
2001-04-18 |
Geoff Thorpe | This moves string constants out of vendor headers and... |
tree | commitdiff |
2001-04-02 |
Geoff Thorpe | ENGINE_load_[private|public]_key had error handling... |
tree | commitdiff |
2001-04-02 |
Geoff Thorpe | Actually there were two error cases that could return... |
tree | commitdiff |
2001-04-02 |
Geoff Thorpe | Don't return an error until the global lock is released. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Hide BN_CTX structure details. |
tree | commitdiff |
2001-02-26 |
Richard Levitte | make update |
tree | commitdiff |
2001-02-22 |
Richard Levitte | Define the right macro for Linux and other GNU-based... |
tree | commitdiff |
2001-02-22 |
Richard Levitte | e_os.h does not belong with the exported headers. ... |
tree | commitdiff |
2001-02-20 |
Richard Levitte | strdup() is a X/Open extension. |
tree | commitdiff |
2001-02-20 |
Richard Levitte | Some functions, like strdup() and strcasecmp(), are... |
tree | commitdiff |
2001-02-19 |
Richard Levitte | Make all configuration macros available for application... |
tree | commitdiff |
2001-02-04 |
Ben Laurie | Make depend. |
tree | commitdiff |
2000-12-27 |
Dr. Stephen Henson | Avoid compiler warnings in hw_ubsec.c: unused static |
tree | commitdiff |
2000-12-14 |
Geoff Thorpe | This is an engine contributed by Broadcom - it is meant... |
tree | commitdiff |
2000-12-05 |
Richard Levitte | On Windows, Rainbow uses _stdcall convention under... |
tree | commitdiff |
2000-11-16 |
Geoff Thorpe | I have no idea how this comment got there, but it's... |
tree | commitdiff |
2000-11-16 |
Geoff Thorpe | Many applications that use OpenSSL with ENGINE support... |
tree | commitdiff |
2000-11-14 |
Richard Levitte | Modify () to (void), since that's what is actually... |
tree | commitdiff |
2000-11-12 |
Ulf Möller | in some new file names the first 8 characters were... |
tree | commitdiff |
2000-11-08 |
Richard Levitte | Remove references to RSAref. The glue library is but... |
tree | commitdiff |
2000-11-07 |
Richard Levitte | Constify DH-related code. |
tree | commitdiff |
2000-11-07 |
Richard Levitte | Constify DSA-related code. |
tree | commitdiff |
2000-11-07 |
Richard Levitte | Make sure ERR_get_error() is declared. |
tree | commitdiff |
2000-11-07 |
Richard Levitte | When ENGINE_by_id() couldn't find the given engine... |
tree | commitdiff |
2000-11-06 |
Richard Levitte | As a consequence of the BIGNUM constification, the... |
tree | commitdiff |
2000-11-03 |
Geoff Thorpe | Richard moved hw_nuron.c over to DSO-land recently... |
tree | commitdiff |
2000-11-03 |
Ulf Möller | Minor corrections (HPUX). |
tree | commitdiff |
2000-11-02 |
Richard Levitte | Change the engine library so the application writer... |
tree | commitdiff |
2000-10-26 |
Richard Levitte | Merge the engine branch into the main trunk. All confl... |
tree | commitdiff |
|