]> granicus.if.org Git - openssl/commit
clear/cleanse cleanup
authorRich Salz <rsalz@akamai.com>
Fri, 29 May 2015 16:22:43 +0000 (12:22 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 30 May 2015 16:28:05 +0000 (12:28 -0400)
commite0f9bf1de72e2717a5e8c2126259959e2d650777
tree3e0622777db359536fdb21531ea5b30789ae7616
parent6218a1f57e7e25a6b9a798f00cf5f0e56a02ff31
clear/cleanse cleanup

Where we called openssl_cleanse, make sure we do it on all error
paths.  Be consistent in use of sizeof(foo) when possible.

Reviewed-by: Andy Polyakov <appro@openssl.org>
ssl/s3_enc.c
ssl/s3_srvr.c
ssl/t1_enc.c