shrdlu68 / cl-tls

An implementation of TLS and related specifications in Common Lisp
BSD 3-Clause "New" or "Revised" License
53 stars 7 forks source link

Add support for OCSP stapling #4

Open shrdlu68 opened 7 years ago

shrdlu68 commented 7 years ago

Specified in https://tools.ietf.org/html/rfc6961 OCSP stapling eliminates privacy concerns for OCSP and saves bandwidth for clients by requiring server to query OCSP responders themselves.