pub unsafe extern "C" fn TLSConfiguration_setTimeValidation(
self_: TLSConfiguration,
value: bool,
)Expand description
Enabled or disables the verification of validity times for certificates and CRLs
ยงArguments
value- true to enable time validation, false to disable (enabled by default)