From: Alex Gaynor Date: Tue, 19 Aug 2014 01:56:04 +0000 (-0700) Subject: Fixed typo in the SSL_CTX_set_security_level X-Git-Tag: OpenSSL_1_1_0-pre3~453 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6099d4fd9629f4ee3956130c13d7ab1e32174e6;p=oweals%2Fopenssl.git Fixed typo in the SSL_CTX_set_security_level Signed-off-by: Rich Salz Reviewed-by: Kurt Roeckx --- diff --git a/doc/ssl/SSL_CTX_set_security_level.pod b/doc/ssl/SSL_CTX_set_security_level.pod index a8a7eccfdb..fd50614b7d 100644 --- a/doc/ssl/SSL_CTX_set_security_level.pod +++ b/doc/ssl/SSL_CTX_set_security_level.pod @@ -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 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 of security requires the use of RSA keys of at least 15360 bits in size.