aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* '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
* "make update"Geoff Thorpe2001-08-261-18/+0
* Tidy up some code formatting.Geoff Thorpe2001-08-251-18/+18
* Add #ifdefs to some devcrypto codeDr. Stephen Henson2001-08-231-0/+3
* Add RC4 support to OpenBSD.Ben Laurie2001-08-181-0/+1
* Add EVP test program.Ben Laurie2001-08-182-0/+18
* Add first cut symmetric crypto support.Ben Laurie2001-08-187-2/+253
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-4/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-052-97/+55
* make updateRichard Levitte2001-07-311-8/+10
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-149/+76
* Update nCipher header with more liberal licence.Ben Laurie2001-07-041-68/+78
* Use the new UI features, among others the new boolean input.Richard Levitte2001-06-231-14/+21