CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2018/08/27 20:14:22
Modified files: usr.bin/openssl: s_time.c Log message: Check for SSL_write(3) error. jsing@ notes that this is not a complete solution, as we don't account for retries or partial writes, but that this is a step in a right direction. May want to revisit this later to provide a complete solution. ok jsing@