Merge branch golang crypto/tls upstream

This commit is contained in:
Sergey Frolov 2019-08-22 17:42:47 -06:00
commit ceee37ab69
29 changed files with 1664 additions and 1941 deletions

View file

@ -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) {