SSLGetSupportedCiphers

Function SSLGetSupportedCiphers 

Source
pub unsafe extern "C-unwind" fn SSLGetSupportedCiphers(
    context: &SSLContext,
    ciphers: NonNull<SSLCipherSuite>,
    num_ciphers: NonNull<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.
  • num_ciphers must be a valid pointer.