| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop compiler warnings. | Dr. Stephen Henson | 2006-03-20 | 1 | -2/+2 |
* | Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself, | Andy Polyakov | 2005-12-28 | 1 | -16/+117 |
* | Lower PADLOCK_CHUNK till value, which doesn't affect the benchmark results. | Andy Polyakov | 2005-12-27 | 1 | -1/+6 |
* | Update from stable branch. | Dr. Stephen Henson | 2005-11-06 | 1 | -1/+2 |
* | bugfix: register engine as default engine in ENGINE_set_default_DSA | Nils Larsch | 2005-09-09 | 1 | -1/+1 |
* | fix warnings when building openssl with the following compiler options: | Nils Larsch | 2005-08-28 | 1 | -0/+2 |
* | avoid infinite recursion if dynamic engine isn't loaded | Nils Larsch | 2005-08-06 | 1 | -10/+14 |
* | make | Nils Larsch | 2005-07-16 | 4 | -18/+9 |
* | changes from 0.9.8 | Nils Larsch | 2005-05-31 | 1 | -1/+18 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-15 | 1 | -4/+1 |
* | Typo. | Dr. Stephen Henson | 2005-05-12 | 1 | -1/+1 |
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 7 | -12/+14 |
* | New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure script | Dr. Stephen Henson | 2005-04-19 | 2 | -1/+3 |
* | Prototype mnemonics in padlock_verify_context for better portability | Andy Polyakov | 2005-04-14 | 1 | -5/+5 |
* | Fix for bug emerged in openvpn conext. | Andy Polyakov | 2005-04-14 | 1 | -3/+3 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -77/+81 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | Some non-GNU compilers (such as Sun C) define __i386. | Andy Polyakov | 2005-04-04 | 1 | -1/+2 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 2 | -2/+3 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning after | Andy Polyakov | 2005-01-25 | 1 | -2/+4 |
* | "Monolithic" x86 assembler replacement for aes_core.c. Up to +15% better | Andy Polyakov | 2005-01-13 | 1 | -3/+3 |
* | Change libeay.num so it's synchronised with additions in 0.9.7-stable. | Richard Levitte | 2004-12-13 | 1 | -1/+1 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-02 | 1 | -1/+1 |
* | Move the declaration of alloca() so it's ony declared when really | Richard Levitte | 2004-09-27 | 1 | -10/+7 |
* | Nils Larsch reported that this include is required. Strange that this had | Geoff Thorpe | 2004-09-24 | 1 | -0/+1 |
* | - There's no more need for the snprintf macro. | Richard Levitte | 2004-09-13 | 1 | -5/+10 |
* | make update | Richard Levitte | 2004-09-10 | 1 | -0/+10 |
* | Make VIA Padlock engine more platform friendly and eliminate compiler | Andy Polyakov | 2004-09-09 | 1 | -2/+3 |
* | Stop compiler warnings. | Dr. Stephen Henson | 2004-09-06 | 1 | -6/+6 |
* | Minor VIA Padlock engine update: eliminate -Wunused warning when *not* | Andy Polyakov | 2004-08-24 | 1 | -14/+45 |
* | Padlock engine update to fix a typo in MSC assembler and to address | Andy Polyakov | 2004-08-04 | 1 | -26/+31 |
* | Minor clean-up to make Microsoft compiler shut up. | Andy Polyakov | 2004-08-02 | 1 | -19/+26 |
* | VIA C3 processor extends IA-32 instruction set with instuctions | Andy Polyakov | 2004-08-02 | 4 | -2/+1048 |
* | Incomplete initial sweep over the engine code. Mainly reducing some | Geoff Thorpe | 2004-06-19 | 1 | -69/+22 |
* | Minor change to group like functions together. | Geoff Thorpe | 2004-06-17 | 1 | -3/+2 |
* | Typo, setting the first element of nids[] to NULL instead of setting | Richard Levitte | 2004-06-15 | 1 | -2/+2 |
* | This fixes the installation target for dynamic engines, which was trying to | Geoff Thorpe | 2004-06-01 | 1 | -1/+1 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -15/+13 |
* | I can't verify this directly, but recent changes will probably require that | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | size_t-fication of message digest APIs. We should size_t-fy more APIs... | Andy Polyakov | 2004-05-15 | 1 | -1/+1 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -314/+140 |
* | More updates for the header cleanups (and apologies, again, for not having | Geoff Thorpe | 2004-04-19 | 1 | -0/+3 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 19 | -47/+4 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 3 | -4/+9 |
* | ... and this should likewise fix up those RSA implementations that weren't | Geoff Thorpe | 2004-03-25 | 1 | -3/+3 |
* | OpenBSD-internal changes. | Richard Levitte | 2003-12-27 | 1 | -4/+0 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -3/+7 |