Add functions des_set_key_checked, des_set_key_unchecked.
authorBodo Möller <bodo@openssl.org>
Fri, 3 Dec 1999 20:24:21 +0000 (20:24 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 3 Dec 1999 20:24:21 +0000 (20:24 +0000)
Never use des_set_key (it depends on the global variable des_check_key),
but usually des_set_key_unchecked.
Only destest.c bothered to look at the return values of des_set_key,
but it did not set des_check_key -- if it had done so,
most checks would have failed because of wrong parity and
because of weak keys.


No differences found