Searched defs:serverHandshakeState (Results 1 – 3 of 3) sorted by relevance
28 type serverHandshakeState struct { struct29 c *Conn30 clientHello *clientHelloMsg31 hello *serverHelloMsg32 suite *cipherSuite33 ellipticOk bool34 ecdsaOk bool35 sessionState *sessionState36 finishedHash finishedHash37 masterSecret []byte[all …]
25 type serverHandshakeState struct { struct26 c *Conn27 ctx context.Context28 clientHello *clientHelloMsg29 hello *serverHelloMsg30 suite *cipherSuite31 ecdheOk bool32 ecSignOk bool33 rsaDecryptOk bool34 rsaSignOk bool[all …]