log dss.c @ 1459:06d52bcb8094

age author description
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Mon, 14 Aug 2017 00:00:10 +0800 Matt Johnston check dss g range fuzz
Sat, 24 Jun 2017 10:34:58 +0800 Matt Johnston fix dss debug printing fuzz
Sat, 24 Jun 2017 10:34:19 +0800 Matt Johnston merge from main fuzz
Sat, 24 Jun 2017 10:32:33 +0800 Matt Johnston test dss key parameter lengths exactly
Sat, 24 Jun 2017 00:47:07 +0800 Matt Johnston merge from main fuzz
Fri, 16 Jun 2017 22:35:18 +0800 Matt Johnston check p and q lengths
Fri, 23 Jun 2017 21:31:49 +0800 Matt Johnston merge fuzz
Tue, 20 Jun 2017 20:07:25 +0800 Matt Johnston verify debug printing fuzz
Fri, 16 Jun 2017 22:35:18 +0800 Matt Johnston check p and q lengths fuzz
Thu, 15 Jun 2017 08:00:07 +0800 Matt Johnston fix missing arglist NULL terminator
Wed, 14 Jun 2017 23:31:15 +0800 Matt Johnston improve value range validation
Fri, 26 May 2017 21:08:43 +0800 Matt Johnston add m_mp_free_multi, be more careful freeing when failing to load keys fuzz
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 15:59:06 +0200 Gaƫl PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Thu, 23 May 2013 22:18:16 +0800 Matt Johnston Add m_mp_alloc_init_multi() helper ecc
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Sat, 06 Apr 2013 16:00:37 +0800 Matt Johnston Make _sign and _verify functions take a buffer* rather than void* and int ecc
Mon, 01 Apr 2013 00:07:26 +0800 Matt Johnston Move the more verbose TRACE() statements into TRACE2()
Sun, 24 Feb 2013 00:16:02 +0800 Matt Johnston fix typo
Sat, 23 Feb 2013 17:55:46 +0800 Matt Johnston DSS_PROTOK is not necessary now that private keys are included
Tue, 22 Nov 2011 19:28:58 +0700 Matt Johnston A few build fixes dropbear-tfm
Mon, 21 Nov 2011 19:52:28 +0800 Matt Johnston - Update tfm changes to current default tip dropbear-tfm
Mon, 21 Nov 2011 19:19:57 +0800 Matt Johnston - Bring in original tomsfastmath patch against 0.52 from Peter Turczak dropbear-tfm
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Wed, 21 Jul 2010 12:55:25 +0000 Matt Johnston Rename rsa_key to dropbear_rsa_key (and same for dss too) so
Wed, 06 Dec 2006 13:11:41 +0000 Matt Johnston merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'
Thu, 02 Nov 2006 14:49:20 +0000 Matt Johnston Free x component of DSS key upon failure to load
Fri, 07 Jul 2006 09:17:18 +0000 Matt Johnston Fixes from Erik Hovland:
Mon, 05 Sep 2005 15:16:10 +0000 Matt Johnston * use own assertions which should get logged properly
Thu, 05 May 2005 03:58:21 +0000 Matt Johnston - refactored random mp_int generation and byte->mp_int code
Wed, 04 May 2005 15:22:40 +0000 Matt Johnston Fix memory leak (reported by Boris Berezovsky)
Sun, 13 Mar 2005 13:58:14 +0000 Matt Johnston * fix longstanding bug with connections being closed on failure to
Sun, 02 Jan 2005 20:25:56 +0000 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Mon, 20 Dec 2004 14:24:57 +0000 Matt Johnston Cleaning out various dead wood found with -dead_strip
Tue, 17 Aug 2004 10:20:20 +0000 Matt Johnston default initialisers for mp_ints
Thu, 12 Aug 2004 16:41:58 +0000 Matt Johnston Merging in the changes from 0.41-0.43 main Dropbear tree
Wed, 28 Jul 2004 16:44:16 +0000 Matt Johnston Client mostly works up to password auth
Tue, 01 Jun 2004 02:46:09 +0000 Matt Johnston Makefile.in contains updated files required