unit-tests: Generate RSA key with 768 bits not 786
This commit is contained in:
@@ -117,7 +117,7 @@ static void test_bad_sigs(public_key_t *pubkey)
|
||||
* RSA key sizes to test
|
||||
*/
|
||||
static int key_sizes[] = {
|
||||
786, 1024, 1536, 2048, 3072, 4096,
|
||||
768, 1024, 1536, 2048, 3072, 4096,
|
||||
};
|
||||
|
||||
START_TEST(test_gen)
|
||||
|
||||
Reference in New Issue
Block a user