@@ -14,10 +14,10 @@ DEFINE accessLocation choice
1414BEGIN accessLocation
1515ATTRIBUTE otherName 0 sequence option=0
1616BEGIN otherName
17- DEFINE type-id string der_type= oid
18- DEFINE Value-thing tlv der_type= sequence, class=context-specific,tagnum=0
17+ DEFINE type-id oid
18+ DEFINE Value-thing sequence class=context-specific,tagnum=0
1919BEGIN Value-thing
20- DEFINE userPrincipalName string der_type= utf8string
20+ DEFINE userPrincipalName utf8string
2121END Value-thing
2222END otherName
2323
@@ -40,10 +40,10 @@ DEFINE accessLocation choice
4040BEGIN accessLocation
4141ATTRIBUTE otherName 0 sequence option=0
4242BEGIN otherName
43- DEFINE type-id string der_type= oid
44- DEFINE Value-thing tlv der_type= sequence, class=context-specific,tagnum=0
43+ DEFINE type-id oid
44+ DEFINE Value-thing sequence class=context-specific,tagnum=0
4545BEGIN Value-thing
46- DEFINE userPrincipalName string der_type= utf8string
46+ DEFINE userPrincipalName utf8string
4747END Value-thing
4848END otherName
4949
@@ -78,7 +78,7 @@ ATTRIBUTE basicConstraints 2.5.29.19 sequence is_oid_leaf
7878BEGIN 2.5.29.19
7979DEFINE cA boolean has_default
8080VALUE cA DEFAULT false
81- DEFINE pathLenConstraint int64
81+ DEFINE pathLenConstraint integer
8282END 2.5.29.19
8383
8484ATTRIBUTE nameConstraints 2.5.29.30 sequence is_oid_leaf
@@ -96,7 +96,7 @@ BEGIN distributionPointName
9696ATTRIBUTE fullName 0 group ref=GeneralName,der_type=sequence,sequence_of=choice,option=0
9797ATTRIBUTE nameRelativeToCRLIssuer 1 sequence option=1
9898BEGIN nameRelativeToCRLIssuer
99- DEFINE RelativeDistinguishedName tlv der_type= set
99+ DEFINE RelativeDistinguishedName set
100100BEGIN RelativeDistinguishedName
101101DEFINE AttributeTypeandValue group ref=OID-Tree,is_pair
102102END RelativeDistinguishedName
@@ -168,7 +168,7 @@ BEGIN distributionPointName
168168ATTRIBUTE fullName 0 group ref=GeneralName,der_type=sequence,sequence_of=choice,option=0
169169ATTRIBUTE nameRelativeToCRLIssuer 1 sequence option=1
170170BEGIN nameRelativeToCRLIssuer
171- DEFINE RelativeDistinguishedName tlv der_type= set
171+ DEFINE RelativeDistinguishedName set
172172BEGIN RelativeDistinguishedName
173173DEFINE AttributeTypeandValue group ref=OID-Tree,is_pair
174174END RelativeDistinguishedName
@@ -192,4 +192,4 @@ DEFINE cRLIssuer group ref=GeneralName,der_type=sequence,sequence_of=choic
192192
193193END distributionPoint
194194
195- ATTRIBUTE inhibitAnyPolicy 2.5.29.54 int64 is_oid_leaf
195+ ATTRIBUTE inhibitAnyPolicy 2.5.29.54 integer is_oid_leaf
0 commit comments