()
| 143 | func ( c *Client ) Remote() *net.TCPAddr { return c.remote } |
| 144 | |
| 145 | // Pins checks public key pins of authorized hide.me/hideservers.net CA certificates |
| 146 | func ( c *Client ) Pins( _ [][]byte, verifiedChains [][]*x509.Certificate) error { |
| 147 | if len( c.authorizedPins ) == 0 { return nil } |
| 148 | for _, chain := range verifiedChains { |
no outgoing calls
no test coverage detected