aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov2005-01-251-2/+4
* "Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov2005-01-131-3/+3
* Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte2004-12-131-1/+1
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Move the declaration of alloca() so it's ony declared when reallyRichard Levitte2004-09-271-10/+7
* Nils Larsch reported that this include is required. Strange that this hadGeoff Thorpe2004-09-241-0/+1
* - There's no more need for the snprintf macro.Richard Levitte2004-09-131-5/+10
* make updateRichard Levitte2004-09-101-0/+10
* Make VIA Padlock engine more platform friendly and eliminate compilerAndy Polyakov2004-09-091-2/+3
* Stop compiler warnings.Dr. Stephen Henson2004-09-061-6/+6
* Minor VIA Padlock engine update: eliminate -Wunused warning when *not*Andy Polyakov2004-08-241-14/+45
* Padlock engine update to fix a typo in MSC assembler and to addressAndy Polyakov2004-08-041-26/+31
* Minor clean-up to make Microsoft compiler shut up.Andy Polyakov2004-08-021-19/+26
* VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov2004-08-024-2/+1048
* Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe2004-06-191-69/+22
* Minor change to group like functions together.Geoff Thorpe2004-06-171-3/+2
* Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte2004-06-151-2/+2
* This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe2004-06-011-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-15/+13
* I can't verify this directly, but recent changes will probably require thatGeoff Thorpe2004-05-171-0/+1
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-1/+1
* make updateGeoff Thorpe2004-04-191-314/+140
* More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe2004-04-191-0/+3
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-1919-47/+4
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-193-4/+9
* ... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe2004-03-251-3/+3
* OpenBSD-internal changes.Richard Levitte2003-12-271-4/+0
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-3/+7
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-292-4/+4
* Free "engine" resource in case of failure to prevent memory leakLutz Jänicke2003-11-241-1/+4
* The "cryptodev" engine preprocessor logic used undefined symbols inGeoff Thorpe2003-10-291-1/+2
* The definition of dynamic_ctrl() should change along with theRichard Levitte2003-06-261-1/+1
* dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte2003-06-191-1/+1
* Make sure the function definitions match their declaration.Richard Levitte2003-06-041-2/+2
* Remove certain functionsRichard Levitte2003-05-191-0/+5
* Yeah, right, an object file ending with .c, that'll work!Richard Levitte2003-05-031-1/+1
* Get the year right...Richard Levitte2003-05-011-1/+1
* Add STORE support in ENGINE.Richard Levitte2003-05-016-180/+404
* Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe2003-03-131-6/+6
* Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe2003-02-151-4/+4
* Fix warning.Ben Laurie2003-02-011-0/+3
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-1/+15
* This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe2003-01-302-16/+20
* Missing 0 broke FreeBSD build.Richard Levitte2003-01-231-1/+1
* FreeBSD has /dev/crypto as well.Richard Levitte2003-01-162-25/+27
* Armor against systems without ranlib...Lutz Jänicke2003-01-161-1/+1
* make updateRichard Levitte2002-12-291-194/+107
* The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe2002-12-138-16/+16