golang/go

crypto/tls: implement OCSP Must-Staple

Open

#22 274 ouverte le 14 oct. 2017

Voir sur GitHub
 (8 commentaires) (2 réactions) (0 assignés)Go (19 008 forks)batch import
NeedsFixProposal-AcceptedProposal-Cryptohelp wanted

Métriques du dépôt

Stars
 (133 883 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur