RT4337: Crash in DES
authorRich Salz <rsalz@openssl.org>
Wed, 1 Jun 2016 03:05:48 +0000 (23:05 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 1 Jun 2016 13:28:53 +0000 (09:28 -0400)
commit6493e4801e9edbe1ad1e256d4ce9cd55c8aa2242
tree9c9dd96141769aa39819a962baaf5ce04a37e1a7
parent1d54ef340864507c1b6e86238183ab4cbc7423aa
RT4337: Crash in DES

Salt must be two ASCII characters.  Add tests to check for that,
and a test to test the checks.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/des/fcrypt.c
doc/crypto/des.pod
test/destest.c