Closed ciseng closed 4 years ago
Daniel commented:
Changed the word secret to content. It does say the content is signed or MACed, and sent in the Authentication Data. Rejigged the wording that it is more clear. Added into token validation HS256 and RS256 are mandatory to implement.
RS256 is an interesting choice, by and large the IETF is going with Ed25519 for signature algorithms at this point although a large number are still stuck with ECDSA w/ P-256.
I lapsed there. Ed25519 obviously better.
Changed to Ed25519.
On January 1, 2020, Jim wrote: 2.2.4.1 - In my view it is not the secret, but the content that is being obtained from the TLS exporter. That is one is signing (or MACing) the exporter value not using that value to compute a MAC on something else. While it is true that only the two parties know that value, exposure to a third party does not lead to a compromise.