sec_protocol_options_t

Type Alias sec_protocol_options_t 

Source
pub type sec_protocol_options_t = *mut sec_protocol_options;
Available on crate feature SecProtocolOptions only.
Expand description

A sec_protocol_options instance is a container of options for security protocol instances, such as TLS. Protocol options are used to configure security protocols in the network stack. For example, clients may set the maximum and minimum allowed TLS versions through protocol options.

See also Apple’s documentation