SSLGetNegotiatedCipher

Function SSLGetNegotiatedCipher 

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

ยงSafety

cipher_suite must be a valid pointer.