summaryrefslogtreecommitdiff
path: root/bin-src/util/oid.go
diff options
context:
space:
mode:
Diffstat (limited to 'bin-src/util/oid.go')
-rw-r--r--bin-src/util/oid.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin-src/util/oid.go b/bin-src/util/oid.go
new file mode 100644
index 0000000..b9fee4c
--- /dev/null
+++ b/bin-src/util/oid.go
@@ -0,0 +1,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}
+)