[openssl.org #2679] 1.0.1-beta1 issue: Wrong Error Message for short RSA-key

2014-11-20 Thread Rich Salz via RT
Fixed. But more importantly, the min keysize is now 512 (for post-1.0.2; should we backport?) master c56a50b RT2679: Fix error if keysize too short Author: Annie Yousar a.you...@informatik.hu-berlin.de Date: Mon Sep 8 16:50:03 2014 -0400 RT2679: Fix error if keysize too short In keygen,

[openssl.org #2679] 1.0.1-beta1 issue: Wrong Error Message for short RSA-key

2012-01-08 Thread Annie Yousar via RT
*** issue: RSA key with small key length throws a wrong error message: invalid key bits (???) solution: replace the Error constant comment: 256 could be replaced by 384, as RSA-768 is broken patch: --- openssl-1.0.1-beta1/crypto/rsa/rsa_pmeth.c