Geoff Thorpe b6d1e52d45 This change replaces the ENGINE's underlying mechanics with the new
ENGINE_TABLE-based stuff - as described in crypto/engine/README.

Associated miscellaneous changes;
 - the previous cipher/digest hooks that hardwired directly to EVP's
   OBJ_NAME-based storage have been backed out. New cipher/digest support
   has been constructed and will be committed shortly.
 - each implementation defines its own ENGINE_load_<name> function now.
 - the "openssl" ENGINE isn't needed or loaded any more.
 - core (not algorithm or class specific) ENGINE code has been split into
   multiple files to increase readability and decrease linker bloat.
 - ENGINE_cpy() has been removed as it wasn't really a good idea in the
   first place and now, because of registration issues, can't be
   meaningfully defined any more.
 - BN_MOD_EXP[_CRT] support is removed as per the README.
 - a bug in enginetest.c has been fixed.

NB: This commit almost certainly breaks compilation until subsequent
changes are committed.
2001-09-25 20:00:51 +00:00
..
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-09-06 17:02:33 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-09-10 21:18:11 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-09-20 15:41:34 +00:00
2001-07-31 17:07:24 +00:00
2001-07-31 17:07:24 +00:00
2001-09-12 00:19:20 +00:00
2000-02-01 02:21:16 +00:00
2001-09-07 11:43:30 +00:00
2001-07-05 10:20:07 +00:00
2001-03-02 10:57:54 +00:00