RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus
authorbeck <beck@openbsd.org>
Thu, 2 Sep 2021 08:51:56 +0000 (08:51 +0000)
committerbeck <beck@openbsd.org>
Thu, 2 Sep 2021 08:51:56 +0000 (08:51 +0000)
commitcb9be7685e7acada1bc291e280bef628d8b1f673
tree7de4d1ab37e87b909fff9c4314ddf8674d1c0775
parentdaacfc84b4b040daac05ce0aea68645ad60daab4
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@
lib/libssl/ssl_clnt.c