SSLGetAllowsExpiredCerts

Function SSLGetAllowsExpiredCerts 

Source
pub unsafe extern "C-unwind" fn SSLGetAllowsExpiredCerts(
    context: &SSLContext,
    allows_expired: NonNull<u8>,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate feature SecureTransport only.
Expand description

ยงSafety

allows_expired must be a valid pointer.