aboutsummaryrefslogtreecommitdiff
path: root/engines/ccgost/gost_pmeth.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Remove the GOST engineMatt Caswell1-510/+0
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte1-2/+2
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-1/+2
2015-09-02Add and use OPENSSL_zallocRich Salz1-4/+2
2015-08-11Remove Gost94 signature algorithm.Rich Salz1-139/+25
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-4/+6
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz1-3/+4
2015-05-01free null cleanup finaleRich Salz1-2/+2
2015-03-25Fix return checks in GOST engineMatt Caswell1-1/+1
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-6/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-571/+556
2014-12-05Fix broken buildEmilia Kasper1-1/+1
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
2013-06-21Add control to retrieve signature MD.Dr. Stephen Henson1-0/+8
2012-03-11PR: 2744Dr. Stephen Henson1-0/+6
2012-02-29PR: 2743Dr. Stephen Henson1-0/+1
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov1-6/+6
2009-06-16Submitted by: Artem Chuprina <ran@cryptocom.ru>Dr. Stephen Henson1-1/+8
2009-03-17Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson1-12/+46
2008-02-28Fix error code function name mismatches in GOST engine, rebuild errors.Dr. Stephen Henson1-6/+6
2007-11-16Fix warnings.Ben Laurie1-1/+1
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson1-179/+24
2007-05-31Fix for GOST engine on platforms where sizeof(size_t) != sizeof(int).Dr. Stephen Henson1-1/+5
2007-05-22Revert broken change to ccgost.Dr. Stephen Henson1-1/+1
2007-05-21Fix warning and back out bad modification.Dr. Stephen Henson1-1/+1
2007-05-18Updated GOST MAC support.Dr. Stephen Henson1-23/+3
2007-05-17Initial GOST MAC support. Not fully working yet...Dr. Stephen Henson1-0/+178
2006-12-22use OPENSSL_NO_DYNAMIC_ENGINE macro, disable debug messagesNils Larsch1-0/+4
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson1-2/+2
2006-09-21Updated version of gost engine.Dr. Stephen Henson1-0/+569