aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@google.com>2017-02-13 10:36:29 +1100
committerRichard Levitte <levitte@openssl.org>2017-02-13 11:50:44 +0100
commit4fd7b54dc224930a0ce6dd67b35c598c5072857c (patch)
treef72d5652e546b33c78b6198f9a044f04ed5bd2f3 /doc
parent4bbd8a5daaa810c487f684971c0339a1d7c15da9 (diff)
downloadopenssl-4fd7b54dc224930a0ce6dd67b35c598c5072857c.tar.gz
DES keys are not 7 days long.
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2604)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/DES_random_key.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/DES_random_key.pod b/doc/man3/DES_random_key.pod
index 052b96df87..bcf9761b3e 100644
--- a/doc/man3/DES_random_key.pod
+++ b/doc/man3/DES_random_key.pod
@@ -114,7 +114,7 @@ architecture dependent I<DES_key_schedule> via the
DES_set_key_checked() or DES_set_key_unchecked() function.
DES_set_key_checked() will check that the key passed is of odd parity
-and is not a week or semi-weak key. If the parity is wrong, then -1
+and is not a weak or semi-weak key. If the parity is wrong, then -1
is returned. If the key is a weak key, then -2 is returned. If an
error is returned, the key schedule is not generated.