Open tomato42 opened 8 years ago
Add support for status_request extension (OCSP stapling)
status_request
the handling of it in TLS 1.3 is very different compared to TLS 1.2 – the extension is attached to single certificates and is advertised by server in CertificateRequest message.
Support for it on TLS 1.2 level is implemented, see https://github.com/tlsfuzzer/tlsfuzzer/blob/master/scripts/test-ocsp-stapling.py for an example.
Add support for
status_request
extension (OCSP stapling)the handling of it in TLS 1.3 is very different compared to TLS 1.2 – the extension is attached to single certificates and is advertised by server in CertificateRequest message.