Fix no-psk compile failure
[openssl.git] / engines / ccgost /
2015-12-09 Dr. Stephen Hensonmake update
2015-12-09 Dr. Stephen Hensonremove ecdsa.h header references.
2015-12-07 Richard LevitteAdapt all engines that add new EVP_MDs
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-26 Rich SalzBN_bin2bn handle leading zero's
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-05-26 Matt CaswellFix error check in GOST engine
2015-05-23 Richard LevitteFix update and depend in engines/
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-02 Richard LevitteRemove obsolete make variables
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-15 Emilia KasperInitialize variable
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-30 Richard LevitteInitialised 'ok' and redo the logic.
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-25 Matt CaswellFix return checks in GOST engine
2015-03-25 Rich Salzfree NULL cleanup
2015-02-13 Richard LevitteTransfer a fix from 1.0.1
2015-01-30 Rich SalzDead code removal #if 0 engines
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-12 Rich SalzRT3548: Remove some unsupported platforms.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-16 Matt CaswellRename gost2814789t.c to gost2814789test.c. The old...
2014-12-11 Matt Caswellmake update
2014-12-05 Emilia KasperFix broken build
2014-12-04 Kurt RoeckxReplace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY...
2014-12-04 Jonas Maebepkey_gost_mac_keygen: check for NULL after allocating...
2014-12-04 Jonas Maebepkey_gost_ctrl: check for NULL after allocating pctx...
2014-11-28 Rich SalzRemove all .cvsignore files
2014-09-10 Rich SalzRT3271 update; extra; semi-colon; confuses; some;
2014-09-09 Rich SalzRT3271: Don't use "if !" in shell lines
2014-09-09 Rich SalzRT3271: Don't use "if !" in shell lines
2014-08-17 Jonas Maebepub_decode_gost94, pub_decode_gost01: check for NULL...
2014-07-24 Dr. Stephen HensonDon't call setenv in gost2814789t.c
2014-07-08 Andy PolyakovPlease Clang's sanitizer.
2014-06-01 David RamosInitialise alg.
2014-03-07 Andy Polyakovengines/ccgost/gosthash.c: simplify and avoid SEGV.
2013-11-08 Andy Polyakovengines/ccgost/gost89.h: make word32 defintion uncondit...
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-15 Andy PolyakovAdd support for Cygwin-x86_64.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-06-21 Dr. Stephen HensonAdd control to retrieve signature MD.
2013-04-13 Andy PolyakovFix Windows linking error in GOST test case.
2013-03-04 Ben LaurieMissing MINFO generation.
2013-02-21 Ben LaurieFix ignored return value warnings.
2013-01-24 Dr. Stephen HensonDon't use C++ style comments.
2013-01-22 Andy Polyakovgost2814789t.c: portability fixes.
2013-01-21 Ben LaurieFix warnings.
2013-01-19 Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-01-19 Andy Polyakovgost_crypt.c: add assertions.
2013-01-19 Andy Polyakovengines/ccgost: add test case.
2012-12-19 Andy Polyakovgost_crypt.c: more intuitive ceiling.
2012-12-19 Andy Polyakovengines/cchost/gost_crypt.c: fix typo.
2012-12-19 Andy Polyakovengine/cchost: fix bugs.
2012-09-01 Dr. Stephen HensonDon't load GOST ENGINE if it is already loaded.
2012-08-13 Andy Polyakovgosthash.c: use memmove in circle_xor8, as input pointe...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-03-11 Dr. Stephen HensonPR: 2744
2012-02-29 Dr. Stephen HensonPR: 2743
2012-01-12 Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2012-01-04 Dr. Stephen HensonCheck GOST parameters are not NULL (CVE-2012-0027)
2011-11-12 Andy Polyakovengines/: get rid of cvs warnings on MacOS X, proper...
2011-09-01 Dr. Stephen HensonPR: 2586
2011-02-16 Dr. Stephen HensonInclude openssl/crypto.h first in several other files...
2010-08-24 Andy Polyakovengine/Makefile: harmonize engine install rule for...
2010-06-12 Ben LaurieFix warnings.
2010-05-22 Dr. Stephen HensonPR: 2254
2010-04-14 Dr. Stephen Hensonfix bug in ccgost CFB mode code
2010-04-14 Dr. Stephen Hensoncheck ASN1 type before using it
2010-04-08 Dr. Stephen Hensonmake GOST MAC work again
2010-02-16 Dr. Stephen HensonSubmitted by: Dmitry Ivanov <vonami@gmail.com>
2010-01-27 Richard Levittesize_t doesn't compare less than zero...
2010-01-19 Dr. Stephen HensonPR: 2141
2010-01-16 Dr. Stephen HensonPR: 2135
2009-12-22 Bodo MöllerUse properly local variables for thread-safety.
2009-10-19 Dr. Stephen HensonPR: 2070
2009-07-01 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-06-16 Dr. Stephen HensonSubmitted by: Artem Chuprina <ran@cryptocom.ru>
2009-05-07 Dr. Stephen HensonTypo.
2009-04-28 Richard LevitteStupid typo
2009-04-26 Richard LevitteAdd local symbol hacks for OpenVMS
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-03-31 Dr. Stephen HensonStop warnings.
next