summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2011-10-19"make update" (partial)Bodo Möller
2011-10-18engines/.cvsignore: stop whining about e_padlock-*.s.Andy Polyakov
2011-10-11e_padlock-x86[_64].pl: protection against prefetch errata.Andy Polyakov
2011-10-09e_padlock-x86_64.pl: brown-bag bug in stack pointer handling.Andy Polyakov
2011-10-08e_padlock-x86[_64].pl: SHA fixes, comply with specification and fix bug.Andy Polyakov
2011-10-05e_padlock: add CTR mode.Andy Polyakov
2011-10-04e_padlock-x86_64.pl: fix typo.Andy Polyakov
2011-10-04e_padlock-x86*.pl: Nano-related update.Andy Polyakov
2011-10-01e_padlock-x86.pl: previous C3-specific fix was incomplete.Andy Polyakov
2011-10-01e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).Andy Polyakov
2011-09-18Make latest assembler additions (vpaes and e_padlock) work in Windows build.Andy Polyakov
2011-09-06engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.Andy Polyakov
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov
2011-09-01PR: 2586Dr. Stephen Henson
2011-09-01PR: 2586Dr. Stephen Henson
2011-05-25e_padlock.c: fix typo.Andy Polyakov
2011-05-24e_padlock.c: last x86_64 commit didn't work with some optimizers.Andy Polyakov
2011-05-18e_padlock.c: make it compile on MacOS X.Andy Polyakov
2011-05-15new flag to stop ENGINE methods being registeredDr. Stephen Henson
2011-05-15NULL is a valid cspnameDr. Stephen Henson
2011-03-25Corrections to the VMS build system.Richard Levitte
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
2011-02-03make updateBodo Möller
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2011-01-06PR: 2407Richard Levitte
2010-12-14e_capi.c: rearrange #include-s to improve portability.Andy Polyakov
2010-12-14First attempt at adding the possibility to set the pointer size for the build...Richard Levitte
2010-12-12e_capi.c: change from ANSI to TCHAR domain. This makes it compilable onAndy Polyakov
2010-11-22Synchronise with Unix and do all other needed modifications to have itRichard Levitte
2010-11-18PR: 2375Dr. Stephen Henson
2010-11-18PR: 2374Dr. Stephen Henson
2010-08-24engine/Makefile: harmonize engine install rule for .dylib extension on MacOS X.Andy Polyakov
2010-06-12Fix warnings.Ben Laurie
2010-05-26Avoid use of ex_data free function in Chil ENGINE so it can be safelyDr. Stephen Henson
2010-05-22PR: 2254Dr. Stephen Henson
2010-05-15PR: 2255Dr. Stephen Henson
2010-04-14fix bug in ccgost CFB mode codeDr. Stephen Henson
2010-04-14check ASN1 type before using itDr. Stephen Henson
2010-04-08make GOST MAC work againDr. Stephen Henson
2010-03-24initialise buf if wrong_info not usedDr. Stephen Henson
2010-03-15e_capi.c: fix typo.Andy Polyakov
2010-03-15workaround for missing definition in some headersDr. Stephen Henson
2010-03-12PR: 2192Dr. Stephen Henson
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
2010-02-16Submitted by: Dmitry Ivanov <vonami@gmail.com>Dr. Stephen Henson
2010-01-27Have the VMS build system catch up with the 1.0.0-stable branch.Richard Levitte
2010-01-27size_t doesn't compare less than zero...Richard Levitte
2010-01-19PR: 2141Dr. Stephen Henson