aboutsummaryrefslogtreecommitdiffstats
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
...
* Fix strange formatting by indentMatt Caswell2015-01-222-14/+14
* engines/e_ubsec.c: make it indent-friendly.Andy Polyakov2015-01-221-17/+26
* More commentsMatt Caswell2015-01-221-2/+4
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* For master windows build dsa.h is now needed.Dr. Stephen Henson2015-01-131-0/+1
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-122-2/+0
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-3010-68/+92
* Rename gost2814789t.c to gost2814789test.c. The old name caused problemsMatt Caswell2014-12-162-1/+1
* make updateMatt Caswell2014-12-111-10/+12
* capi_ctrl, capi_vtrace: check for NULL after allocating and free itKurt Roeckx2014-12-103-1/+16
* Disable engines that will fail to build when bn is made opaqueMatt Caswell2014-12-081-132/+4
* 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
* capi_get_provname: Check return valuesKurt Roeckx2014-12-041-6/+12
* capi_get_key: check for NULL after allocating keyJonas Maebe2014-12-041-0/+2
* capi_cert_get_fname: check for NULL after allocating wfnameJonas Maebe2014-12-041-0/+2
* capi_get_provname: free name on error if it was malloc'edJonas Maebe2014-12-041-0/+2
* 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
* Remove all .cvsignore filesRich Salz2014-11-282-15/+0
* RT3544: Remove MWERKS supportRich Salz2014-09-241-12/+0
* RT3271 update; extra; semi-colon; confuses; some;Rich Salz2014-09-101-1/+1
* RT3271: Don't use "if !" in shell linesRich Salz2014-09-092-8/+8
* RT2513: Fix typo's paramter-->parameterMartin Olsson2014-08-191-2/+2
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-1/+1
* pub_decode_gost94, pub_decode_gost01: check for NULL after allocating databuf...Jonas Maebe2014-08-172-0/+38
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
* Don't call setenv in gost2814789t.cDr. Stephen Henson2014-07-241-4/+0
* Please Clang's sanitizer.Andy Polyakov2014-07-082-10/+10
* Add support for SHA2 in CAPI ENGINE.Libor Krystek2014-07-021-0/+32
* Initialise alg.David Ramos2014-06-011-1/+1
* engines/ccgost/gosthash.c: simplify and avoid SEGV.Andy Polyakov2014-03-071-10/+9
* engines/ccgost/gost89.h: make word32 defintion unconditional.Andy Polyakov2013-11-081-4/+0
* Fix warning.Dr. Stephen Henson2013-11-011-1/+1
* engines/e_aep.c: make it BN_ULONG-size and endian "neutral".Andy Polyakov2013-10-281-43/+61
* Add support for Cygwin-x86_64.Andy Polyakov2013-09-152-2/+2
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Add control to retrieve signature MD.Dr. Stephen Henson2013-06-211-0/+8
* Fix Windows linking error in GOST test case.Andy Polyakov2013-04-131-1/+1
* Missing MINFO generation.Ben Laurie2013-03-041-2/+1
* Fix ignored return value warnings.Ben Laurie2013-02-211-1/+1
* Don't use C++ style comments.Dr. Stephen Henson2013-01-241-15/+15
* x86_64 assembly pack: make Windows build more robust.Andy Polyakov2013-01-221-1/+2
* gost2814789t.c: portability fixes.Andy Polyakov2013-01-221-20/+38
* Fix warnings.Ben Laurie2013-01-211-1/+2
* gost_crypt.c: add assertions.Andy Polyakov2013-01-191-0/+11
* engines/ccgost: add test case.Andy Polyakov2013-01-192-0/+1586
* gost_crypt.c: more intuitive ceiling.Andy Polyakov2012-12-191-3/+3