pub unsafe extern "C" fn s2n_cert_chain_and_key_set_ocsp_data(
    chain_and_key: *mut s2n_cert_chain_and_key,
    data: *const u8,
    length: u32
) -> c_int
Expand description

Set the raw OCSP stapling data for a certificate chain.

@param chain_and_key The certificate chain handle @param data A pointer to the raw OCSP stapling data bytes. The data will be copied. @param length The length of the data bytes. @returns S2N_SUCCESS on success. S2N_FAILURE on failure