]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: reject duplicate extensions
authorRoland Shoemaker <roland@golang.org>
Thu, 10 Feb 2022 17:47:49 +0000 (09:47 -0800)
committerRoland Shoemaker <roland@golang.org>
Thu, 21 Apr 2022 16:18:13 +0000 (16:18 +0000)
commit1715a86721164bee98d95b16c78529cdd7dacc9c
tree5f791f9b1b7c68a8a24d654c274ba5277ccf3153
parentaa242555412c29f8af3da7d92067577c6b089c3a
crypto/tls: reject duplicate extensions

Does what it says on the tin.

Fixes #51088

Change-Id: I12c0fa6bba1c1ce96c1ad31ba387c77a93f801c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/384894
Reviewed-by: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
src/crypto/tls/handshake_messages.go
src/crypto/tls/handshake_messages_test.go