|
|
|
|
|
by citrin_ru
3388 days ago
|
|
It is questionable if OCSP stapling reduces TLS handshake time. Without OCSP browser makes slow request to CA, but caches results for a long time so slow request happens not often. With OCSP stapling enabled more data is transferred between client and server on each TLS handshake. Main proponents of OCSP stapling are CA, because it saves them bandwidth/hardware. |
|
I'm not certain how session resumption plays into this either. If OCSP is skipped for resumed session as well (which would be my guess), you'd probably not take that small bandwidth hit all that often.
As an aside, OCSP stapling improves your user's privacy quite a bit as well, by not giving your CA a list of all IP addresses connecting to a domain.