mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
For the sake of review, this commit alters only the code; the affiliated
comments within the source files also need to be updated, but doing so
now would obscure the operational changes that have been made here.
* All on/off options have been switched to the numeric `#if' variant;
that is the only way to make this `default_options.h.in' thing work
in a reasonable manner.
* There is now some very minor compile-time checking of the user's
choice of options.
* NO_FAST_EXPTMOD doesn't seem to be used, so it has been removed.
* ENABLE_USER_ALGO_LIST was supposed to be renamed DROPBEAR_USER_ALGO_LIST,
and this commit completes that work.
* DROPBEAR_FUZZ seems to be a relatively new, as-yet undocumented option,
which was added by the following commit:
commit
|
||
---|---|---|
.. | ||
ciphers | ||
encauth | ||
hashes | ||
headers | ||
mac | ||
math | ||
misc | ||
modes | ||
pk | ||
prngs | ||
stream |