TLSConfiguration_addCRLFromFile

Function TLSConfiguration_addCRLFromFile 

Source
pub unsafe extern "C" fn TLSConfiguration_addCRLFromFile(
    self_: TLSConfiguration,
    filename: *const c_char,
) -> bool
Expand description

Add a CRL (certificate revocation list) from a file

§Arguments

  • filename - filename of the CRL file

§Returns

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