MCPcopy Create free account
hub / github.com/XTLS/REALITY / processServerKeyExchange

Method processServerKeyExchange

key_agreement.go:35–35  ·  view source on GitHub ↗

On the client side, the next two methods are called in order. This method may not be called if the server doesn't send a ServerKeyExchange message.

(*Config, *clientHelloMsg, *serverHelloMsg, *x509.Certificate, *serverKeyExchangeMsg)

Source from the content-addressed store, hash-verified

33 // This method may not be called if the server doesn't send a
34 // ServerKeyExchange message.
35 processServerKeyExchange(*Config, *clientHelloMsg, *serverHelloMsg, *x509.Certificate, *serverKeyExchangeMsg) error
36 generateClientKeyExchange(*Config, *clientHelloMsg, *x509.Certificate) ([]byte, *clientKeyExchangeMsg, error)
37}
38

Callers 1

doFullHandshakeMethod · 0.65

Implementers 2

rsaKeyAgreementkey_agreement.go
ecdheKeyAgreementkey_agreement.go

Calls

no outgoing calls

Tested by

no test coverage detected