Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientHelloMsg ¶
type ClientHelloMsg struct { RawData []byte Raw []byte Vers uint16 Random []byte SessionId []byte CipherSuites []uint16 CompressionMethods []uint8 NextProtoNeg bool ServerName string OcspStapling bool SupportedCurves []uint16 SupportedPoints []uint8 TicketSupported bool SessionTicket []uint8 }
func ReadClientHello ¶
func ReadClientHello(rd io.Reader) (*ClientHelloMsg, error)
readHandshake reads the next handshake message from the record layer.
Click to show internal directories.
Click to hide internal directories.