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
ee4cd931
Commit
ee4cd931
authored
May 31, 2021
by
YannGarcia
Browse files
STF594: Add new CAM & DENM tests
parent
5d8bcbab
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
ttcn/Security/LibItsSecurity_Functions.ttcn
View file @
ee4cd931
This diff is collapsed.
Click to expand it.
ttcn/Security/LibItsSecurity_Templates.ttcn
View file @
ee4cd931
...
...
@@ -1660,7 +1660,19 @@ module LibItsSecurity_Templates {
}
// End of group verificationKeys
group
encryptionKey
{
template
(
value
)
EncryptionKey
m_encryptionKey_public
(
in
template
(
value
)
PublicEncryptionKey
p_encryptionKey
)
:=
{
public_
:=
p_encryptionKey
}
template
(
present
)
EncryptionKey
mw_encryptionKey_public
(
template
(
present
)
PublicEncryptionKey
p_encryptionKey
:=
?
)
:=
{
public_
:=
p_encryptionKey
}
template
(
value
)
PublicEncryptionKey
m_encryptionKey
(
in
template
(
value
)
SymmAlgorithm
p_supportedSymmAlg
:=
aes128Ccm
,
in
template
(
value
)
BasePublicEncryptionKey
p_publicKey
...
...
ttcn/Security/LibItsSecurity_TypesAndValues.ttcn
View file @
ee4cd931
...
...
@@ -38,6 +38,7 @@ module LibItsSecurity_TypesAndValues {
const
charstring
cc_taCert_B1
:=
"CERT_TS_B_1_AT"
;
const
charstring
cc_taCert_B_AA
:=
"CERT_TS_B_1_AA"
;
const
charstring
cc_taCert_A_B
:=
"CERT_TS_A_B_AT"
;
const
charstring
cc_taCert_A_B3
:=
"CERT_TS_A_B3_AT"
;
const
charstring
cc_taCert_C
:=
"CERT_TS_C_AT"
;
/** Certificate with a rectangular region, to be used when secured messages are sent from TA to IUT */
const
charstring
cc_taCert_C1
:=
"CERT_TS_C1_AT"
;
/** Certificate with a rectangular region, to be used when secured messages are sent from TA to IUT */
const
charstring
cc_taCert_CA1
:=
"CERT_TS_CA1_AT"
;
/** Certificate with a rectangular region, to be used when secured messages are sent from TA to IUT */
...
...
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