CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2020/08/03 13:43:16
Modified files: lib/libssl : ssl_tlsext.c Log message: Ensure clients only send a status_request in the CH The current code might cause a client to send a status_request containing a CertificateStatusRequest with its certificate. This makes no sense. Pointed out by Michael Forney ok inoguchi jsing