Commit 4fd7b54d authored by Darren Tucker's avatar Darren Tucker Committed by Richard Levitte
Browse files

DES keys are not 7 days long.

parent 4bbd8a5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@ int DES_check_key_parity(const_DES_cblock *key)
}
}


/*-
/*-
 * Weak and semi week keys as take from
 * Weak and semi weak keys as taken from
 * %A D.W. Davies
 * %A D.W. Davies
 * %A W.L. Price
 * %A W.L. Price
 * %T Security for Computer Networks
 * %T Security for Computer Networks
+1 −1
Original line number Original line Diff line number Diff line
@@ -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() or DES_set_key_unchecked() function.


DES_set_key_checked() will check that the key passed is of odd parity
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
is returned.  If the key is a weak key, then -2 is returned.  If an
error is returned, the key schedule is not generated.
error is returned, the key schedule is not generated.