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 | |
|---|---|---|---|---|
| Session resumption behavior | 0 | 352 | August 9, 2020 | |
| Session is not ressuming MbedTLS handshake problem | 3 | 2126 | December 15, 2019 | |
| Reuse session in FTP problem can't perform abbreviate handshake | 0 | 331 | November 16, 2020 | |
| Mbedtls handshake process | 0 | 403 | July 26, 2020 | |
| Serialize mbedtls_ssl_session for use in RFC 5077 session resumption | 2 | 1050 | November 12, 2018 |