Fixed typo in the SSL_CTX_set_security_level

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
This commit is contained in:
Alex Gaynor 2014-08-18 18:56:04 -07:00 committed by Rich Salz
parent f631f2ecea
commit a6099d4fd9

View File

@ -137,7 +137,7 @@ then only ciphersuites consistent with the security level are permissible.
See SP800-57 for how the security limits are related to individual See SP800-57 for how the security limits are related to individual
algorithms. algorithms.
Some security levels require large key sizes for none-ECC public key Some security levels require large key sizes for non-ECC public key
algorithms which can severely degrade performance. For example 256 bits algorithms which can severely degrade performance. For example 256 bits
of security requires the use of RSA keys of at least 15360 bits in size. of security requires the use of RSA keys of at least 15360 bits in size.