aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Initial ENGINE config module, docs to follow.Dr. Stephen Henson2002-01-215-3/+202
* Constification, add config to /dev/crypto.Ben Laurie2002-01-182-1/+16
* Implement failover for ubsec. Submitted by Subramanian RamamoorthyRichard Levitte2001-12-122-40/+230
* fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller2001-11-231-2/+2
* Cut "ENGINE_ID" to the more concise "ID".Geoff Thorpe2001-11-221-4/+4
* When the "dynamic" ENGINE loads another ENGINE from a shared-library, itGeoff Thorpe2001-11-223-3/+31
* The "openssl" ENGINE is no longer used except as a testing/debuggingGeoff Thorpe2001-11-221-12/+38
* On systems that don't do too well including headers from a differentRichard Levitte2001-11-161-0/+4
* After loading a dynamic engine, reset the command definitions to theRichard Levitte2001-11-141-0/+7
* 2001, not 2000Bodo Möller2001-11-091-1/+1
* Place the OpenSSL-specific headers back so they always get included,Richard Levitte2001-11-051-6/+7
* No need to include anything on systems that do not have /dev/cryptRichard Levitte2001-11-051-10/+10
* 'make update'Richard Levitte2001-10-101-0/+20
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-101-11/+12
* As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense forGeoff Thorpe2001-10-081-1/+5
* Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.Geoff Thorpe2001-10-086-6/+6
* Missing pointer in the eng_table_register function. Reported byGeoff Thorpe2001-10-081-1/+1
* 'make update'Richard Levitte2001-10-041-89/+89
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-2/+1
* Woopsie...Richard Levitte2001-10-011-1/+1
* sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in ENGINE_cleanup().Richard Levitte2001-10-011-9/+7
* The STACK macros take care of casting to and from the designated item typeGeoff Thorpe2001-10-012-9/+28
* Fixes.Ben Laurie2001-09-261-2/+7
* Fix warning.Ben Laurie2001-09-261-1/+1
* "FALLBACK" handling was a hack that was thrown out long ago in theGeoff Thorpe2001-09-251-17/+1
* This change puts the original OpenBSD /dev/crypto support that was inGeoff Thorpe2001-09-251-13/+477
* This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE forGeoff Thorpe2001-09-251-9/+224
* This change adds cipher and digest support into ENGINE using theGeoff Thorpe2001-09-258-8/+381
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-2524-1448/+2090
* Some major restructuring changes to ENGINE, including integrated cipher andGeoff Thorpe2001-09-251-275/+208
* Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe2001-09-1416-24/+24
* Fix a typo in the preprocessor logic in eng_list.c that had left RSA, DSA,Geoff Thorpe2001-09-141-2/+2
* ENGINE uses a very opaque design, so we can predeclare the structure typeGeoff Thorpe2001-09-121-7/+0
* enginetest needs 'memset' defined.Geoff Thorpe2001-09-101-0/+1
* missed one fileUlf Möller2001-09-101-864/+0
* avoid warning ('const' discarded)Bodo Möller2001-09-101-2/+2
* Delete pointless castsBodo Möller2001-09-101-2/+2
* Remove duplication.Ben Laurie2001-09-071-1/+0
* make engine file names unique in 8.3Ulf Möller2001-09-0710-94/+953
* double definitionUlf Möller2001-09-061-1/+0
* Avoid strdup.Bodo Möller2001-09-061-14/+6
* This adds "destroy" handlers to the existing ENGINEs that load their ownGeoff Thorpe2001-09-055-6/+97
* ENGINE's init() and finish() handler functions are used when the ENGINE isGeoff Thorpe2001-09-053-0/+18
* Solaris <string.h> does not declare 'strdup' if _XOPEN_SOURCE isBodo Möller2001-09-051-1/+1
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-051-1/+2
* Make the 'dynamic' ENGINE bundle up the loading application/library'sGeoff Thorpe2001-09-042-8/+40
* This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe2001-09-0310-357/+719
* This change adds a new ENGINE called "dynamic" that allows new ENGINEGeoff Thorpe2001-09-036-6/+531
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-42/+14
* Fix SSL memory leak.Ben Laurie2001-08-281-1/+5