FS#44000 - [dropbear] remove compile option DROPBEAR_SMALL_CODE

Attached to Project: Community Packages
Opened by t27049215 (t27049215) - Sunday, 01 March 2015, 17:18 GMT
Last edited by Alexander F. Rødseth (xyproto) - Friday, 03 November 2017, 18:29 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

I suggest comment out `#define DROPBEAR_SMALL_CODE` in options.h before compilation,
the default is set to on.

Here is the documentation for that option:
/* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save
several kB in binary size however will make the symmetrical ciphers and hashes
slower, perhaps by 50%. Recommended for small systems that aren't doing
much traffic. */


The reason is obvious, faster code for just a few kbytes binary increase
We are on x86 (or x64) where disk size is not a problem.
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Friday, 03 November 2017, 18:29 GMT
Reason for closing:  Fixed
Comment by Eli Schwartz (eschwartz) - Sunday, 13 August 2017, 22:39 GMT
tredaelli, do you plan on changing this ever?
Comment by Alexander F. Rødseth (xyproto) - Friday, 03 November 2017, 14:40 GMT
Adopted dropbear.

Loading...