GrumpyOldTroll / draft-jholland-quic-multicast

Work in progress to propose a multicast extension to quic.
Other
7 stars 6 forks source link

Add hostname to the secret before generating the key #107

Open GrumpyOldTroll opened 2 years ago

GrumpyOldTroll commented 2 years ago

This binds the encryption/decryption of the channel to the tls session hostname used to open the tls session in the unicast connection.

GrumpyOldTroll commented 2 years ago

Also: add a transport parameters feature to indicate that this is the way to do the decryption, so that we can change to other alternatives in the future if necessary, so you can bind it to a different thing besides the tls hostname in the future? (Is there a chance we might need that?)