Remove unnecessary blockquote

This commit is contained in:
Dhananjay Balan 2024-01-21 16:02:11 +01:00
parent 1b8e6eecf5
commit c2221cd5e8

View File

@ -24,11 +24,7 @@ OCSP[^2] works roughly as follows in an https connection:
2. Client crafts a OCSP request and sends it to OCSP responder (server provided by the CA).
3. Responder returns the current status of the certificate, one of `good`, `revoked` or `unknown`
> Note: There are many other interactions defined in the OCSP ecosystem. Maybe
> the most important one is [OCSP Stapling](https://en.wikipedia.org/wiki/OCSP_stapling). In stapling
> the original request server sends back OCSP validation message with
> the certificate itself, removing the need for another seperate
> request.
There are many other interactions defined in the OCSP ecosystem. Maybe the most important one is [OCSP Stapling](https://en.wikipedia.org/wiki/OCSP_stapling). In stapling the original request server sends back OCSP validation message with the certificate itself, removing the need for another seperate request.
## Dissecting an OCSP Request
If the request is less than `255 bytes`, OCSP allows it to be passed as a GET path. A typical request looks like this