Home
last modified time | relevance | path

Searched refs:ocsp_status (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/vtls/
H A Dopenssl.c2332 int i, ocsp_status; in verifystatus() local
2370 ocsp_status = OCSP_response_status(rsp); in verifystatus()
2371 if(ocsp_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in verifystatus()
2373 OCSP_response_status_str(ocsp_status), ocsp_status); in verifystatus()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1069 let response = OcspResponse::from_der(ssl.ocsp_status().unwrap()).unwrap(); in status_callbacks()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1316 /// returned by the server. The status may be retrieved with the `SslRef::ocsp_status` method.
2885 pub fn ocsp_status(&self) -> Option<&[u8]> { in ocsp_status() functions

Completed in 14 milliseconds