summaryrefslogtreecommitdiffhomepage
path: root/dss.c
AgeCommit message (Expand)Author
2018-02-17merge from mainMatt Johnston
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2017-08-14check dss g rangeMatt Johnston
2017-06-24fix dss debug printingMatt Johnston
2017-06-24merge from mainMatt Johnston
2017-06-24test dss key parameter lengths exactlyMatt Johnston
2017-06-20verify debug printingMatt Johnston
2017-06-16check p and q lengthsMatt Johnston
2017-06-14improve value range validationMatt Johnston
2017-05-26add m_mp_free_multi, be more careful freeing when failing to load keysMatt Johnston
2017-06-16check p and q lengthsMatt Johnston
2017-06-15fix missing arglist NULL terminatorMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaƫl PORTAY
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-05-23Add m_mp_alloc_init_multi() helperMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-06Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston
2013-04-01Move the more verbose TRACE() statements into TRACE2()Matt Johnston
2013-02-24fix typoMatt Johnston
2013-02-23DSS_PROTOK is not necessary now that private keys are includedMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2010-07-21Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston
2006-12-06merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'Matt Johnston
2006-11-02Free x component of DSS key upon failure to loadMatt Johnston
2006-07-07Fixes from Erik Hovland:Matt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-05-05- refactored random mp_int generation and byte->mp_int codeMatt Johnston
2005-05-04Fix memory leak (reported by Boris Berezovsky)Matt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-12-20Cleaning out various dead wood found with -dead_stripMatt Johnston
2004-08-17default initialisers for mp_intsMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-07-28Client mostly works up to password authMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston