summaryrefslogtreecommitdiff
path: root/dss.c
Commit message (Expand)AuthorAgeFilesLines
* Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel2020-05-261-6/+7
* merge from mainMatt Johnston2018-02-171-0/+25
|\
| * check dss g rangeMatt Johnston2017-08-141-0/+12
| * fix dss debug printingMatt Johnston2017-06-241-1/+1
| * merge from mainMatt Johnston2017-06-241-0/+13
| |\
| | * verify debug printingMatt Johnston2017-06-201-0/+13
| | * check p and q lengthsMatt Johnston2017-06-161-3/+10
* | | Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-4/+4
|/ /
* | test dss key parameter lengths exactlyMatt Johnston2017-06-241-4/+2
* | check p and q lengthsMatt Johnston2017-06-161-2/+9
* | fix missing arglist NULL terminatorMatt Johnston2017-06-151-1/+1
|/
* improve value range validationMatt Johnston2017-06-141-0/+8
* add m_mp_free_multi, be more careful freeing when failing to load keysMatt Johnston2017-05-261-24/+13
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-2/+2
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-3/+3
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-6/+6
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* Add m_mp_alloc_init_multi() helperMatt Johnston2013-05-231-7/+2
* merge in HEADMatt Johnston2013-05-211-3/+3
|\
| * Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-3/+3
* | Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston2013-04-061-8/+4
|/
* fix typoMatt Johnston2013-02-241-1/+0
* DSS_PROTOK is not necessary now that private keys are includedMatt Johnston2013-02-231-64/+3
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-10/+10
* Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston2010-07-211-7/+7
* merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'Matt Johnston2006-12-061-0/+3
|\
| * Free x component of DSS key upon failure to loadMatt Johnston2006-11-021-0/+3
* | Fixes from Erik Hovland:Matt Johnston2006-07-071-1/+3
|/
* * use own assertions which should get logged properlyMatt Johnston2005-09-051-8/+8
* - refactored random mp_int generation and byte->mp_int codeMatt Johnston2005-05-051-22/+8
* Fix memory leak (reported by Boris Berezovsky)Matt Johnston2005-05-041-1/+1
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-0/+2
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-12/+12
* Cleaning out various dead wood found with -dead_stripMatt Johnston2004-12-201-0/+19
* default initialisers for mp_intsMatt Johnston2004-08-171-5/+11
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-2/+2
* Client mostly works up to password authMatt Johnston2004-07-281-0/+4
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+399