sec_protocol_options_set_tls_resumption_enabled(_:_:)
Declaration
func sec_protocol_options_set_tls_resumption_enabled(_ options: sec_protocol_options_t, _ resumption_enabled: Bool)Parameters
- options:
A
sec_protocol_options_tinstance. - resumption_enabled:
Flag to enable or disable TLS session resumption.
Discussion
Enable or disable TLS session resumption.