(wanted, got any)
| 1715 | } |
| 1716 | |
| 1717 | func unexpectedMessageError(wanted, got any) error { |
| 1718 | return fmt.Errorf("tls: received unexpected handshake message of type %T when waiting for %T", got, wanted) |
| 1719 | } |
| 1720 | |
| 1721 | // supportedSignatureAlgorithms returns the supported signature algorithms for |
| 1722 | // the given minimum TLS version, to advertise in ClientHello and |
no outgoing calls
no test coverage detected
searching dependent graphs…