CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/08/02 01:33:15
Modified files: lib/libssl : d1_pkt.c ssl_pkt.c Log message: Check the return value of tls1_enc() in the write path. The write path can return a failure in the AEAD path and there is no reason not to check a return value. Spotted by tb@ during another review. ok tb@