aboutsummaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost_pmeth.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the GOST engineMatt Caswell2016-01-191-510/+0
* Adapt all engines that add new EVP_MDsRichard Levitte2015-12-071-2/+2
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-1/+2
* Add and use OPENSSL_zallocRich Salz2015-09-021-4/+2
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-139/+25
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-4/+6
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+4
* free null cleanup finaleRich Salz2015-05-011-2/+2
* Fix return checks in GOST engineMatt Caswell2015-03-251-1/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-6/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-571/+556
* Fix broken buildEmilia Kasper2014-12-051-1/+1
* 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
* Add control to retrieve signature MD.Dr. Stephen Henson2013-06-211-0/+8
* PR: 2744Dr. Stephen Henson2012-03-111-0/+6
* PR: 2743Dr. Stephen Henson2012-02-291-0/+1
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-6/+6
* Submitted by: Artem Chuprina <ran@cryptocom.ru>Dr. Stephen Henson2009-06-161-1/+8
* Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson2009-03-171-12/+46
* Fix error code function name mismatches in GOST engine, rebuild errors.Dr. Stephen Henson2008-02-281-6/+6
* Fix warnings.Ben Laurie2007-11-161-1/+1
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-179/+24
* Fix for GOST engine on platforms where sizeof(size_t) != sizeof(int).Dr. Stephen Henson2007-05-311-1/+5
* Revert broken change to ccgost.Dr. Stephen Henson2007-05-221-1/+1
* Fix warning and back out bad modification.Dr. Stephen Henson2007-05-211-1/+1
* Updated GOST MAC support.Dr. Stephen Henson2007-05-181-23/+3
* Initial GOST MAC support. Not fully working yet...Dr. Stephen Henson2007-05-171-0/+178
* use OPENSSL_NO_DYNAMIC_ENGINE macro, disable debug messagesNils Larsch2006-12-221-0/+4
* Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson2006-09-211-2/+2
* Updated version of gost engine.Dr. Stephen Henson2006-09-211-0/+569