use the updated TLS extension code point for draft-34

This commit is contained in:
Marten Seemann 2021-02-05 13:48:16 +08:00
parent f01a2c6b96
commit 9dba8141ba
3 changed files with 83 additions and 34 deletions

View file

@ -237,7 +237,7 @@ func newCryptoSetup(
tracer.UpdatedKeyFromTLS(protocol.EncryptionInitial, protocol.PerspectiveClient)
tracer.UpdatedKeyFromTLS(protocol.EncryptionInitial, protocol.PerspectiveServer)
}
extHandler := newExtensionHandler(tp.Marshal(perspective), perspective)
extHandler := newExtensionHandler(tp.Marshal(perspective), perspective, version)
cs := &cryptoSetup{
tlsConf: tlsConf,
initialStream: initialStream,