golang/go

crypto/tls: implement OCSP Must-Staple

Open

#22,274 opened on Oct 14, 2017

View on GitHub
 (8 comments) (2 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsFixProposal-AcceptedProposal-Cryptohelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

A bit over a year ago, someone created an issue to add support for RFC 7633 TLS Feature Extension into crypto/tls but it was closed by @agl because he felt it was premature and that OCSP stapling wasn't really supported as a client in Go (not sure if that has changed?).

See #13074

It's been more than a year so I'm creating this issue to see what he thinks of it now.

Contributor guide