Add checks to the return value of EVP_Cipher to prevent silent encryption failure.
authorMatt Caswell <matt@openssl.org>
Tue, 18 Nov 2014 12:56:26 +0000 (12:56 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 21:39:47 +0000 (21:39 +0000)
commitfe78f08d1541211566a5656395186bfbdc61b6f8
treeaba6eb9f747e25ecbbe344de92db8ffaf4b53d0e
parentfc3968a25ce0c16cab8730ec0d68a59856158029
Add checks to the return value of EVP_Cipher to prevent silent encryption failure.

PR#1767

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/d1_pkt.c
ssl/s3_enc.c
ssl/s3_pkt.c