You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/hal/tls/mbedtls
Federico Francescon 790e3e6714
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 <federico.francescon@higeco.com>
1 year ago
..
mbedtls_config.h - fixed - TLS: CRL is ignored 3 years ago
tls_mbedtls.c fix: ssl renegotiation causing handshake failure (#494) 1 year ago