summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2005-05-12Typo.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-19New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson
2005-04-14Prototype mnemonics in padlock_verify_context for better portabilityAndy Polyakov
2005-04-14Fix for bug emerged in openvpn conext.Andy Polyakov
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-04Some non-GNU compilers (such as Sun C) define __i386.Andy Polyakov
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-01-25FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov
2005-01-13"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte
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