MCPcopy Create free account
hub / github.com/XTLS/Go / processClientKeyExchange

Method processClientKeyExchange

key_agreement.go:27–27  ·  view source on GitHub ↗
(*Config, *Certificate, *clientKeyExchangeMsg, uint16)

Source from the content-addressed store, hash-verified

25 // nil.
26 generateServerKeyExchange(*Config, *Certificate, *clientHelloMsg, *serverHelloMsg) (*serverKeyExchangeMsg, error)
27 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error)
28
29 // On the client side, the next two methods are called in order.
30

Callers 1

doFullHandshakeMethod · 0.65

Implementers 2

rsaKeyAgreementkey_agreement.go
ecdheKeyAgreementkey_agreement.go

Calls

no outgoing calls

Tested by

no test coverage detected