Provide correct TLS-Feature extension value

This commit is contained in:
Richard Barnes 2015-12-15 14:58:37 -05:00
parent 580c79cc4f
commit b48d3a304b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ var badSignatureAlgorithms = map[x509.SignatureAlgorithm]bool{
// |-- 02 01 - INTEGER (1 octet)
// | |-- 05 - 5
var oidTLSFeature = asn1.ObjectIdentifier{1, 3, 6, 1, 5, 5, 7, 1, 24}
var mustStapleFeatureValue = "0303020105"
var mustStapleFeatureValue = "3003020105"
// Metrics for CA statistics
const (