aboutsummaryrefslogtreecommitdiffstats
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* Initialise alg.David Ramos2014-06-011-1/+1
* engines/ccgost/gosthash.c: simplify and avoid SEGV.Andy Polyakov2014-03-071-10/+9
* engines/ccgost/gost89.h: make word32 defintion unconditional.Andy Polyakov2013-11-081-4/+0
* Fix warning.Dr. Stephen Henson2013-11-011-1/+1
* engines/e_aep.c: make it BN_ULONG-size and endian "neutral".Andy Polyakov2013-10-281-43/+61
* Add support for Cygwin-x86_64.Andy Polyakov2013-09-152-2/+2
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Add control to retrieve signature MD.Dr. Stephen Henson2013-06-211-0/+8
* Fix Windows linking error in GOST test case.Andy Polyakov2013-04-131-1/+1
* Missing MINFO generation.Ben Laurie2013-03-041-2/+1
* Fix ignored return value warnings.Ben Laurie2013-02-211-1/+1
* Don't use C++ style comments.Dr. Stephen Henson2013-01-241-15/+15
* x86_64 assembly pack: make Windows build more robust.Andy Polyakov2013-01-221-1/+2
* gost2814789t.c: portability fixes.Andy Polyakov2013-01-221-20/+38
* Fix warnings.Ben Laurie2013-01-211-1/+2
* gost_crypt.c: add assertions.Andy Polyakov2013-01-191-0/+11
* engines/ccgost: add test case.Andy Polyakov2013-01-192-0/+1586
* gost_crypt.c: more intuitive ceiling.Andy Polyakov2012-12-191-3/+3
* engines/cchost/gost_crypt.c: fix typo.Andy Polyakov2012-12-191-1/+1
* engines/e_capi.c: fix typo.Andy Polyakov2012-12-191-1/+1
* engine/cchost: fix bugs.Andy Polyakov2012-12-193-9/+27
* PR: 2880Dr. Stephen Henson2012-11-181-1/+4
* Don't load GOST ENGINE if it is already loaded.Dr. Stephen Henson2012-09-011-1/+11
* gosthash.c: use memmove in circle_xor8, as input pointers can be equal.Andy Polyakov2012-08-131-2/+2
* x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov2012-06-271-1/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-033-9/+7
* e_padlock-x86[_64].pl: better understanding of prefetch errata and properAndy Polyakov2012-03-192-78/+204
* eng_all.c: revert previous "disable Padlock" commit, which was unjustified.Andy Polyakov2012-03-191-0/+1
* PR: 2744Dr. Stephen Henson2012-03-112-0/+43
* PR: 2743Dr. Stephen Henson2012-02-291-0/+1
* PR: 2703Dr. Stephen Henson2012-02-111-1/+7
* PR: 2705Dr. Stephen Henson2012-02-111-17/+25
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-6/+6
* Check GOST parameters are not NULL (CVE-2012-0027)Dr. Stephen Henson2012-01-042-0/+8
* Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie2011-12-131-1/+0
* Configure: reimplement commit#21695.Andy Polyakov2011-11-151-2/+2
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-2/+2
* engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.Andy Polyakov2011-11-123-1/+3
* "make update" (partial)Bodo Möller2011-10-191-7/+8
* engines/.cvsignore: stop whining about e_padlock-*.s.Andy Polyakov2011-10-181-0/+1
* e_padlock-x86[_64].pl: protection against prefetch errata.Andy Polyakov2011-10-112-17/+73
* e_padlock-x86_64.pl: brown-bag bug in stack pointer handling.Andy Polyakov2011-10-091-0/+5
* e_padlock-x86[_64].pl: SHA fixes, comply with specification and fix bug.Andy Polyakov2011-10-082-13/+156
* e_padlock: add CTR mode.Andy Polyakov2011-10-053-16/+120
* e_padlock-x86_64.pl: fix typo.Andy Polyakov2011-10-041-1/+2
* e_padlock-x86*.pl: Nano-related update.Andy Polyakov2011-10-042-21/+49
* e_padlock-x86.pl: previous C3-specific fix was incomplete.Andy Polyakov2011-10-011-2/+3
* e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).Andy Polyakov2011-10-011-20/+17
* Make latest assembler additions (vpaes and e_padlock) work in Windows build.Andy Polyakov2011-09-181-5/+7
* engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.Andy Polyakov2011-09-061-1/+1