Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
f6e4574a
Commit
f6e4574a
authored
Sep 15, 2021
by
canterburym
Browse files
Correcting TS12UAStarParams tagging
parent
6294398f
Pipeline
#4631
passed with stages
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
33128/r17/TS33128Payloads.asn
View file @
f6e4574a
...
@@ -989,15 +989,15 @@ TLS12UAStarParams ::= SEQUENCE
...
@@ -989,15 +989,15 @@ TLS12UAStarParams ::= SEQUENCE
blockLength [7] INTEGER (0..255),
blockLength [7] INTEGER (0..255),
fixedIVLength [8] INTEGER (0..255),
fixedIVLength [8] INTEGER (0..255),
recordIVLength [9] INTEGER (0..255),
recordIVLength [9] INTEGER (0..255),
macLength [1
1
] INTEGER (0..255),
macLength
[1
0
] INTEGER (0..255),
macKeyLength [1
2
] INTEGER (0..255),
macKeyLength
[1
1
] INTEGER (0..255),
compressionAlgorithm [1
3
] TLSCompressionAlgorithm,
compressionAlgorithm
[1
2
] TLSCompressionAlgorithm,
clientRandom [1
4
] OCTET STRING (SIZE(4)),
clientRandom
[1
3
] OCTET STRING (SIZE(4)),
serverRandom [1
5
] OCTET STRING (SIZE(4)),
serverRandom
[1
4
] OCTET STRING (SIZE(4)),
clientSequenceNumber [1
6
] INTEGER,
clientSequenceNumber
[1
5
] INTEGER,
serverSequenceNumber [1
7
] INTEGER,
serverSequenceNumber
[1
6
] INTEGER,
sessionID [1
8
] OCTET STRING (SIZE(0..32)),
sessionID
[1
7
] OCTET STRING (SIZE(0..32)),
tLSExtensions [1
9
] OCTET STRING (SIZE(0..65535))
tLSExtensions
[1
8
] OCTET STRING (SIZE(0..65535))
}
}
KAF ::= OCTET STRING
KAF ::= OCTET STRING
...
...
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