golang/go

crypto/tls: implement OCSP Must-Staple

Open

#22.274 aberto em 14 de out. de 2017

Ver no GitHub
 (8 comments) (2 reactions) (0 assignees)Go (19.008 forks)batch import
NeedsFixProposal-AcceptedProposal-Cryptohelp wanted

Métricas do repositório

Stars
 (133.883 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador