From: Mark Wooding Date: Thu, 25 Jul 2013 17:30:46 +0000 (+0100) Subject: rsa.c: Replace the magic length 1024 with a (larger) constant. X-Git-Tag: debian/0.3.0_beta2~40 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=9941ae2e1f8bd7cb5771527b41d6a2032cd6580f;hp=9941ae2e1f8bd7cb5771527b41d6a2032cd6580f rsa.c: Replace the magic length 1024 with a (larger) constant. While 15360-bit RSA keys are rather large, they're not completely beyond the realms of possibility and it seems unreasonable to forbid them. (Specifically, 15360 is the length recommended by NIST for 256-bit security levels.) Signed-off-by: Mark Wooding ---