CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2021/09/02 02:51:56
Modified files: lib/libssl : ssl_clnt.c Log message: RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus message, even if it has received a "status_request" extension in the client hello message and has sent a "status_request" extention in the server hello message. Genua found a site that is this broken. This makes it work. ok jsing@