CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/05/16 08:40:53
Modified files: lib/libssl : tls13_server.c Log message: Avoid sending an empty certificate list from the TLSv1.3 server. A TLSv1.3 server must always send a certificate - return an error and abort the handshake if none is available. ok inoguchi@ tb@