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

Method processClientKeyExchange

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

Source from the content-addressed store, hash-verified

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

Callers 1

doFullHandshakeMethod · 0.65

Implementers 2

rsaKeyAgreementkey_agreement.go
ecdheKeyAgreementkey_agreement.go

Calls

no outgoing calls

Tested by

no test coverage detected