Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
5369be50
Commit
5369be50
authored
Jan 31, 2019
by
Yann Garcia
Browse files
Add ASN.1 fix for Version ::= INTEGER {v1(1)} COER encoding
parent
1451dd87
Changes
4
Hide whitespace changes
Inline
Side-by-side
asn1/Security/TS102921/EtsiTs102941BaseTypes.asn
View file @
5369be50
...
...
@@ -47,7 +47,7 @@ PublicKeys ::= SEQUENCE {
encryptionKey PublicEncryptionKey OPTIONAL
}
Version ::= INTEGER {v1(1)}
(1..255)
Version ::= INTEGER {v1(1)}
EtsiTs103097Data-Encrypted-Unicast {ToBeEncryptedDataContent} ::= EtsiTs103097Data-Encrypted {ToBeEncryptedDataContent}
(WITH COMPONENTS {...,
...
...
asn1/Security/TS102921/EtsiTs102941MessagesCA.asn
View file @
5369be50
...
...
@@ -66,7 +66,7 @@ CaCertificateRekeyingMessage ::= EtsiTs103097Data-Signed {EtsiTs103097Data-Signe
************/
EtsiTs102941Data::= SEQUENCE {
version Version (v1),
version Version (v1)
) (1..255)
,
content EtsiTs102941DataContent
}
...
...
asn1/Security/TS102921/EtsiTs102941MessagesItss.asn
View file @
5369be50
...
...
@@ -58,7 +58,7 @@ RcaCertificateTrustListMessage ::= EtsiTs103097Data-Signed{EtsiTs102941Data (WIT
************/
EtsiTs102941Data::= SEQUENCE {
version Version (v1),
version Version (v1)
(1..255)
,
content EtsiTs102941DataContent
}
...
...
asn1/Security/TS102921/EtsiTs102941MessagesItss_OptionalPrivacy.asn
View file @
5369be50
...
...
@@ -57,7 +57,7 @@ RcaCertificateTrustListMessage ::= EtsiTs103097Data-Signed{EtsiTs102941Data (WIT
************/
EtsiTs102941Data::= SEQUENCE {
version Version (v1),
version Version (v1)
(1..255)
,
content EtsiTs102941DataContent
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment