aboutsummaryrefslogtreecommitdiffstats
path: root/engines/ccgost
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanupRich Salz2015-03-241-3/+1
* Transfer a fix from 1.0.1Richard Levitte2015-02-131-0/+4
* Dead code removal #if 0 enginesRich Salz2015-01-301-85/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-292-8/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2225-6399/+6410
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+2
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-121-1/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-305-10/+13
* Rename gost2814789t.c to gost2814789test.c. The old name caused problemsMatt Caswell2014-12-162-1/+1
* make updateMatt Caswell2014-12-111-10/+12
* Fix broken buildEmilia Kasper2014-12-054-3/+4
* Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILUREKurt Roeckx2014-12-046-13/+9
* pkey_gost_mac_keygen: check for NULL after allocating keydataJonas Maebe2014-12-041-0/+2
* pkey_gost_ctrl: check for NULL after allocating pctx->shared_ukmJonas Maebe2014-12-041-0/+5
* Remove all .cvsignore filesRich Salz2014-11-281-7/+0
* RT3271 update; extra; semi-colon; confuses; some;Rich Salz2014-09-101-1/+1
* RT3271: Don't use "if !" in shell linesRich Salz2014-09-091-4/+4
* pub_decode_gost94, pub_decode_gost01: check for NULL after allocating databuf...Jonas Maebe2014-08-172-0/+38
* Don't call setenv in gost2814789t.cDr. Stephen Henson2014-07-241-4/+0
* Please Clang's sanitizer.Andy Polyakov2014-07-082-10/+10
* 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
* Add support for Cygwin-x86_64.Andy Polyakov2013-09-151-1/+1
* 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
* 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
* engine/cchost: fix bugs.Andy Polyakov2012-12-193-9/+27
* 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
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-032-8/+7
* PR: 2744Dr. Stephen Henson2012-03-112-0/+43
* PR: 2743Dr. Stephen Henson2012-02-291-0/+1
* 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
* engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.Andy Polyakov2011-11-122-1/+2
* PR: 2586Dr. Stephen Henson2011-09-011-1/+2
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* engine/Makefile: harmonize engine install rule for .dylib extension on MacOS X.Andy Polyakov2010-08-241-1/+1
* Fix warnings.Ben Laurie2010-06-121-3/+1