aboutsummaryrefslogtreecommitdiff
path: root/csta/user-information.go
diff options
context:
space:
mode:
Diffstat (limited to 'csta/user-information.go')
-rw-r--r--csta/user-information.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/csta/user-information.go b/csta/user-information.go
index eb5c2d8..f960383 100644
--- a/csta/user-information.go
+++ b/csta/user-information.go
@@ -2,9 +2,12 @@ package csta
// 1.3.12.0.285.200
+import "github.com/dim13/asn1"
+
var (
- CSTA2 = []int{1, 3, 12, 0, 218}
- OID = []int{1, 3, 12, 0, 285, 200}
+ CSTA = asn1.ObjectIdentifier([]int{1, 3, 12, 0, 218})
+ OID = asn1.ObjectIdentifier([]int{1, 3, 12, 0, 285, 200})
+ Version5 = asn1.BitString{Bytes: []byte{0x08, 0x00}, BitLength: 16}
)
type ACSEUserInformationForCSTA struct {