(version uint16)
| 599 | } |
| 600 | |
| 601 | func 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…