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
d6732008
Commit
d6732008
authored
Feb 22, 2019
by
Yann Garcia
Browse files
Matching empty payload in TC_GEONW_FDV_SHB_BV_01 et.al.
parent
2c0c8c4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsPki/ItsPki_TestCases.ttcn
View file @
d6732008
...
...
@@ -3989,7 +3989,7 @@ module ItsPki_TestCases {
f_selfOrClientSyncAndVerdictPreamble
(
c_prDone
,
e_success
);
// Test Body
f_http_build_authorization_validation_request
(
v_inner_at_request
,
v_private_key_at
,
v_public_compressed_key_at
,
v_compressed_key_mode_at
,
v_private_enc_key_at
,
v_public_compressed_enc_key_at
,
v_compressed_enc_mode_at
,
v_aes_sym_key
,
v_encrypted_sym_key
,
v_authentication_vector
,
v_nonce
,
v_salt
,
v_ieee1609dot2_signed_and_encrypted_data
,
v_request_hash
);
f_http_build_authorization_validation_request
(
v_inner_at_request
,
v_public_compressed_key_at
,
v_compressed_key_mode_at
,
v_private_enc_key_at
,
v_public_compressed_enc_key_at
,
v_compressed_enc_mode_at
,
v_aes_sym_key
,
v_encrypted_sym_key
,
v_authentication_vector
,
v_nonce
,
v_salt
,
v_ieee1609dot2_signed_and_encrypted_data
,
v_request_hash
);
v_aes_sym_key_hashed_id8
:=
f_HashedId8FromSha256
(
f_hashWithSha256
(
v_aes_sym_key
));
// Used to macth the response
f_init_default_headers_list
(
-
,
"inner_atv_request"
,
v_headers
);
f_http_send
(
...
...
LibIts
@
4cddd0bd
Compare
d35994ab
...
4cddd0bd
Subproject commit
d35994abec9c87855fa869c8832b5be9bbea3d57
Subproject commit
4cddd0bd67aa6534337b775739b3878590b9ebcc
Yann Garcia
@garciay
mentioned in issue
#3 (closed)
·
Feb 22, 2019
mentioned in issue
#3 (closed)
mentioned in issue #3
Toggle commit list
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