Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
b6a139f4
Commit
b6a139f4
authored
Jan 30, 2018
by
garciay
Browse files
ATS security review
parent
e9adccba
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsSecurity/ItsSecurity_Pics.ttcn
View file @
b6a139f4
...
...
@@ -31,22 +31,12 @@ module ItsSecurity_Pics {
HashedId8
issuer
,
HashedId8
hashedId8
}
// End of type certificates_foi
type
enumerated
SignAlgorithm
{
e_nistp_256
,
e_nistp_384
,
e_brainpool_256
,
e_brainpool_384
}
modulepar
certificates_foi
PICS_CERTFICATES_FOI
[
1
]
:=
{
{
cc_iutCert_A
,
sha256
,
'0000000000000000'O
,
'0000000000000000'O
}
// CERT_IUT_A_AT
}
modulepar
integer
PICS_CERTFICATES_VAR
:=
0
;
modulepar
HashAlgorithm
PICS_HASH_ALGORITHM
:=
sha256
;
modulepar
SignAlgorithm
PICS_SIGN_ALGORITHM
:=
e_nistp_256
;
/**
* @desc Set to true to enable specific behavior to validate ITS Security ATS against itself
*/
...
...
ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn
View file @
b6a139f4
This diff is collapsed.
Click to expand it.
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