log rsa.c @ 1507:d54bbb645f02 coverity

age author description
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Wed, 14 Jun 2017 23:31:42 +0800 Matt Johnston merge from main fuzz
Fri, 26 May 2017 21:08:43 +0800 Matt Johnston add m_mp_free_multi, be more careful freeing when failing to load keys
Sat, 19 Nov 2016 10:47:18 +0100 Francois Perrad fix DEBUG_* condition
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
Fri, 01 Jan 2016 15:02:09 +0100 Francois Perrad more hard tab
Thu, 31 Dec 2015 15:59:01 +0100 Francois Perrad refactor indentation with hard tab
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston buf_getstring and buf_putstring now use non-unsigned char*
Sat, 02 May 2015 15:59:06 +0200 Gaƫl PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Mon, 24 Feb 2014 20:53:32 +0800 Matt Johnston Make some debug info conditional
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Sat, 25 May 2013 00:54:19 +0800 Matt Johnston have separate ecdsa keys for each size ecc
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()
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 16:10:18 +0000 Matt Johnston Make sure that we clean up key parts if we fail during reading a rsa key
Fri, 04 Aug 2006 17:15:35 +0000 Matt Johnston add some debugging of mpints debug-unrandom
Fri, 07 Jul 2006 09:17:18 +0000 Matt Johnston Fixes from Erik Hovland:
Wed, 08 Mar 2006 12:09:02 +0000 Matt Johnston Stomp on some minor warnings
Mon, 05 Sep 2005 15:16:10 +0000 Matt Johnston * use own assertions which should get logged properly
Fri, 08 Jul 2005 13:19:10 +0000 Matt Johnston * move RSA_BLINDING to options.h
Tue, 10 May 2005 17:02:05 +0000 Matt Johnston * add a "label" argument to printhex()