openscreenprotocol
openscreenprotocol copied to clipboard
Simplify TLS requirements so we don't have to recommend algorithms.
This PR addresses #218: Adjust cipher and signature algorithm preference list for hardware.
The required-to-implement algorithms in TLS 1.3 are suitable for the vast majority of hardware released in the past 10 years and should be forward compatible as well.
The spec can simply require TLS 1.3 and align the agent certificate definition with TLS 1.3 by requiring a 256-bit ECDSA public key.