Skip to main content

OcspResponseHandle

Type Alias OcspResponseHandle 

Source
pub type OcspResponseHandle = Arc<RwLock<Option<StapledOcspResponse>>>;
Expand description

Shared handle to the current stapled OCSP response.

Protected by an RwLock so the background refresh task can update the response without blocking concurrent TLS handshakes.

Aliased Type§

pub struct OcspResponseHandle { /* private fields */ }