Use freezero() for the internal opaque structures, instead of the current
authorjsing <jsing@openbsd.org>
Mon, 10 Apr 2017 17:27:33 +0000 (17:27 +0000)
committerjsing <jsing@openbsd.org>
Mon, 10 Apr 2017 17:27:33 +0000 (17:27 +0000)
commit8f2be08bb3450546a0413c2e8cd4b1a35d4a494b
tree6a8fda912943265174b2e47fd95da358ef6e882e
parent2b79f3ac1307e74e9797cc7f3c0e31b6e8a59eff
Use freezero() for the internal opaque structures, instead of the current
explicit_bzero()/free(). Less code and potentially less overhead.
lib/libssl/d1_lib.c
lib/libssl/s3_lib.c
lib/libssl/ssl_sess.c