tlsfuzzer / tlsfuzzer

SSL and TLS protocol test suite and fuzzer
GNU General Public License v2.0
559 stars 116 forks source link

Support for Status Request #53

Open tomato42 opened 8 years ago

tomato42 commented 8 years ago

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.

tomato42 commented 3 years ago

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.