openscreenprotocol icon indicating copy to clipboard operation
openscreenprotocol copied to clipboard

Simplify TLS requirements so we don't have to recommend algorithms.

Open markafoltz opened this issue 3 years ago • 0 comments

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.


Preview | Diff

markafoltz avatar Sep 09 '22 00:09 markafoltz