From 20376a66d52ea418213bb5ac7e9328cd0d513851 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 26 Dec 2018 15:40:10 -0500 Subject: pem-diff: Learn about precertificates --- bin-src/util/oid.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 bin-src/util/oid.go (limited to 'bin-src/util/oid.go') diff --git a/bin-src/util/oid.go b/bin-src/util/oid.go deleted file mode 100644 index b9fee4c..0000000 --- a/bin-src/util/oid.go +++ /dev/null @@ -1,10 +0,0 @@ -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} -) -- cgit v1.2.3