Mercurial > dropbear
comparison options.h @ 680:bd4b5d7886e5 sha2
Disable SHA256 and SHA512 by default in options.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 May 2012 21:56:50 +0800 |
parents | 03073a27abb3 |
children | a4b7627b3157 |
comparison
equal
deleted
inserted
replaced
679:03073a27abb3 | 680:bd4b5d7886e5 |
---|---|
110 * If you disable MD5, Dropbear will fall back to SHA1 fingerprints, | 110 * If you disable MD5, Dropbear will fall back to SHA1 fingerprints, |
111 * which are not the standard form. */ | 111 * which are not the standard form. */ |
112 | 112 |
113 #define DROPBEAR_SHA1_HMAC | 113 #define DROPBEAR_SHA1_HMAC |
114 #define DROPBEAR_SHA1_96_HMAC | 114 #define DROPBEAR_SHA1_96_HMAC |
115 #define DROPBEAR_SHA2_256_HMAC | 115 /*#define DROPBEAR_SHA2_256_HMAC*/ |
116 #define DROPBEAR_SHA2_512_HMAC | 116 /*#define DROPBEAR_SHA2_512_HMAC*/ |
117 #define DROPBEAR_MD5_HMAC | 117 #define DROPBEAR_MD5_HMAC |
118 | 118 |
119 /* Hostkey/public key algorithms - at least one required, these are used | 119 /* Hostkey/public key algorithms - at least one required, these are used |
120 * for hostkey as well as for verifying signatures with pubkey auth. | 120 * for hostkey as well as for verifying signatures with pubkey auth. |
121 * Removing either of these won't save very much space. | 121 * Removing either of these won't save very much space. |