Loading etc/AtsGenCert/AtsGenCert.cfg +10 −3 Original line number Diff line number Diff line [MODULE_PARAMETERS] # This section shall contain the values of all parameters that are defined in your TTCN-3 modules. # Root path to access certificate stored in files, identified by certficate ID LibItsSecurity_Pixits.PX_CERTIFICATE_POOL_PATH := "/home/vagrant/tmp"; # Configuration sub-directory to access certificate stored in files LibItsSecurity_Pixits.PX_IUT_SEC_CONFIG_NAME := "test_01"; ItsGencert_TestCases.PX_VALIDATE_CERTIFICATES_ONLY := false; [LOGGING] # In this section you can specify the name of the log file and the classes of events # you want to log into the file or display on console (standard error). LogFile := "../logs/%e.%h-%r.%s" #FileMask := LOG_ALL | USER | DEBUG | MATCHING #ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING FileMask := LOG_ALL | USER | DEBUG | MATCHING ConsoleMask := ERROR | USER | WARNING | TESTCASE | STATISTICS | PORTEVENT ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING #FileMask := LOG_ALL | USER | DEBUG | MATCHING #ConsoleMask := ERROR | USER | WARNING | TESTCASE | STATISTICS | PORTEVENT LogSourceInfo := Yes AppendFile := No TimeStampFormat := DateTime Loading etc/TestCodec/TestCodec.cfg +2 −1 Original line number Diff line number Diff line Loading @@ -285,13 +285,14 @@ system.utPort.params := "UT_GN/UDP(dst_ip=192.168.56.1,dst_port=12346,src_ip=192 #TestCodec_SecuredFuntions.tc_load_certificates #TestCodec_SecuredFuntions.tc_read_certificate_1 #TestCodec_SecuredFuntions.tc_read_certificate_2 TestCodec_SecuredFuntions.tc_read_certificate_digest #TestCodec_SecuredFuntions.tc_read_certificate_digest # Certificates #TestCodec_Certificates.tc_root_certificate_sha256_1 #TestCodec_Certificates.tc_root_certificate_sha256_2 #TestCodec_Certificates.tc_root_certificate_sha384_1 #TestCodec_Certificates.tc_at_certificate_sha256_1 #TestCodec_Certificates.tc_at_certificate_sha256_2 TestCodec_Certificates.tc_at_certificate_sha256_3 #TestCodec_Certificates.tc_certificate_asn1c_1 # Secured messages #TestCodec_SecuredMessages.tc_ssp_cam_1 Loading Loading
etc/AtsGenCert/AtsGenCert.cfg +10 −3 Original line number Diff line number Diff line [MODULE_PARAMETERS] # This section shall contain the values of all parameters that are defined in your TTCN-3 modules. # Root path to access certificate stored in files, identified by certficate ID LibItsSecurity_Pixits.PX_CERTIFICATE_POOL_PATH := "/home/vagrant/tmp"; # Configuration sub-directory to access certificate stored in files LibItsSecurity_Pixits.PX_IUT_SEC_CONFIG_NAME := "test_01"; ItsGencert_TestCases.PX_VALIDATE_CERTIFICATES_ONLY := false; [LOGGING] # In this section you can specify the name of the log file and the classes of events # you want to log into the file or display on console (standard error). LogFile := "../logs/%e.%h-%r.%s" #FileMask := LOG_ALL | USER | DEBUG | MATCHING #ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING FileMask := LOG_ALL | USER | DEBUG | MATCHING ConsoleMask := ERROR | USER | WARNING | TESTCASE | STATISTICS | PORTEVENT ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING #FileMask := LOG_ALL | USER | DEBUG | MATCHING #ConsoleMask := ERROR | USER | WARNING | TESTCASE | STATISTICS | PORTEVENT LogSourceInfo := Yes AppendFile := No TimeStampFormat := DateTime Loading
etc/TestCodec/TestCodec.cfg +2 −1 Original line number Diff line number Diff line Loading @@ -285,13 +285,14 @@ system.utPort.params := "UT_GN/UDP(dst_ip=192.168.56.1,dst_port=12346,src_ip=192 #TestCodec_SecuredFuntions.tc_load_certificates #TestCodec_SecuredFuntions.tc_read_certificate_1 #TestCodec_SecuredFuntions.tc_read_certificate_2 TestCodec_SecuredFuntions.tc_read_certificate_digest #TestCodec_SecuredFuntions.tc_read_certificate_digest # Certificates #TestCodec_Certificates.tc_root_certificate_sha256_1 #TestCodec_Certificates.tc_root_certificate_sha256_2 #TestCodec_Certificates.tc_root_certificate_sha384_1 #TestCodec_Certificates.tc_at_certificate_sha256_1 #TestCodec_Certificates.tc_at_certificate_sha256_2 TestCodec_Certificates.tc_at_certificate_sha256_3 #TestCodec_Certificates.tc_certificate_asn1c_1 # Secured messages #TestCodec_SecuredMessages.tc_ssp_cam_1 Loading