summaryrefslogtreecommitdiffstats
path: root/engines/ccgost
AgeCommit message (Expand)Author
2014-12-16Rename gost2814789t.c to gost2814789test.c. The old name caused problemsMatt Caswell
2014-12-11make updateMatt Caswell
2014-12-05Fix broken buildEmilia Kasper
2014-12-04Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILUREKurt Roeckx
2014-12-04pkey_gost_mac_keygen: check for NULL after allocating keydataJonas Maebe
2014-12-04pkey_gost_ctrl: check for NULL after allocating pctx->shared_ukmJonas Maebe
2014-11-28Remove all .cvsignore filesRich Salz
2014-09-10RT3271 update; extra; semi-colon; confuses; some;Rich Salz
2014-09-09RT3271: Don't use "if !" in shell linesRich Salz
2014-08-17pub_decode_gost94, pub_decode_gost01: check for NULL after allocating databuf...Jonas Maebe
2014-07-24Don't call setenv in gost2814789t.cDr. Stephen Henson
2014-07-08Please Clang's sanitizer.Andy Polyakov
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-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-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-19engine/cchost: fix bugs.Andy Polyakov
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-03Version skew reduction: trivia (I hope).Ben Laurie
2012-03-11PR: 2744Dr. Stephen Henson
2012-02-29PR: 2743Dr. 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-11-12engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.Andy Polyakov
2011-09-01PR: 2586Dr. Stephen Henson
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. 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-22PR: 2254Dr. 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-02-16Submitted by: Dmitry Ivanov <vonami@gmail.com>Dr. Stephen Henson
2010-01-27size_t doesn't compare less than zero...Richard Levitte
2010-01-19PR: 2141Dr. Stephen Henson
2010-01-16PR: 2135Dr. Stephen Henson
2009-12-22Use properly local variables for thread-safety.Bodo Möller