Open
Description
OCSP-Must-Staple makes certificate revocation work and scale: it is a standardized X.509 extension that specifies that the user agent must do a hard-fail revocation check, using a stapled OCSP response.
This requires:
- supporting OCSP stapling;
- supporting RFC 7633 TLS Features Extensions (might belong in luaossl);
- adding logic to handle this specific extension.