aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2003-12-27OpenBSD-internal changes.Richard Levitte1-4/+0
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-3/+7
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2-4/+4
2003-11-24Free "engine" resource in case of failure to prevent memory leakLutz Jänicke1-1/+4
2003-10-29The "cryptodev" engine preprocessor logic used undefined symbols inGeoff Thorpe1-1/+2
2003-06-26The definition of dynamic_ctrl() should change along with theRichard Levitte1-1/+1
2003-06-19dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte1-1/+1
2003-06-04Make sure the function definitions match their declaration.Richard Levitte1-2/+2
2003-05-19Remove certain functionsRichard Levitte1-0/+5
2003-05-03Yeah, right, an object file ending with .c, that'll work!Richard Levitte1-1/+1
2003-05-01Get the year right...Richard Levitte1-1/+1
2003-05-01Add STORE support in ENGINE.Richard Levitte6-180/+404
2003-03-13Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe1-6/+6
2003-02-15Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe1-4/+4
2003-02-01Fix warning.Ben Laurie1-0/+3
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte2-1/+15
2003-01-30This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe2-16/+20
2003-01-23Missing 0 broke FreeBSD build.Richard Levitte1-1/+1
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte2-25/+27
2003-01-16Armor against systems without ranlib...Lutz Jänicke1-1/+1
2002-12-29make updateRichard Levitte1-194/+107
2002-12-13The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe8-16/+16
2002-12-05Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte1-0/+13
2002-12-04Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte1-0/+15
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte1-3/+0
2002-11-15WinCE patchesRichard Levitte1-0/+3
2002-11-01Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte2-1/+2
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller1-13/+0
2002-10-24For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte1-0/+2
2002-10-18If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe3-3/+32
2002-10-16- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe4-12/+49
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte1-2/+1
2002-10-11Step 13 of move of engines: Remove old files.Richard Levitte33-12039/+0
2002-10-11Step 11c of move of engines: Time to make the changes to supportRichard Levitte1-0/+24
2002-10-11Step 11b of move of engines: Time to make the changes to supportRichard Levitte1-3/+94
2002-10-11Step 11a of move of engines: Time to make the changes to supportRichard Levitte1-0/+2
2002-10-11Step 10 of move of engines: Change crypto/engine/Makefile.ssl so weRichard Levitte1-186/+2
2002-10-11Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c toRichard Levitte1-0/+1117
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-10-06Various Win32 fixes.Dr. Stephen Henson1-1/+1
2002-10-05For some reason, the random number support removed the destructorRichard Levitte1-0/+1
2002-10-04make updateDr. Stephen Henson1-42/+22
2002-10-04Add random number generation capability to the cswift engine.Richard Levitte1-1/+71
2002-10-02Removal missingRichard Levitte1-594/+0
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte4-5/+1133
2002-09-25Incorrect argument order to memset()Richard Levitte1-2/+2
2002-09-25Missing ;Richard Levitte1-1/+1
2002-08-28Fix a bug to allow the 4758 ENGINE to build as a DSO.Geoff Thorpe1-1/+1
2002-08-22Change C++ style commentsDr. Stephen Henson1-5/+5