aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie2-2/+3
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2005-01-25FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov1-2/+4
2005-01-13"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov1-3/+3
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte1-1/+1
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-09-27Move the declaration of alloca() so it's ony declared when reallyRichard Levitte1-10/+7
2004-09-24Nils Larsch reported that this include is required. Strange that this hadGeoff Thorpe1-0/+1
2004-09-13- There's no more need for the snprintf macro.Richard Levitte1-5/+10
2004-09-10make updateRichard Levitte1-0/+10
2004-09-09Make VIA Padlock engine more platform friendly and eliminate compilerAndy Polyakov1-2/+3
2004-09-06Stop compiler warnings.Dr. Stephen Henson1-6/+6
2004-08-24Minor VIA Padlock engine update: eliminate -Wunused warning when *not*Andy Polyakov1-14/+45
2004-08-04Padlock engine update to fix a typo in MSC assembler and to addressAndy Polyakov1-26/+31
2004-08-02Minor clean-up to make Microsoft compiler shut up.Andy Polyakov1-19/+26
2004-08-02VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov4-2/+1048
2004-06-19Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe1-69/+22
2004-06-17Minor change to group like functions together.Geoff Thorpe1-3/+2
2004-06-15Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte1-2/+2
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe1-1/+1
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-15/+13
2004-05-17I can't verify this directly, but recent changes will probably require thatGeoff Thorpe1-0/+1
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov1-1/+1
2004-04-19make updateGeoff Thorpe1-314/+140
2004-04-19More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe1-0/+3
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe19-47/+4
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe3-4/+9
2004-03-25... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe1-3/+3
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