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:44:03 +0000 (21:44 +0000)
commitca88bd4112e53599c90488370a638c55fa4d33d6
tree9208d765594f4b235998c438115631def2eb9495
parent1e7b4891cb373027eede00cdaa312899d2386272
Add checks to the return value of EVP_Cipher to prevent silent encryption failure.

PR#1767

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit fe78f08d1541211566a5656395186bfbdc61b6f8)
ssl/d1_pkt.c
ssl/s3_enc.c
ssl/s3_pkt.c