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

Set the signed certificate timestamp (SCT) for a certificate chain. This is used for Certificate Transparency.

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