aboutsummaryrefslogtreecommitdiffstats
path: root/engines/ccgost
Commit message (Expand)AuthorAgeFilesLines
* Remove the GOST engineMatt Caswell2016-01-1925-5635/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* free up gost ciphersDr. Stephen Henson2016-01-153-0/+10
* Move Makefiles to Makefile.inRich Salz2016-01-122-258/+87
* make updateRichard Levitte2016-01-121-69/+91
* Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte2016-01-123-40/+77
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-51/+67
* mem functions cleanupRich Salz2016-01-071-7/+8
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* make updateDr. Stephen Henson2015-12-091-18/+8
* remove ecdsa.h header references.Dr. Stephen Henson2015-12-091-1/+1
* Adapt all engines that add new EVP_MDsRichard Levitte2015-12-075-40/+92
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-073-16/+18
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-022-7/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-4/+2
* BN_bin2bn handle leading zero'sRich Salz2015-08-264-22/+4
* Remove Gost94 signature algorithm.Rich Salz2015-08-1113-1350/+107
* Fix error check in GOST engineMatt Caswell2015-05-261-2/+4
* Fix update and depend in engines/Richard Levitte2015-05-231-2/+2
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-6/+7
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-112-2/+2
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-062-5/+7
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-052-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+4
* Remove obsolete make variablesRichard Levitte2015-05-021-1/+1
* free NULL cleanup -- codaRich Salz2015-05-012-7/+6
* free null cleanup finaleRich Salz2015-05-013-14/+10
* free NULL cleanup 7Rich Salz2015-04-303-46/+31
* remove malloc castsRich Salz2015-04-281-1/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-163-49/+52
* Initialize variableEmilia Kasper2015-04-151-1/+1
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-5/+0
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-1437/+0
* Initialised 'ok' and redo the logic.Richard Levitte2015-03-301-4/+4
* free NULL cleanupRich Salz2015-03-281-4/+3
* free NULL cleanup.Rich Salz2015-03-251-3/+1
* Fix return checks in GOST engineMatt Caswell2015-03-256-71/+279
* free NULL cleanupRich Salz2015-03-241-3/+1
* Transfer a fix from 1.0.1Richard Levitte2015-02-131-0/+4
* Dead code removal #if 0 enginesRich Salz2015-01-301-85/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-292-8/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2225-6399/+6410
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+2
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-121-1/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-305-10/+13
* Rename gost2814789t.c to gost2814789test.c. The old name caused problemsMatt Caswell2014-12-162-1/+1
* make updateMatt Caswell2014-12-111-10/+12
* Fix broken buildEmilia Kasper2014-12-054-3/+4
* Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILUREKurt Roeckx2014-12-046-13/+9