This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't use TLS 1.3 compatibility mode when using alternative record layer
Compatibility mode consists of: * clients sending a legacy_session_id in the ClientHello * both endpoints sending change_cipher_spec record change_cipher_spec records are already filtered out by Conn.writeRecord(). This commit makes sure that the session_id is only set when no alternative record layer is used.
- Loading branch information