Yes, in TLS session, my idea is to enable the TLS Session Resumption and TLS False Start. I used below code with the help of Network Framework in my project but unable to get success.
let tlsOptions = NWProtocolTLS.Options()
sec_protocol_options_set_tls_resumption_enabled(tlsOptions.securityProtocolOptions, true)
sec_protocol_options_set_tls_false_start_enabled(tlsOptions.securityProtocolOptions, true)
Post
Replies
Boosts
Views
Activity
Our server support TLS1.3