From a6099d4fd9629f4ee3956130c13d7ab1e32174e6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 18 Aug 2014 18:56:04 -0700 Subject: [PATCH] Fixed typo in the SSL_CTX_set_security_level Signed-off-by: Rich Salz Reviewed-by: Kurt Roeckx --- doc/ssl/SSL_CTX_set_security_level.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1