Standard TLS doesn't need epoch, but the Stream cTLS header has a space for it anyway. What should we put there?
Putting the DTLS-style epoch bits there might be good for consistency, but it doesn't have any functional purpose, and might reveal some information about the handshake state to an onlooker.
Standard TLS doesn't need
epoch
, but the Stream cTLS header has a space for it anyway. What should we put there?Putting the DTLS-style epoch bits there might be good for consistency, but it doesn't have any functional purpose, and might reveal some information about the handshake state to an onlooker.