testing: Added tnc/tnccs-20-hcd-eap scenario
This commit is contained in:
@@ -0,0 +1,138 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac stroke kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown
|
||||
|
||||
plugins {
|
||||
eap-ttls {
|
||||
max_message_count = 0
|
||||
}
|
||||
eap-tnc {
|
||||
max_message_count = 0
|
||||
}
|
||||
tnccs-20 {
|
||||
max_batch_size = 16370
|
||||
max_message_size = 16338
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
libimcv {
|
||||
os_info {
|
||||
name = strongPrint OS
|
||||
version = 1.0
|
||||
default_password_enabled = yes
|
||||
}
|
||||
|
||||
plugins {
|
||||
imc-hcd {
|
||||
push_info = no
|
||||
subtypes {
|
||||
system {
|
||||
attributes_natural_language = en
|
||||
machine_type_model = strongPrint Laser X.509a
|
||||
vendor_name = ITA-HSR
|
||||
vendor_smi_code = 36906
|
||||
pstn_fax_enabled = yes
|
||||
time_source = 0.ch.pool.ntp.org
|
||||
user_application_enabled = yes
|
||||
user_application_persistence_enabled = no
|
||||
|
||||
firmware {
|
||||
fw-1 {
|
||||
name = Firmware ABC
|
||||
patches = "security patch 2014-05-08\nupgrade 2014-08-16\nsecurity patch 2015-3-22"
|
||||
string_version = 1.0.7
|
||||
version = 00000001000000000000000700000000
|
||||
}
|
||||
fw-2 {
|
||||
name = Firmware UVW
|
||||
string_version = 13.8.5
|
||||
version = 0000000D000000080000000500000000
|
||||
}
|
||||
}
|
||||
|
||||
resident_application {
|
||||
resident-app-1 {
|
||||
name = Resident App XYZ
|
||||
patches = "xmas patch 2014-12-24\nservice patch 2015-05-22"
|
||||
string_version = 2.5
|
||||
version = 00000002000000050000000000000000
|
||||
}
|
||||
}
|
||||
|
||||
user_application {
|
||||
user-app-1 {
|
||||
name = My Java Photo App
|
||||
patches =
|
||||
string_version = 5.2.3.8.1
|
||||
version = 00000005000000020000000300080001
|
||||
}
|
||||
user-app-2 {
|
||||
name = Print Your Dinosaur!
|
||||
patches =
|
||||
string_version = 1.0
|
||||
version = 00000001000000000000000000000000
|
||||
}
|
||||
user-app-3 {
|
||||
name = Label Everything App
|
||||
patches =
|
||||
string_version = 7.5.8.2.3
|
||||
version = 00000007000000050000000800020003
|
||||
}
|
||||
}
|
||||
|
||||
certification_state = 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
|
||||
configuration_state = f0f1f2f3f4f5f6f7f8f9fafbfcfdfeffe0e1e2e3e4e5e6e7e8e9eaebecedeeefd0d1d2d3d4d5d6d7d8d9dadbdcdddedf
|
||||
}
|
||||
|
||||
console {
|
||||
attributes_natural_language = ru
|
||||
}
|
||||
|
||||
marker {
|
||||
attributes_natural_language = fr
|
||||
}
|
||||
|
||||
finisher {
|
||||
attributes_natural_language = de
|
||||
}
|
||||
|
||||
interface {
|
||||
attributes_natural_language = en
|
||||
|
||||
resident_application {
|
||||
resident-app-if {
|
||||
name = Resident App Interface+
|
||||
patches = "service patch 2015-02-09"
|
||||
string_version = 2.5
|
||||
version = 00000002000000050000000000000000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
scanner {
|
||||
attributes_natural_language = en
|
||||
|
||||
firmware {
|
||||
fw-scanner {
|
||||
name = Scanner Firmware
|
||||
patches = "security patch 2013-08-11\nsecurity patch 2015-5-30"
|
||||
string_version = 2.5.3
|
||||
version = 00000002000000050000000300000000
|
||||
}
|
||||
}
|
||||
|
||||
user_application {
|
||||
user-app-scanner {
|
||||
name = EasyScan
|
||||
patches =
|
||||
string_version = 2.2.3.5.7
|
||||
version = 00000002000000020000000300050007
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user