aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)AuthorFilesLines
2014-07-02Add support for SHA2 in CAPI ENGINE.Libor Krystek1-0/+32
2014-06-01Initialise alg.David Ramos1-1/+1
2014-03-07engines/ccgost/gosthash.c: simplify and avoid SEGV.Andy Polyakov1-10/+9
2013-11-08engines/ccgost/gost89.h: make word32 defintion unconditional.Andy Polyakov1-4/+0
2013-11-01Fix warning.Dr. Stephen Henson1-1/+1
2013-10-28engines/e_aep.c: make it BN_ULONG-size and endian "neutral".Andy Polyakov1-43/+61
2013-09-15Add support for Cygwin-x86_64.Andy Polyakov2-2/+2
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2013-06-21Add control to retrieve signature MD.Dr. Stephen Henson1-0/+8
2013-04-13Fix Windows linking error in GOST test case.Andy Polyakov1-1/+1
2013-03-04Missing MINFO generation.Ben Laurie1-2/+1
2013-02-21Fix ignored return value warnings.Ben Laurie1-1/+1
2013-01-24Don't use C++ style comments.Dr. Stephen Henson1-15/+15
2013-01-22x86_64 assembly pack: make Windows build more robust.Andy Polyakov1-1/+2
2013-01-22gost2814789t.c: portability fixes.Andy Polyakov1-20/+38
2013-01-21Fix warnings.Ben Laurie1-1/+2
2013-01-19gost_crypt.c: add assertions.Andy Polyakov1-0/+11
2013-01-19engines/ccgost: add test case.Andy Polyakov2-0/+1586
2012-12-19gost_crypt.c: more intuitive ceiling.Andy Polyakov1-3/+3
2012-12-19engines/cchost/gost_crypt.c: fix typo.Andy Polyakov1-1/+1
2012-12-19engines/e_capi.c: fix typo.Andy Polyakov1-1/+1
2012-12-19engine/cchost: fix bugs.Andy Polyakov3-9/+27
2012-11-18PR: 2880Dr. Stephen Henson1-1/+4
2012-09-01Don't load GOST ENGINE if it is already loaded.Dr. Stephen Henson1-1/+11
2012-08-13gosthash.c: use memmove in circle_xor8, as input pointers can be equal.Andy Polyakov1-2/+2
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov1-1/+1
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie3-9/+7
2012-03-19e_padlock-x86[_64].pl: better understanding of prefetch errata and properAndy Polyakov2-78/+204
2012-03-19eng_all.c: revert previous "disable Padlock" commit, which was unjustified.Andy Polyakov1-0/+1
2012-03-11PR: 2744Dr. Stephen Henson2-0/+43
2012-02-29PR: 2743Dr. Stephen Henson1-0/+1
2012-02-11PR: 2703Dr. Stephen Henson1-1/+7
2012-02-11PR: 2705Dr. Stephen Henson1-17/+25
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov1-6/+6
2012-01-04Check GOST parameters are not NULL (CVE-2012-0027)Dr. Stephen Henson2-0/+8
2011-12-13Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie1-1/+0
2011-11-15Configure: reimplement commit#21695.Andy Polyakov1-2/+2
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie1-2/+2
2011-11-12engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.Andy Polyakov3-1/+3
2011-10-19"make update" (partial)Bodo Möller1-7/+8
2011-10-18engines/.cvsignore: stop whining about e_padlock-*.s.Andy Polyakov1-0/+1
2011-10-11e_padlock-x86[_64].pl: protection against prefetch errata.Andy Polyakov2-17/+73
2011-10-09e_padlock-x86_64.pl: brown-bag bug in stack pointer handling.Andy Polyakov1-0/+5
2011-10-08e_padlock-x86[_64].pl: SHA fixes, comply with specification and fix bug.Andy Polyakov2-13/+156
2011-10-05e_padlock: add CTR mode.Andy Polyakov3-16/+120
2011-10-04e_padlock-x86_64.pl: fix typo.Andy Polyakov1-1/+2
2011-10-04e_padlock-x86*.pl: Nano-related update.Andy Polyakov2-21/+49
2011-10-01e_padlock-x86.pl: previous C3-specific fix was incomplete.Andy Polyakov1-2/+3
2011-10-01e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).Andy Polyakov1-20/+17
2011-09-18Make latest assembler additions (vpaes and e_padlock) work in Windows build.Andy Polyakov1-5/+7