hpkp icon indicating copy to clipboard operation
hpkp copied to clipboard

golang hpkp client library

Results 3 hpkp issues
Sort by recently updated
recently updated
newest added

I haven't debugged it, but this is what's happening with Go 1.17 on OSX: ``` ❯ hpkp-headers https://github.com null null ```

Trying to use your dialer against http2.Transport seems to fail Looks like http2.Transport.DialTLS expects ``` type Transport struct { ... DialTLS func(network, addr string, cfg *tls.Config) (net.Conn, error) ``` See:...

an example round tripper that parses & adds headers to storage to learn pins