CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/08/10 11:44:16
Modified files: lib/libssl : ssl_srvr.c Log message: Simplify server kex exchange signature generation. Everything can go through the single EVP_Sign* code path. ok inoguchi@ tb@