Hanno Becker 21df7f90d2 Fix handling of HS msgs in mbedtls_ssl_read if renegotiation unused
Previously, if `MBEDTLS_SSL_RENEGOTIATION` was disabled, incoming handshake
messages in `mbedtls_ssl_read` (expecting application data) lead to the
connection being closed. This commit fixes this, restricting the
`MBEDTLS_SSL_RENEGOTIATION`-guard to the code-paths responsible for accepting
renegotiation requests and aborting renegotiation attempts after too many
unexpected records have been received.
2017-10-17 11:03:26 +01:00
..
2017-07-27 21:44:33 +01:00
2017-08-10 11:51:16 +01:00
2017-02-15 09:08:26 +00:00
2016-10-13 13:51:09 +01:00
2017-05-11 21:55:17 +01:00
2017-07-27 21:44:33 +01:00
2017-07-27 21:44:33 +01:00