CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/10/02 15:05:44
Modified files: lib/libssl : t1_lib.c Log message: Detect zero-length encrypted session data early, instead of when malloc(0) fails or the HMAC check fails. Noted independently by jsing@ and Kurt Cancemi (kurt (at) x64architecture.com) ok bcook@