-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ssl renegotiation causing handshake failure (#494)
* feat: added semaphore around `TLSSocket_performHandshake` * fix: improved error checking in TLS read and write * removed useless semaphore for renegotiation lock * added some tls debug and cleared the session renegotiation events * using mbedtls API instead of using internals * fixed deadlock situation with TLSSocket_read * test fix sonarcloud minor notice * still some sonarcloud minor things --------- Co-authored-by: Federico Francescon <[email protected]>
- Loading branch information
1 parent
0b57f14
commit 790e3e6
Showing
1 changed file
with
55 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters