CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/18 10:51:33
Modified files:
usr.bin/openssl: s_time.c
Log message:
Plug SSL object leaks in doConnection().
Move SSL_new/SSL_free up into benchmark() to restrict the responsibility
for the SSL object to a single scope. Make doConnection() return an int,
openssl-style. Some miscellaneous cleanup, too.
Discussed with tb, jsing, and jca. Basic idea from jsing, lots of patch
input from tb.
ok deraadt on an earlier version
ok tb jsing