Correctly handle HelloRetryRequest

This commit is contained in:
Sergey Frolov 2019-02-09 19:31:35 -07:00 committed by sergeyfrolov
parent 3fe91d9822
commit 1188641a16
7 changed files with 307 additions and 2 deletions

View file

@ -29,6 +29,8 @@ type clientHandshakeState struct {
finishedHash finishedHash
masterSecret []byte
session *ClientSessionState
uconn *UConn // [UTLS]
}
func (c *Conn) makeClientHello() (*clientHelloMsg, ecdheParameters, error) {