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
5be823f1
Commit
5be823f1
authored
Feb 10, 2019
by
Yann Garcia
Browse files
Bug fixed in AtsPki-ITSS
parent
74a8b47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Pki/LibItsPki_Functions.ttcn
View file @
5be823f1
...
...
@@ -172,7 +172,11 @@ module LibItsPki_Functions {
}
// End of function f_uninitialiseSecuredMode()
function
f_initializeState
()
runs
on
ItsPkiItss
{
var
Oct8
v_hashedId8ToBeUsed
:=
f_setupIutCertificate
(
vc_hashedId8ToBeUsed
);
var
Oct8
v_hashedId8ToBeUsed
;
log
(
">>> f_initializeState: vc_hashedId8ToBeUsed= "
,
vc_hashedId8ToBeUsed
);
v_hashedId8ToBeUsed
:=
f_setupIutCertificate
(
vc_hashedId8ToBeUsed
);
log
(
"f_initializeState: v_hashedId8ToBeUsed= "
,
v_hashedId8ToBeUsed
);
f_utInitializeIut
(
UtPkiInitialize
:
{
v_hashedId8ToBeUsed
}
);
...
...
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