Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net/http: implement Public-Key-Pins header support #9838

Closed
rogpeppe opened this issue Feb 11, 2015 · 2 comments
Closed

net/http: implement Public-Key-Pins header support #9838

rogpeppe opened this issue Feb 11, 2015 · 2 comments

Comments

@rogpeppe
Copy link
Contributor

See https://developer.mozilla.org/en-US/docs/Web/Security/Public_Key_Pinning

It would be good to have support for public key pinning in the HTTP
package and for pre-configured public key pins in crypto/tls.

@bradfitz
Copy link
Contributor

/cc @agl

@agl
Copy link
Contributor

agl commented Apr 4, 2015

I don't think that HPKP provides a reasonable complexity/benefit tradeoff. I would suggest that we not bother.

@agl agl closed this as completed Apr 4, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants