I am trying to implement a web server using the mbedtls pthread example as i have to handle multiple client connection. Due to the speed issues i want to use the session tickets to speed up the handshakes.Also doing multiple handshake in 5 diffrent threads causing hang in the mpi calculation stuff. What is the right way to use session tickets on server side.I looked in the server2 example but it didnt work for me.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
DTLS 1.2 using MBEDTLS; error during HANDSHAKE | 0 | 14 | April 9, 2025 | |
Session resumption behavior | 0 | 335 | August 9, 2020 | |
Mbedtls handshake process | 0 | 393 | July 26, 2020 | |
Error in ssl_pthread_server example and/or mbedtls_net_accept library | 0 | 1243 | January 22, 2016 | |
Mbedtls-ssl read/write concurrently from multiple ssl connections | 6 | 5583 | October 26, 2018 |