summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2013-01-21Fix warnings.Ben Laurie
2013-01-19gost_crypt.c: add assertions.Andy Polyakov
2013-01-19engines/ccgost: add test case.Andy Polyakov
2012-12-19gost_crypt.c: more intuitive ceiling.Andy Polyakov
2012-12-19engines/cchost/gost_crypt.c: fix typo.Andy Polyakov
2012-12-19engines/e_capi.c: fix typo.Andy Polyakov
2012-12-19engine/cchost: fix bugs.Andy Polyakov
2012-11-18PR: 2880Dr. Stephen Henson
2012-09-01Don't load GOST ENGINE if it is already loaded.Dr. Stephen Henson
2012-08-13gosthash.c: use memmove in circle_xor8, as input pointers can be equal.Andy Polyakov
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2012-03-19e_padlock-x86[_64].pl: better understanding of prefetch errata and properAndy Polyakov
2012-03-19eng_all.c: revert previous "disable Padlock" commit, which was unjustified.Andy Polyakov
2012-03-11PR: 2744Dr. Stephen Henson
2012-02-29PR: 2743Dr. Stephen Henson
2012-02-11PR: 2703Dr. Stephen Henson
2012-02-11PR: 2705Dr. Stephen Henson
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov
2012-01-04Check GOST parameters are not NULL (CVE-2012-0027)Dr. Stephen Henson
2011-12-13Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie
2011-11-15Configure: reimplement commit#21695.Andy Polyakov
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
2011-11-12engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.Andy Polyakov
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