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
e3978429
Commit
e3978429
authored
Oct 09, 2014
by
garciay
Browse files
Rebuild LibIts with TCT3
parent
3d273170
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Security/LibItsSecurity_Functions.ttcn3
View file @
e3978429
...
...
@@ -746,8 +746,8 @@ module LibItsSecurity_Functions {
// Setup certificates memory cache
if
(
fx_loadCertificates
(
PX_ROOT_PATH_FOR_SECURITY
,
p_configId
)
==
true
)
{
// Setup security component variables
f_readCertificate
(
cc_taCertA
&
"
TA_CERT_A
.AA_CERT"
,
vc_aaCertificate
);
f_readCertificate
(
cc_taCertA
&
"
TA_CERT_A
.AT_CERT"
,
vc_atCertificate
);
f_readCertificate
(
cc_taCertA
&
".AA_CERT"
,
vc_aaCertificate
);
f_readCertificate
(
cc_taCertA
&
".AT_CERT"
,
vc_atCertificate
);
f_readPrivateKeys
(
cc_taCertA
&
".PRIVATE_KEYS"
,
vc_signingPrivateKey
,
vc_encryptPrivateKey
);
return
true
;
...
...
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