aboutsummaryrefslogtreecommitdiff
path: root/engines/ccgost
AgeCommit message (Expand)AuthorFilesLines
2015-05-26Fix error check in GOST engineMatt Caswell1-2/+4
2015-05-23Fix update and depend in engines/Richard Levitte1-2/+2
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-6/+7
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz2-2/+2
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz2-5/+7
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz2-3/+3
2015-05-04Use safer sizeof variant in mallocRich Salz1-3/+4
2015-05-02Remove obsolete make variablesRichard Levitte1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz2-7/+6
2015-05-01free null cleanup finaleRich Salz3-14/+10
2015-04-30free NULL cleanup 7Rich Salz3-46/+31
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-16Code style: space after 'if'Viktor Dukhovni3-49/+52
2015-04-15Initialize variableEmilia Kasper1-1/+1
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-5/+0
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-1437/+0
2015-03-30Initialised 'ok' and redo the logic.Richard Levitte1-4/+4
2015-03-28free NULL cleanupRich Salz1-4/+3
2015-03-25free NULL cleanup.Rich Salz1-3/+1
2015-03-25Fix return checks in GOST engineMatt Caswell6-71/+279
2015-03-24free NULL cleanupRich Salz1-3/+1
2015-02-13Transfer a fix from 1.0.1Richard Levitte1-0/+4
2015-01-30Dead code removal #if 0 enginesRich Salz1-85/+0
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte2-8/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-13/+13
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell25-6399/+6410
2015-01-22Fix strange formatting by indentMatt Caswell1-2/+2
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz1-1/+0
2014-12-30mark all block comments that need format preserving so thatTim Hudson5-10/+13
2014-12-16Rename gost2814789t.c to gost2814789test.c. The old name caused problemsMatt Caswell2-1/+1
2014-12-11make updateMatt Caswell1-10/+12
2014-12-05Fix broken buildEmilia Kasper4-3/+4
2014-12-04Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILUREKurt Roeckx6-13/+9
2014-12-04pkey_gost_mac_keygen: check for NULL after allocating keydataJonas Maebe1-0/+2
2014-12-04pkey_gost_ctrl: check for NULL after allocating pctx->shared_ukmJonas Maebe1-0/+5
2014-11-28Remove all .cvsignore filesRich Salz1-7/+0
2014-09-10RT3271 update; extra; semi-colon; confuses; some;Rich Salz1-1/+1
2014-09-09RT3271: Don't use "if !" in shell linesRich Salz1-4/+4
2014-08-17pub_decode_gost94, pub_decode_gost01: check for NULL after allocating databuf...Jonas Maebe2-0/+38
2014-07-24Don't call setenv in gost2814789t.cDr. Stephen Henson1-4/+0
2014-07-08Please Clang's sanitizer.Andy Polyakov2-10/+10
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-09-15Add support for Cygwin-x86_64.Andy Polyakov1-1/+1
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