Revert dumb think-o. Just because _some_ INTRODUCE2 cells are now longer,

doesn't mean we should raise the _minimum_ size.


svn:r2273
This commit is contained in:
Nick Mathewson
2004-08-18 05:05:58 +00:00
parent 63f9bd6c8d
commit d841ecbe85
+1 -1
View File
@@ -369,7 +369,7 @@ rend_service_introduce(circuit_t *circuit, const char *request, int request_len)
}
/* min key length plus digest length plus nickname length */
if (request_len < DIGEST_LEN+REND_COOKIE_LEN+(HEX_DIGEST_LEN+2)+
if (request_len < DIGEST_LEN+REND_COOKIE_LEN+(MAX_NICKNAME_LEN+1)+
DH_KEY_LEN+42){
log_fn(LOG_WARN, "Got a truncated INTRODUCE2 cell on circ %d",
circuit->n_circ_id);