summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-09-27Move the declaration of alloca() so it's ony declared when reallyRichard Levitte
2004-09-24Nils Larsch reported that this include is required. Strange that this hadGeoff Thorpe
2004-09-13- There's no more need for the snprintf macro.Richard Levitte
2004-09-10make updateRichard Levitte
2004-09-09Make VIA Padlock engine more platform friendly and eliminate compilerAndy Polyakov
2004-09-06Stop compiler warnings.Dr. Stephen Henson
2004-08-24Minor VIA Padlock engine update: eliminate -Wunused warning when *not*Andy Polyakov
2004-08-04Padlock engine update to fix a typo in MSC assembler and to addressAndy Polyakov
2004-08-02Minor clean-up to make Microsoft compiler shut up.Andy Polyakov
2004-08-02VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov
2004-06-19Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe
2004-06-17Minor change to group like functions together.Geoff Thorpe
2004-06-15Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17I can't verify this directly, but recent changes will probably require thatGeoff Thorpe
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2004-04-19make updateGeoff Thorpe
2004-04-19More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2004-03-25... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe
2003-12-27OpenBSD-internal changes.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-11-24Free "engine" resource in case of failure to prevent memory leakLutz Jänicke
2003-10-29The "cryptodev" engine preprocessor logic used undefined symbols inGeoff Thorpe
2003-06-26The definition of dynamic_ctrl() should change along with theRichard Levitte
2003-06-19dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte
2003-06-04Make sure the function definitions match their declaration.Richard Levitte
2003-05-19Remove certain functionsRichard Levitte
2003-05-03Yeah, right, an object file ending with .c, that'll work!Richard Levitte
2003-05-01Get the year right...Richard Levitte
2003-05-01Add STORE support in ENGINE.Richard Levitte
2003-03-13Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe
2003-02-15Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe
2003-02-01Fix warning.Ben Laurie
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe
2003-01-23Missing 0 broke FreeBSD build.Richard Levitte
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2003-01-16Armor against systems without ranlib...Lutz Jänicke
2002-12-29make updateRichard Levitte
2002-12-13The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe
2002-12-05Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte
2002-12-04Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-15WinCE patchesRichard Levitte