From 4fd7b54dc224930a0ce6dd67b35c598c5072857c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 13 Feb 2017 10:36:29 +1100 Subject: DES keys are not 7 days long. CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2604) --- doc/man3/DES_random_key.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 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. -- cgit v1.2.3