SSLSetEnabledCiphers

Function SSLSetEnabledCiphers 

Source
pub unsafe extern "C-unwind" fn SSLSetEnabledCiphers(
    context: &SSLContext,
    ciphers: NonNull<SSLCipherSuite>,
    num_ciphers: usize,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate features CipherSuite and SecureTransport only.
Expand description

ยงSafety

ciphers must be a valid pointer.