Files
quic-go/internal
Marten Seemann 2dbc29a5bd fix error handling in the TLS crypto setup
There are two ways that an error can occur during the handshake:
1. as a return value from qtls.Handshake()
2. when new data is passed to the crypto setup via HandleData()
We need to make sure that the RunHandshake() as well as HandleData()
both return if an error occurs at any step during the handshake.
2018-10-26 16:18:53 +07:00
..
2018-10-26 16:18:49 +07:00
2018-10-26 16:18:49 +07:00
2018-10-26 16:18:49 +07:00
2018-10-26 16:18:49 +07:00
2017-08-18 12:06:36 +02:00