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

Function ecdheRSAKA

cipher_suites.go:601–606  ·  view source on GitHub ↗
(version uint16)

Source from the content-addressed store, hash-verified

599}
600
601func ecdheRSAKA(version uint16) keyAgreement {
602 return &ecdheKeyAgreement{
603 isRSA: true,
604 version: version,
605 }
606}
607
608// mutualCipherSuite returns a cipherSuite given a list of supported
609// ciphersuites and the id requested by the peer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…