Home | History | Annotate | Download | only in apps

Lines Matching refs:MIN_KEY_LENGTH

103 #define MIN_KEY_LENGTH		384
661 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA))
664 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);