commit | c56a50b229932d2cef651d931b71a8cbffb029da | [log] [tgz] |
---|---|---|
author | Annie Yousar <a.yousar@informatik.hu-berlin.de> | Mon Sep 08 16:50:03 2014 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Thu Nov 20 13:45:25 2014 -0500 |
tree | 2c0064de0702bf68aa169c0c1b83c6b97a429086 | |
parent | 14d3b76be88ec68cda613186bb62415c7a17e573 [diff] |
RT2679: Fix error if keysize too short In keygen, return KEY_SIZE_TOO_SMALL not INVALID_KEYBITS. ** I also increased the minimum from 256 to 512, which is now documented in CHANGES file. ** Reviewed-by: Matt Caswell <matt@openssl.org>