Searched defs:serverHandshakeStateTLS13 (Results 1 – 1 of 1) sorted by relevance
27 type serverHandshakeStateTLS13 struct { struct28 c *Conn29 ctx context.Context30 clientHello *clientHelloMsg31 hello *serverHelloMsg32 sentDummyCCS bool33 usingPSK bool34 earlyData bool35 suite *cipherSuiteTLS1336 cert *Certificate[all …]