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
93706865
Commit
93706865
authored
Mar 05, 2020
by
YannGarcia
Browse files
mBug fixed
parent
9ccad87d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Pki/LibItsPki_Functions.ttcn
View file @
93706865
...
...
@@ -3002,19 +3002,10 @@ module LibItsPki_Functions {
v_response
:=
m_http_response
(
m_http_response_ok
(
m_http_message_body_binary
(
m_binary_body_ieee1609dot2_data
(
v_ieee1609dot2_signed_and_encrypted_data
)),
v_headers
));
}
else
{
f_http_build_inner_ec_response
(
v_inner_ec_request
,
ok
,
v_request_hash
,
vc_eaPrivateKey
,
vc_eaWholeHash
,
v_aes_enc_key
,
p_inner_ec_response
,
v_ieee1609dot2_signed_and_encrypted_data
);
v_response
:=
m_http_response
(
m_http_response_ok
(
m_http_message_body_binary
(
m_binary_body_ieee1609dot2_data
(
v_ieee1609dot2_signed_and_encrypted_data
)),
v_headers
));
v_response
:=
m_http_response
(
m_http_response_ok
(
m_http_message_body_binary
(
m_binary_body_ieee1609dot2_data
(
v_ieee1609dot2_signed_and_encrypted_data
)),
v_headers
));
v_result
:=
true
;
}
f_http_send
(
v_headers
,
m_http_request
(
m_http_request_post
(
PICS_HTTP_POST_URI_EC
,
v_headers
,
m_http_message_body_binary
(
m_binary_body_ieee1609dot2_data
(
v_ieee1609dot2_signed_and_encrypted_data
)))));
f_http_send
(
v_headers
,
v_response
);
}
}
[]
tc_ac
.
timeout
{
...
...
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