summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost_pmeth.c
AgeCommit message (Expand)Author
2016-01-19Remove the GOST engineMatt Caswell
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-09-02Add and use OPENSSL_zallocRich Salz
2015-08-11Remove Gost94 signature algorithm.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-01free null cleanup finaleRich Salz
2015-03-25Fix return checks in GOST engineMatt Caswell
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-05Fix broken buildEmilia Kasper
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
2013-06-21Add control to retrieve signature MD.Dr. Stephen Henson
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
2009-06-16Submitted by: Artem Chuprina <ran@cryptocom.ru>Dr. Stephen Henson
2009-03-17Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
2008-02-28Fix error code function name mismatches in GOST engine, rebuild errors.Dr. Stephen Henson
2007-11-16Fix warnings.Ben Laurie
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-05-31Fix for GOST engine on platforms where sizeof(size_t) != sizeof(int).Dr. Stephen Henson
2007-05-22Revert broken change to ccgost.Dr. Stephen Henson
2007-05-21Fix warning and back out bad modification.Dr. Stephen Henson
2007-05-18Updated GOST MAC support.Dr. Stephen Henson
2007-05-17Initial GOST MAC support. Not fully working yet...Dr. Stephen Henson
2006-12-22use OPENSSL_NO_DYNAMIC_ENGINE macro, disable debug messagesNils Larsch
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson
2006-09-21Updated version of gost engine.Dr. Stephen Henson