Comment cleanups

--HG--
branch : insecure-nocrypto
extra : convert_revision : 0ca38a1cf349f7426ac9de34ebe4c3e3735effab
This commit is contained in:
Matt Johnston 2006-10-02 06:40:51 +00:00
parent f5d75b099b
commit 3301bad391

View File

@ -81,8 +81,8 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
* ciphers above in the client if you want to use this, or implement cipher * ciphers above in the client if you want to use this, or implement cipher
* prioritisation in cli-runopts. * prioritisation in cli-runopts.
* *
* The best way to do things is probably make normal compile of dropbear with all * The best way to do things is probably make normal compile of dropbear with
* ciphers including "none" as the server, then recompile a special * all ciphers including "none" as the server, then recompile a special
* "dbclient-insecure" client. */ * "dbclient-insecure" client. */
#define DROPBEAR_NONE_CIPHER #define DROPBEAR_NONE_CIPHER
@ -105,7 +105,7 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
/* You can also disable integrity. Don't bother disabling this if you're /* You can also disable integrity. Don't bother disabling this if you're
* still using a cipher, it's relatively cheap. Don't disable this if you're * still using a cipher, it's relatively cheap. Don't disable this if you're
* using 'none' cipher, since it's dead simple to run arbitrary commands * using 'none' cipher, since it's dead simple to run arbitrary commands
* on the remote host. Go ahead. Hang yourself with your own rope. */ * on the remote host. Beware. */
/*#define DROPBEAR_NONE_INTEGRITY*/ /*#define DROPBEAR_NONE_INTEGRITY*/
/* Hostkey/public key algorithms - at least one required, these are used /* Hostkey/public key algorithms - at least one required, these are used