mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Merge branch golang crypto/tls upstream
This commit is contained in:
commit
ceee37ab69
29 changed files with 1664 additions and 1941 deletions
|
@ -321,7 +321,7 @@ func (m *clientHelloMsg) marshalWithoutBinders() []byte {
|
|||
}
|
||||
|
||||
// updateBinders updates the m.pskBinders field, if necessary updating the
|
||||
// cached marshalled representation. The supplied binders must have the same
|
||||
// cached marshaled representation. The supplied binders must have the same
|
||||
// length as the current m.pskBinders.
|
||||
func (m *clientHelloMsg) updateBinders(pskBinders [][]byte) {
|
||||
if len(pskBinders) != len(m.pskBinders) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue