TLSConfiguration_addCRL

Function TLSConfiguration_addCRL 

Source
pub unsafe extern "C" fn TLSConfiguration_addCRL(
    self_: TLSConfiguration,
    crl: *mut u8,
    crlLen: c_int,
) -> bool
Expand description

Add a CRL (certificate revocation list) from buffer

§Arguments

  • crl - the buffer containing the CRL
  • crlLen - the length of the CRL buffer

§Returns

true, when the CRL was imported, false otherwise (e.g. unknown format)