summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-08-18 18:56:04 -0700
committerRich Salz <rsalz@openssl.org>2016-01-22 14:58:04 -0500
commita6099d4fd9629f4ee3956130c13d7ab1e32174e6 (patch)
tree933315525892b9d21b3e41bc1fe32ba6712cf385 /doc/ssl
parentf631f2ecea6051af489a7fd3a9a62582b80824e3 (diff)
Fixed typo in the SSL_CTX_set_security_level
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_security_level.pod2
1 files changed, 1 insertions, 1 deletions
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.