summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2014-08-17pub_decode_gost94, pub_decode_gost01: check for NULL after allocating databuf...Jonas Maebe
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-07-24Don't call setenv in gost2814789t.cDr. Stephen Henson
2014-07-08Please Clang's sanitizer.Andy Polyakov
2014-07-02Add support for SHA2 in CAPI ENGINE.Libor Krystek
2014-06-01Initialise alg.David Ramos
2014-03-07engines/ccgost/gosthash.c: simplify and avoid SEGV.Andy Polyakov
2013-11-08engines/ccgost/gost89.h: make word32 defintion unconditional.Andy Polyakov
2013-11-01Fix warning.Dr. Stephen Henson
2013-10-28engines/e_aep.c: make it BN_ULONG-size and endian "neutral".Andy Polyakov
2013-09-15Add support for Cygwin-x86_64.Andy Polyakov
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-06-21Add control to retrieve signature MD.Dr. Stephen Henson
2013-04-13Fix Windows linking error in GOST test case.Andy Polyakov
2013-03-04Missing MINFO generation.Ben Laurie
2013-02-21Fix ignored return value warnings.Ben Laurie
2013-01-24Don't use C++ style comments.Dr. Stephen Henson
2013-01-22x86_64 assembly pack: make Windows build more robust.Andy Polyakov
2013-01-22gost2814789t.c: portability fixes.Andy Polyakov
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