summaryrefslogtreecommitdiffstats
path: root/engines/ccgost
AgeCommit message (Expand)Author
2016-01-15free up gost ciphersDr. Stephen Henson
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2016-01-07mem functions cleanupRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-09make updateDr. Stephen Henson
2015-12-09remove ecdsa.h header references.Dr. Stephen Henson
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-26BN_bin2bn handle leading zero'sRich Salz
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-05-26Fix error check in GOST engineMatt Caswell
2015-05-23Fix update and depend in engines/Richard Levitte
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-02Remove obsolete make variablesRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-15Initialize variableEmilia Kasper
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-30Initialised 'ok' and redo the logic.Richard Levitte
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-25Fix return checks in GOST engineMatt Caswell
2015-03-24free NULL cleanupRich Salz
2015-02-13Transfer a fix from 1.0.1Richard Levitte
2015-01-30Dead code removal #if 0 enginesRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
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