CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2021/01/26 05:51:22
Modified files: lib/libtls : tls.c Log message: Move private key setup to a helper function with proper error checking. Only install the hash on the key if fake key is used, and do it for EC keys too. ok tb@ jsing@