SSLGetDiffieHellmanParams

Function SSLGetDiffieHellmanParams 

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

ยงSafety

  • dh_params must be a valid pointer.
  • dh_params_len must be a valid pointer.