(version uint16)
| 615 | } |
| 616 | |
| 617 | func ecdheRSAKA(version uint16) keyAgreement { |
| 618 | return &ecdheKeyAgreement{ |
| 619 | isRSA: true, |
| 620 | version: version, |
| 621 | } |
| 622 | } |
| 623 | |
| 624 | // mutualCipherSuite returns a cipherSuite given a list of supported |
| 625 | // ciphersuites and the id requested by the peer. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…