summaryrefslogtreecommitdiff
path: root/bin-src/util/oid.go
blob: b9fee4c93607629c0f2be6f93ff083ba1ea36c19 (plain)
1
2
3
4
5
6
7
8
9
10
package util

import (
	"encoding/asn1"
)

var (
	OID_RFC6962_SCTs   = asn1.ObjectIdentifier{1, 3, 6, 1, 4, 1, 11129, 2, 4, 2}
	OID_RFC6962_Poison = asn1.ObjectIdentifier{1, 3, 6, 1, 4, 1, 11129, 2, 4, 3}
)