Project

General

Profile

Hardcopy Device Integrity Measurement Verifier » History » Version 14

Andreas Steffen, 04.08.2015 21:07

1 8 Andreas Steffen
h1. Hardcopy Device Integrity Measurement Verifier
2 1 Andreas Steffen
3 1 Andreas Steffen
The strongSwan Policy Decision Point (PDP) is listening on an EAP-RADIUS port for connections from Hardcopy Devices.
4 1 Andreas Steffen
<pre>
5 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[DMN] Starting IKE charon daemon (strongSwan 5.3.3dr3, Linux 4.1.3, x86_64)
6 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG] loading ca certificates from '/etc/ipsec.d/cacerts'
7 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG]   loaded ca certificate "C=CH, O=Linux strongSwan, CN=strongSwan Root CA" from '/etc/ipsec.d/cacerts/strongswanCert.pem'
8 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG] loading aa certificates from '/etc/ipsec.d/aacerts'
9 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG] loading ocsp signer certificates from '/etc/ipsec.d/ocspcerts'
10 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG] loading attribute certificates from '/etc/ipsec.d/acerts'
11 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG] loading crls from '/etc/ipsec.d/crls'
12 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG] loading secrets from '/etc/ipsec.secrets'
13 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG]   loaded RSA private key from '/etc/ipsec.d/private/aaaKey.pem'
14 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG]   loaded EAP secret for carol
15 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[CFG]   loaded EAP secret for dave 
16 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[TNC] TNC recommendation policy is 'default'
17 1 Andreas Steffen
</pre>
18 1 Andreas Steffen
19 5 Andreas Steffen
The HCD IMV is loaded and subscribes to the standard IETF *Operating System* PA subtype plus to the mandatory PWG HCD *System* and the five recommended PWD HCD  *Console*, *Marker*, *Finisher*, *Interface* and *Scanner* PA subtypes.
20 2 Andreas Steffen
21 1 Andreas Steffen
<pre>
22 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[TNC] loading IMVs from '/etc/tnc_config'
23 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[TNC] added IETF attributes
24 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[TNC] added ITA-HSR attributes
25 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[TNC] added PWG attributes
26 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[TNC] added TCG attributes
27 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[LIB] libimcv initialized
28 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[IMV] IMV 1 "HCD" initialized
29 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[TNC] IMV 1 supports 7 message types: 'IETF/Operating System' 0x000000/0x00000001 'PWG/HCD System' 0x000a8b/0x00000005 'PWG/HCD Console' 0x000a8b/0x00000004 'PWG/HCD Marker' 0x000a8b/0x0000000a 'PWG/HCD Finisher' 0x000a8b/0x0000001e 'PWG/HCD Interface' 0x000a8b/0x00000028 'PWG/HCD Scanner' 0x000a8b/0x00000032
30 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[TNC] IMV 1 "HCD" loaded from '/usr/local/lib/ipsec/imcvs/imv-hcd.so'
31 1 Andreas Steffen
</pre>
32 1 Andreas Steffen
33 2 Andreas Steffen
The RADIUS server loads its AAA certificate and starts listening for connections.
34 1 Andreas Steffen
<pre>
35 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[IKE] eap method EAP_TTLS selected
36 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[LIB] loaded plugins: charon aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac socket-default kernel-netlink stroke eap-identity eap-ttls eap-md5 eap-tnc tnc-pdp tnc-imv tnc-tnccs tnccs-20 sqlite
37 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 00[JOB] spawning 16 worker threads
38 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 10[CFG] received stroke: add connection 'aaa'
39 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 10[CFG] left nor right host is our side, assuming left=local
40 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 10[CFG]   loaded certificate "C=CH, O=Linux strongSwan, CN=aaa.strongswan.org" from 'aaaCert.pem'
41 10 Andreas Steffen
Aug  4 17:24:13 alice charon: 10[CFG] added configuration 'aaa'
42 1 Andreas Steffen
</pre>
43 1 Andreas Steffen
44 5 Andreas Steffen
Hardcopy device *carol* connects to the PDP
45 1 Andreas Steffen
<pre>
46 10 Andreas Steffen
Aug  4 17:24:14 alice charon: 12[CFG] received RADIUS Access-Request from client '10.1.0.1'
47 10 Andreas Steffen
Aug  4 17:24:14 alice charon: 12[CFG] created RADIUS connection for user 'carol' NAS 'strongSwan'
48 10 Andreas Steffen
Aug  4 17:24:14 alice charon: 12[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
49 10 Andreas Steffen
Aug  4 17:24:14 alice charon: 05[CFG] received RADIUS Access-Request from client '10.1.0.1'
50 10 Andreas Steffen
Aug  4 17:24:14 alice charon: 05[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
51 10 Andreas Steffen
Aug  4 17:24:14 alice charon: 05[TLS] negotiated TLS 1.2 using suite TLS_DHE_RSA_WITH_AES_128_CBC_SHA
52 10 Andreas Steffen
Aug  4 17:24:14 alice charon: 05[TLS] sending TLS server certificate 'C=CH, O=Linux strongSwan, CN=aaa.strongswan.org'
53 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 05[TLS] sending TLS cert request for 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA'
54 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 05[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
55 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 13[CFG] received RADIUS Access-Request from client '10.1.0.1'
56 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 13[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
57 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 13[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
58 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 14[CFG] received RADIUS Access-Request from client '10.1.0.1'
59 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 14[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
60 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 14[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/ID]
61 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 14[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
62 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[CFG] received RADIUS Access-Request from client '10.1.0.1'
63 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
64 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[IKE] received tunneled EAP-TTLS AVP [EAP/RES/ID]
65 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[IKE] received EAP identity 'carol'
66 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[IKE] phase2 method EAP_MD5 selected
67 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/MD5]
68 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
69 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[CFG] received RADIUS Access-Request from client '10.1.0.1'
70 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
71 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[IKE] received tunneled EAP-TTLS AVP [EAP/RES/MD5]
72 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[IKE] EAP_TTLS phase2 authentication of 'carol' with EAP_MD5 successful
73 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[IKE] phase2 method EAP_PT_EAP selected
74 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
75 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
76 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[CFG] received RADIUS Access-Request from client '10.1.0.1'
77 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
78 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
79 2 Andreas Steffen
</pre>
80 2 Andreas Steffen
81 2 Andreas Steffen
<pre>
82 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] assigned TNCCS Connection ID 1
83 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" created a state for IF-TNCCS 2.0 Connection ID 1: +long +excl -soh
84 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   over IF-T for Tunneled EAP 2.0 with maximum PA-TNC message size of 65490 bytes
85 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   user AR identity 'carol' of type username authenticated by password
86 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   machine AR identity '%any' of type IPv4 address authenticated by unknown method
87 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" changed state of Connection ID 1 to 'Handshake'
88 2 Andreas Steffen
</pre>
89 2 Andreas Steffen
90 2 Andreas Steffen
<pre>
91 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] received TNCCS batch (716 bytes)
92 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] TNC server is handling inbound connection
93 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PB-TNC CDATA batch for Connection ID 1
94 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] PB-TNC state transition from 'Init' to 'Server Working'
95 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-Language-Preference message (31 bytes)
96 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (221 bytes)
97 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (226 bytes)
98 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
99 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
100 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
101 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
102 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
103 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] setting language preference to 'en'
104 2 Andreas Steffen
</pre>
105 2 Andreas Steffen
106 2 Andreas Steffen
<pre>
107 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'IETF/Operating System' 0x000000/0x00000001
108 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 1
109 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 197 bytes @ 0x7a8da0
110 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 FB BC B9 BD 00 00 00 00 00 00 00 02  ................
111 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 1F 00 00 00 00 00 73 74 72 6F 6E 67 50  .........strongP
112 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 72 69 6E 74 20 4F 53 00 00 00 00 00 00 00 04 00  rint OS.........
113 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 12 03 31 2E 30 00 00 00 00 00 00 00 00 00  ....1.0.........
114 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   64: 03 00 00 00 1C 00 00 00 01 00 00 00 00 00 00 00  ................
115 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   80: 00 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00  ................
116 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   96: 24 03 01 00 00 32 30 31 35 2D 30 38 2D 30 34 54  $....2015-08-04T
117 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  112: 31 37 3A 32 34 3A 30 30 5A 00 00 00 00 00 00 00  17:24:00Z.......
118 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  128: 0B 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00  ................
119 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  144: 0C 00 00 00 10 00 00 00 01 00 00 90 2A 00 00 00  ............*...
120 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  160: 08 00 00 00 2C 37 39 34 33 33 65 33 32 63 66 63  ....,79433e32cfc
121 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  176: 31 64 30 64 33 65 37 61 36 33 37 63 39 35 34 66  1d0d3e7a637c954f
122 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  192: 30 38 37 30 65                                   0870e
123 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0xfbbcb9bd
124 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Product Information' 0x000000/0x00000002
125 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/String Version' 0x000000/0x00000004
126 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Numeric Version' 0x000000/0x00000003
127 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Operational Status' 0x000000/0x00000005
128 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Forwarding Enabled' 0x000000/0x0000000b
129 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Factory Default Password Enabled' 0x000000/0x0000000c
130 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'ITA-HSR/Device ID' 0x00902a/0x00000008
131 2 Andreas Steffen
</pre>
132 2 Andreas Steffen
133 2 Andreas Steffen
<pre>
134 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype IETF/Operating System
135 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   Forwarding Enabled: disabled
136 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   Factory Default Password Enabled: yes
137 2 Andreas Steffen
</pre>
138 2 Andreas Steffen
139 2 Andreas Steffen
<pre>
140 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
141 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
142 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 202 bytes @ 0x7a8da0
143 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 7A DD 72 08 00 00 0A 8B 00 00 00 01  ....z.r.........
144 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 65 6E 00 00 0A 8B 00 00 00 14 00 00  ....en..........
145 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 10 00 00 00 01 00 00 0A 8B 00 00 00 16 00 00  ................
146 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 10 00 00 00 00 00 00 0A 8B 00 00 00 02 00 00  ................
147 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   64: 00 24 73 74 72 6F 6E 67 50 72 69 6E 74 20 4C 61  .$strongPrint La
148 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   80: 73 65 72 20 58 2E 35 30 39 61 00 00 0A 8B 00 00  ser X.509a......
149 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   96: 00 28 00 00 00 10 00 00 00 01 00 00 0A 8B 00 00  .(..............
150 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  112: 00 32 00 00 00 1D 30 2E 63 68 2E 70 6F 6F 6C 2E  .2....0.ch.pool.
151 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  128: 6E 74 70 2E 6F 72 67 00 00 0A 8B 00 00 00 03 00  ntp.org.........
152 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  144: 00 00 13 49 54 41 2D 48 53 52 00 00 0A 8B 00 00  ...ITA-HSR......
153 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  160: 00 04 00 00 00 10 00 00 90 2A 00 00 0A 8B 00 00  .........*......
154 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  176: 00 68 00 00 00 10 00 00 00 01 00 00 0A 8B 00 00  .h..............
155 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  192: 00 69 00 00 00 10 00 00 00 00                    .i........
156 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x7add7208
157 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
158 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD DefaultPasswordEnabled' 0x000a8b/0x00000014
159 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD ForwardingEnabled' 0x000a8b/0x00000016
160 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD MachineTypeModel' 0x000a8b/0x00000002
161 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD PSTNFaxEnabled' 0x000a8b/0x00000028
162 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD TimeSource' 0x000a8b/0x00000032
163 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD VendorName' 0x000a8b/0x00000003
164 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD VendorSMICode' 0x000a8b/0x00000004
165 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationEnabled' 0x000a8b/0x00000068
166 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPersistenceEnabled' 0x000a8b/0x00000069
167 2 Andreas Steffen
</pre>
168 2 Andreas Steffen
169 2 Andreas Steffen
<pre>
170 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD System
171 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: en
172 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD DefaultPasswordEnabled: yes
173 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD ForwardingEnabled: disabled
174 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD MachineTypeModel: strongPrint Laser X.509a
175 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD PSTNFaxEnabled: yes
176 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD TimeSource: 0.ch.pool.ntp.org
177 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD VendorName: ITA-HSR
178 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD VendorSMICode: 0x00902a (36906)
179 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD UserApplicationEnabled: yes
180 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD UserApplicationPersistenceEnabled: no
181 2 Andreas Steffen
</pre>
182 2 Andreas Steffen
183 2 Andreas Steffen
<pre>
184 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
185 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
186 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a8da0
187 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 C0 8B 37 EA 00 00 0A 8B 00 00 00 01  ......7.........
188 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 72 75                                ....ru
189 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0xc08b37ea
190 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
191 2 Andreas Steffen
</pre>
192 2 Andreas Steffen
193 2 Andreas Steffen
<pre>
194 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Console
195 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: ru
196 3 Andreas Steffen
</pre>
197 3 Andreas Steffen
198 3 Andreas Steffen
<pre>
199 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
200 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
201 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a8da0
202 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 BA 97 33 7A 00 00 0A 8B 00 00 00 01  ......3z........
203 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 66 72                                ....fr
204 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0xba97337a
205 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
206 3 Andreas Steffen
</pre>
207 3 Andreas Steffen
208 3 Andreas Steffen
<pre>
209 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Marker
210 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: fr
211 3 Andreas Steffen
</pre>
212 3 Andreas Steffen
213 3 Andreas Steffen
<pre>
214 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
215 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
216 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a8da0
217 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 64 9B 10 45 00 00 0A 8B 00 00 00 01  ....d..E........
218 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 64 65                                ....de
219 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x649b1045
220 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
221 3 Andreas Steffen
</pre>
222 3 Andreas Steffen
223 3 Andreas Steffen
<pre>
224 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Finisher
225 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: de
226 3 Andreas Steffen
</pre>
227 3 Andreas Steffen
228 3 Andreas Steffen
<pre>
229 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
230 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
231 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a8da0
232 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 A5 5E 5D CB 00 00 0A 8B 00 00 00 01  .....^].........
233 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 65 6E                                ....en
234 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0xa55e5dcb
235 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
236 3 Andreas Steffen
</pre>
237 3 Andreas Steffen
238 3 Andreas Steffen
<pre>
239 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Interface
240 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: en
241 3 Andreas Steffen
</pre>
242 3 Andreas Steffen
243 3 Andreas Steffen
<pre>
244 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
245 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
246 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a8da0
247 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 9B 79 3F 7A 00 00 0A 8B 00 00 00 01  .....y?z........
248 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 65 6E                                ....en
249 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x9b793f7a
250 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
251 3 Andreas Steffen
</pre>
252 3 Andreas Steffen
253 3 Andreas Steffen
<pre>
254 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Scanner
255 10 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: en
256 3 Andreas Steffen
</pre>
257 3 Andreas Steffen
258 3 Andreas Steffen
<pre>
259 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD System' 0x000a8b/0x00000005
260 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
261 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000015 'PWG/HCD FirewallSetting'
262 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
263 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
264 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
265 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x000000c8 'PWG/HCD CertificationState'
266 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x000000c9 'PWG/HCD ConfigurationState'
267 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0x861679e2
268 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
269 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
270 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 88 bytes @ 0x7a8770
271 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 86 16 79 E2 00 00 55 97 00 00 00 21  ......y...U....!
272 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
273 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 3C 00 00 0A 8B 00 00 00 15  .......<........
274 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 3C 00 00 0A 8B 00 00 00 50  .......<.......P
275 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   64: 00 00 0A 8B 00 00 00 64 00 00 0A 8B 00 00 00 C8  .......d........
276 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   80: 00 00 0A 8B 00 00 00 C9                          ........
277 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
278 1 Andreas Steffen
</pre>
279 3 Andreas Steffen
280 1 Andreas Steffen
<pre>
281 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
282 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
283 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
284 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
285 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
286 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
287 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0xf40456ee
288 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
289 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
290 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 64 bytes @ 0x7a9b40
291 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 F4 04 56 EE 00 00 55 97 00 00 00 21  ......V...U....!
292 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
293 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 24 00 00 0A 8B 00 00 00 3C  .......$.......<
294 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50 00 00 0A 8B 00 00 00 64  .......P.......d
295 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
296 1 Andreas Steffen
</pre>
297 1 Andreas Steffen
298 1 Andreas Steffen
<pre>
299 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
300 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
301 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
302 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
303 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
304 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0x17e79b01
305 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
306 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
307 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 64 bytes @ 0x7aa580
308 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 17 E7 9B 01 00 00 55 97 00 00 00 21  ..........U....!
309 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
310 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 24 00 00 0A 8B 00 00 00 3C  .......$.......<
311 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50 00 00 0A 8B 00 00 00 64  .......P.......d
312 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
313 1 Andreas Steffen
</pre>
314 1 Andreas Steffen
315 1 Andreas Steffen
<pre>
316 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
317 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
318 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
319 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
320 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
321 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0xf8291d74
322 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
323 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
324 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 64 bytes @ 0x7a9880
325 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 F8 29 1D 74 00 00 55 97 00 00 00 21  .....).t..U....!
326 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
327 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 24 00 00 0A 8B 00 00 00 3C  .......$.......<
328 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50 00 00 0A 8B 00 00 00 64  .......P.......d
329 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
330 1 Andreas Steffen
</pre>
331 1 Andreas Steffen
332 1 Andreas Steffen
<pre>
333 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
334 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
335 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
336 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
337 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
338 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0x4abc71fc
339 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
340 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
341 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 64 bytes @ 0x7ac3e0
342 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 4A BC 71 FC 00 00 55 97 00 00 00 21  ....J.q...U....!
343 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
344 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 24 00 00 0A 8B 00 00 00 3C  .......$.......<
345 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50 00 00 0A 8B 00 00 00 64  .......P.......d
346 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
347 1 Andreas Steffen
</pre>
348 1 Andreas Steffen
349 1 Andreas Steffen
<pre>
350 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
351 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
352 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
353 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
354 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
355 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0xcbb470d2
356 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
357 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
358 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 64 bytes @ 0x7ab570
359 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 CB B4 70 D2 00 00 55 97 00 00 00 21  ......p...U....!
360 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
361 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 24 00 00 0A 8B 00 00 00 3C  .......$.......<
362 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50 00 00 0A 8B 00 00 00 64  .......P.......d
363 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
364 1 Andreas Steffen
</pre>
365 1 Andreas Steffen
366 1 Andreas Steffen
<pre>
367 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] TNC server is handling outbound connection
368 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] PB-TNC state transition from 'Server Working' to 'Client Working'
369 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-TNC SDATA batch
370 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding TCG/PB-PDP-Referral message
371 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
372 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
373 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
374 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
375 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
376 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
377 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] sending PB-TNC SDATA batch (602 bytes) for Connection ID 1
378 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
379 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
380 1 Andreas Steffen
</pre>
381 1 Andreas Steffen
382 1 Andreas Steffen
<pre>
383 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 03[CFG] received RADIUS Access-Request from client '10.1.0.1'
384 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 03[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
385 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 03[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
386 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[CFG] received RADIUS Access-Request from client '10.1.0.1'
387 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
388 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
389 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] received TNCCS batch (1397 bytes)
390 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] TNC server is handling inbound connection
391 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PB-TNC CDATA batch for Connection ID 1
392 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] PB-TNC state transition from 'Client Working' to 'Server Working'
393 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing IETF/PB-PA message (794 bytes)
394 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
395 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
396 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
397 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing IETF/PB-PA message (168 bytes)
398 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing IETF/PB-PA message (271 bytes)
399 1 Andreas Steffen
</pre>
400 1 Andreas Steffen
401 1 Andreas Steffen
<pre>
402 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
403 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2 to IMV 1
404 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] => 770 bytes @ 0x7a61a0
405 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]    0: 01 00 00 00 C1 01 8E 8F 00 00 55 97 00 00 00 22  ..........U...."
406 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6 00 00 0A 8B  ..........?.....
407 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   32: 00 00 00 3C 00 00 00 18 46 69 72 6D 77 61 72 65  ...<....Firmware
408 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   48: 20 41 42 43 00 00 0A 8B 00 00 00 3D 00 00 00 55   ABC.......=...U
409 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   64: 73 65 63 75 72 69 74 79 20 70 61 74 63 68 20 32  security patch 2
410 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   80: 30 31 34 2D 30 35 2D 30 38 0D 0A 75 70 67 72 61  014-05-08..upgra
411 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   96: 64 65 20 32 30 31 34 2D 30 38 2D 31 36 0D 0A 73  de 2014-08-16..s
412 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  112: 65 63 75 72 69 74 79 20 70 61 74 63 68 20 32 30  ecurity patch 20
413 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  128: 31 35 2D 33 2D 32 32 0D 0A 00 00 0A 8B 00 00 00  15-3-22.........
414 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  144: 3E 00 00 00 11 31 2E 30 2E 37 00 00 0A 8B 00 00  >....1.0.7......
415 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  160: 00 3F 00 00 00 1C 00 00 00 01 00 00 00 00 00 00  .?..............
416 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  176: 00 07 00 00 00 00 00 00 0A 8B 00 00 00 3C 00 00  .............<..
417 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  192: 00 18 46 69 72 6D 77 61 72 65 20 55 56 57 00 00  ..Firmware UVW..
418 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  208: 0A 8B 00 00 00 3D 00 00 00 0C 00 00 0A 8B 00 00  .....=..........
419 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  224: 00 3E 00 00 00 12 31 33 2E 38 2E 35 00 00 0A 8B  .>....13.8.5....
420 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  240: 00 00 00 3F 00 00 00 1C 00 00 00 0D 00 00 00 08  ...?............
421 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  256: 00 00 00 05 00 00 00 00 00 00 0A 8B 00 00 00 50  ...............P
422 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  272: 00 00 00 1C 52 65 73 69 64 65 6E 74 20 41 70 70  ....Resident App
423 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  288: 20 58 59 5A 00 00 0A 8B 00 00 00 51 00 00 00 3D   XYZ.......Q...=
424 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  304: 78 6D 61 73 20 70 61 74 63 68 20 32 30 31 34 2D  xmas patch 2014-
425 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  320: 31 32 2D 32 34 0D 0A 73 65 72 76 69 63 65 20 70  12-24..service p
426 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  336: 61 74 63 68 20 32 30 31 35 2D 30 35 2D 32 32 0D  atch 2015-05-22.
427 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  352: 0A 00 00 0A 8B 00 00 00 52 00 00 00 0F 32 2E 35  ........R....2.5
428 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  368: 00 00 0A 8B 00 00 00 53 00 00 00 1C 00 00 00 02  .......S........
429 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  384: 00 00 00 05 00 00 00 00 00 00 00 00 00 00 0A 8B  ................
430 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  400: 00 00 00 64 00 00 00 1D 4D 79 20 4A 61 76 61 20  ...d....My Java 
431 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  416: 50 68 6F 74 6F 20 41 70 70 00 00 0A 8B 00 00 00  Photo App.......
432 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  432: 65 00 00 00 0C 00 00 0A 8B 00 00 00 66 00 00 00  e...........f...
433 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  448: 15 35 2E 32 2E 33 2E 38 2E 31 00 00 0A 8B 00 00  .5.2.3.8.1......
434 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  464: 00 67 00 00 00 1C 00 00 00 05 00 00 00 02 00 00  .g..............
435 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  480: 00 03 00 08 00 01 00 00 0A 8B 00 00 00 64 00 00  .............d..
436 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  496: 00 20 50 72 69 6E 74 20 59 6F 75 72 20 44 69 6E  . Print Your Din
437 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  512: 6F 73 61 75 72 21 00 00 0A 8B 00 00 00 65 00 00  osaur!.......e..
438 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  528: 00 0C 00 00 0A 8B 00 00 00 66 00 00 00 0F 31 2E  .........f....1.
439 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  544: 30 00 00 0A 8B 00 00 00 67 00 00 00 1C 00 00 00  0.......g.......
440 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  560: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0A  ................
441 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  576: 8B 00 00 00 64 00 00 00 20 4C 61 62 65 6C 20 45  ....d... Label E
442 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  592: 76 65 72 79 74 68 69 6E 67 20 41 70 70 00 00 0A  verything App...
443 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  608: 8B 00 00 00 65 00 00 00 0C 00 00 0A 8B 00 00 00  ....e...........
444 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  624: 66 00 00 00 15 37 2E 35 2E 38 2E 32 2E 33 00 00  f....7.5.8.2.3..
445 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  640: 0A 8B 00 00 00 67 00 00 00 1C 00 00 00 07 00 00  .....g..........
446 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  656: 00 05 00 00 00 08 00 02 00 03 00 00 0A 8B 00 00  ................
447 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  672: 00 C8 00 00 00 2C 00 01 02 03 04 05 06 07 08 09  .....,..........
448 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  688: 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19  ................
449 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  704: 1A 1B 1C 1D 1E 1F 00 00 0A 8B 00 00 00 C9 00 00  ................
450 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  720: 00 3C F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 FA FB FC FD  .<..............
451 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  736: FE FF E0 E1 E2 E3 E4 E5 E6 E7 E8 E9 EA EB EC ED  ................
452 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  752: EE EF D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 DA DB DC DD  ................
453 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  768: DE DF                                            ..
454 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC message with ID 0xc1018e8f
455 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
456 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
457 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
458 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
459 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
460 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
461 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
462 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
463 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
464 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationName' 0x000a8b/0x00000050
465 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationPatches' 0x000a8b/0x00000051
466 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationStringVersion' 0x000a8b/0x00000052
467 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationVersion' 0x000a8b/0x00000053
468 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationName' 0x000a8b/0x00000064
469 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPatches' 0x000a8b/0x00000065
470 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationStringVersion' 0x000a8b/0x00000066
471 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationVersion' 0x000a8b/0x00000067
472 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationName' 0x000a8b/0x00000064
473 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPatches' 0x000a8b/0x00000065
474 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationStringVersion' 0x000a8b/0x00000066
475 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationVersion' 0x000a8b/0x00000067
476 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationName' 0x000a8b/0x00000064
477 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPatches' 0x000a8b/0x00000065
478 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationStringVersion' 0x000a8b/0x00000066
479 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationVersion' 0x000a8b/0x00000067
480 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD CertificationState' 0x000a8b/0x000000c8
481 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ConfigurationState' 0x000a8b/0x000000c9
482 1 Andreas Steffen
</pre>
483 4 Andreas Steffen
484 4 Andreas Steffen
<pre>
485 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD System' 0x000a8b/0x00000005
486 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
487 1 Andreas Steffen
</pre>
488 1 Andreas Steffen
489 1 Andreas Steffen
<pre>
490 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD System
491 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareName: Firmware ABC
492 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwarePatches:
493 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] security patch 2014-05-08#015
494 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] upgrade 2014-08-16#015
495 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] security patch 2015-3-22#015
496 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareStringVersion: 1.0.7
497 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareVersion: 00:00:00:01:00:00:00:00:00:00:00:07:00:00:00:00
498 1 Andreas Steffen
</pre>
499 1 Andreas Steffen
500 4 Andreas Steffen
<pre>
501 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareName: Firmware UVW
502 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwarePatches: 
503 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareStringVersion: 13.8.5
504 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareVersion: 00:00:00:0d:00:00:00:08:00:00:00:05:00:00:00:00
505 1 Andreas Steffen
</pre>
506 1 Andreas Steffen
507 1 Andreas Steffen
<pre>
508 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ResidentApplicationName: Resident App XYZ
509 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ResidentApplicationPatches:
510 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] xmas patch 2014-12-24#015
511 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] service patch 2015-05-22#015
512 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ResidentApplicationStringVersion: 2.5
513 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ResidentApplicationVersion: 00:00:00:02:00:00:00:05:00:00:00:00:00:00:00:00
514 1 Andreas Steffen
</pre>
515 4 Andreas Steffen
516 4 Andreas Steffen
<pre>
517 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationName: My Java Photo App
518 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationPatches: 
519 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationStringVersion: 5.2.3.8.1
520 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationVersion: 00:00:00:05:00:00:00:02:00:00:00:03:00:08:00:01
521 1 Andreas Steffen
</pre>
522 4 Andreas Steffen
523 4 Andreas Steffen
<pre>
524 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationName: Print Your Dinosaur!
525 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationPatches: 
526 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationStringVersion: 1.0
527 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationVersion: 00:00:00:01:00:00:00:00:00:00:00:00:00:00:00:00
528 1 Andreas Steffen
</pre>
529 4 Andreas Steffen
530 4 Andreas Steffen
<pre>
531 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationName: Label Everything App
532 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationPatches: 
533 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationStringVersion: 7.5.8.2.3
534 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationVersion: 00:00:00:07:00:00:00:05:00:00:00:08:00:02:00:03
535 1 Andreas Steffen
</pre>
536 1 Andreas Steffen
537 1 Andreas Steffen
<pre>
538 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD CertificationState: => 32 bytes @ 0x7b22a0
539 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]    0: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F  ................
540 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   16: 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F  ................
541 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ConfigurationState: => 48 bytes @ 0x7b2730
542 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]    0: F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 FA FB FC FD FE FF  ................
543 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   16: E0 E1 E2 E3 E4 E5 E6 E7 E8 E9 EA EB EC ED EE EF  ................
544 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   32: D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 DA DB DC DD DE DF  ................
545 1 Andreas Steffen
</pre>
546 1 Andreas Steffen
547 1 Andreas Steffen
<pre>
548 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
549 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2 to IMV 1
550 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] => 28 bytes @ 0x7a7360
551 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]    0: 01 00 00 00 00 76 A4 B4 00 00 55 97 00 00 00 22  .....v....U...."
552 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6              ..........?.
553 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC message with ID 0x0076a4b4
554 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
555 12 Andreas Steffen
</pre>
556 4 Andreas Steffen
557 1 Andreas Steffen
<pre>
558 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
559 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
560 4 Andreas Steffen
</pre>
561 1 Andreas Steffen
562 1 Andreas Steffen
<pre>
563 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Console
564 1 Andreas Steffen
</pre>
565 1 Andreas Steffen
566 1 Andreas Steffen
<pre>
567 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
568 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2 to IMV 1
569 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] => 28 bytes @ 0x7a6720
570 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]    0: 01 00 00 00 20 6F BF 0C 00 00 55 97 00 00 00 22  .... o....U...."
571 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6              ..........?.
572 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC message with ID 0x206fbf0c
573 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
574 4 Andreas Steffen
</pre>
575 4 Andreas Steffen
576 1 Andreas Steffen
<pre>
577 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
578 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
579 4 Andreas Steffen
</pre>
580 1 Andreas Steffen
581 1 Andreas Steffen
<pre>
582 11 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Marker
583 1 Andreas Steffen
</pre>
584 1 Andreas Steffen
585 1 Andreas Steffen
<pre>
586 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
587 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2 to IMV 1
588 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] => 28 bytes @ 0x7a6df0
589 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]    0: 01 00 00 00 9F 1C 93 D6 00 00 55 97 00 00 00 22  ..........U...."
590 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6              ..........?.
591 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC message with ID 0x9f1c93d6
592 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
593 4 Andreas Steffen
</pre>
594 4 Andreas Steffen
595 1 Andreas Steffen
<pre>
596 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
597 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
598 4 Andreas Steffen
</pre>
599 1 Andreas Steffen
600 1 Andreas Steffen
<pre>
601 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Finisher
602 1 Andreas Steffen
</pre>
603 1 Andreas Steffen
604 1 Andreas Steffen
<pre>
605 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
606 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2 to IMV 1
607 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] => 144 bytes @ 0x7a6370
608 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]    0: 01 00 00 00 CD 43 97 F4 00 00 55 97 00 00 00 22  .....C....U...."
609 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6 00 00 0A 8B  ..........?.....
610 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   32: 00 00 00 50 00 00 00 23 52 65 73 69 64 65 6E 74  ...P...#Resident
611 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   48: 20 41 70 70 20 49 6E 74 65 72 66 61 63 65 2B 00   App Interface+.
612 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   64: 00 0A 8B 00 00 00 51 00 00 00 26 73 65 72 76 69  ......Q...&servi
613 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   80: 63 65 20 70 61 74 63 68 20 32 30 31 35 2D 30 32  ce patch 2015-02
614 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   96: 2D 30 39 0D 0A 00 00 0A 8B 00 00 00 52 00 00 00  -09.........R...
615 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  112: 0F 32 2E 35 00 00 0A 8B 00 00 00 53 00 00 00 1C  .2.5.......S....
616 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  128: 00 00 00 02 00 00 00 05 00 00 00 00 00 00 00 00  ................
617 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC message with ID 0xcd4397f4
618 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
619 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationName' 0x000a8b/0x00000050
620 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationPatches' 0x000a8b/0x00000051
621 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationStringVersion' 0x000a8b/0x00000052
622 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationVersion' 0x000a8b/0x00000053
623 1 Andreas Steffen
</pre>
624 4 Andreas Steffen
625 1 Andreas Steffen
<pre>
626 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
627 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
628 1 Andreas Steffen
</pre>
629 1 Andreas Steffen
630 1 Andreas Steffen
<pre>
631 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Interface
632 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ResidentApplicationName: Resident App Interface+
633 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ResidentApplicationPatches:
634 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] service patch 2015-02-09#015
635 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ResidentApplicationStringVersion: 2.5
636 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD ResidentApplicationVersion: 00:00:00:02:00:00:00:05:00:00:00:00:00:00:00:00
637 1 Andreas Steffen
</pre>
638 1 Andreas Steffen
639 1 Andreas Steffen
<pre>
640 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
641 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2 to IMV 1
642 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] => 247 bytes @ 0x7a6370
643 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]    0: 01 00 00 00 62 38 A2 DB 00 00 55 97 00 00 00 22  ....b8....U...."
644 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6 00 00 0A 8B  ..........?.....
645 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   32: 00 00 00 3C 00 00 00 1C 53 63 61 6E 6E 65 72 20  ...<....Scanner 
646 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   48: 46 69 72 6D 77 61 72 65 00 00 0A 8B 00 00 00 3D  Firmware.......=
647 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   64: 00 00 00 41 73 65 63 75 72 69 74 79 20 70 61 74  ...Asecurity pat
648 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   80: 63 68 20 32 30 31 33 2D 30 38 2D 31 31 0D 0A 73  ch 2013-08-11..s
649 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   96: 65 63 75 72 69 74 79 20 70 61 74 63 68 20 32 30  ecurity patch 20
650 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  112: 31 35 2D 35 2D 33 30 0D 0A 00 00 0A 8B 00 00 00  15-5-30.........
651 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  128: 3E 00 00 00 11 32 2E 35 2E 33 00 00 0A 8B 00 00  >....2.5.3......
652 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  144: 00 3F 00 00 00 1C 00 00 00 02 00 00 00 05 00 00  .?..............
653 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  160: 00 03 00 00 00 00 00 00 0A 8B 00 00 00 64 00 00  .............d..
654 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  176: 00 14 45 61 73 79 53 63 61 6E 00 00 0A 8B 00 00  ..EasyScan......
655 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  192: 00 65 00 00 00 0C 00 00 0A 8B 00 00 00 66 00 00  .e...........f..
656 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  208: 00 15 32 2E 32 2E 33 2E 35 2E 37 00 00 0A 8B 00  ..2.2.3.5.7.....
657 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  224: 00 00 67 00 00 00 1C 00 00 00 02 00 00 00 02 00  ..g.............
658 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]  240: 00 00 03 00 05 00 07                             .......
659 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC message with ID 0x6238a2db
660 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
661 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
662 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
663 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
664 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
665 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationName' 0x000a8b/0x00000064
666 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPatches' 0x000a8b/0x00000065
667 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationStringVersion' 0x000a8b/0x00000066
668 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationVersion' 0x000a8b/0x00000067
669 4 Andreas Steffen
</pre>
670 4 Andreas Steffen
671 4 Andreas Steffen
<pre>
672 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
673 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
674 1 Andreas Steffen
</pre>
675 1 Andreas Steffen
676 1 Andreas Steffen
<pre>
677 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Scanner
678 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareName: Scanner Firmware
679 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwarePatches:
680 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] security patch 2013-08-11#015
681 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV] security patch 2015-5-30#015
682 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareStringVersion: 2.5.3
683 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD FirmwareVersion: 00:00:00:02:00:00:00:05:00:00:00:03:00:00:00:00
684 1 Andreas Steffen
</pre>
685 4 Andreas Steffen
686 4 Andreas Steffen
<pre>
687 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationName: EasyScan
688 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationPatches: 
689 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationStringVersion: 2.2.3.5.7
690 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IMV]   HCD UserApplicationVersion: 00:00:00:02:00:00:00:02:00:00:00:03:00:05:00:07
691 1 Andreas Steffen
</pre>
692 1 Andreas Steffen
693 1 Andreas Steffen
<pre>
694 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] TNC server is handling outbound connection
695 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] no recommendation available yet, sending empty PB-TNC SDATA batch
696 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] PB-TNC state transition from 'Server Working' to 'Client Working'
697 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] creating PB-TNC SDATA batch
698 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[TNC] sending PB-TNC SDATA batch (8 bytes) for Connection ID 1
699 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
700 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 02[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
701 1 Andreas Steffen
</pre>
702 1 Andreas Steffen
703 1 Andreas Steffen
<pre>
704 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[CFG] received RADIUS Access-Request from client '10.1.0.1'
705 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
706 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
707 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] received TNCCS batch (8 bytes)
708 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] TNC server is handling inbound connection
709 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] processing PB-TNC CDATA batch for Connection ID 1
710 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] PB-TNC state transition from 'Client Working' to 'Server Working'
711 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] received empty PB-TNC CDATA batch
712 1 Andreas Steffen
</pre>
713 1 Andreas Steffen
714 1 Andreas Steffen
<pre>
715 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] TNC server is handling outbound connection
716 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] IMV 1 provides recommendation 'no recommendation' and evaluation 'don't know'
717 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[IMV] IMV 1 "HCD" changed state of Connection ID 1 to 'None'
718 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] PB-TNC state transition from 'Server Working' to 'Decided'
719 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] creating PB-TNC RESULT batch
720 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] adding IETF/PB-Assessment-Result message
721 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] adding IETF/PB-Access-Recommendation message
722 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[TNC] sending PB-TNC RESULT batch (40 bytes) for Connection ID 1
723 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
724 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 01[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
725 13 Andreas Steffen
</pre>
726 1 Andreas Steffen
727 1 Andreas Steffen
<pre>
728 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[CFG] received RADIUS Access-Request from client '10.1.0.1'
729 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
730 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
731 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[TNC] received TNCCS batch (8 bytes)
732 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[TNC] TNC server is handling inbound connection
733 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[TNC] processing PB-TNC CLOSE batch for Connection ID 1
734 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[TNC] PB-TNC state transition from 'Decided' to 'End'
735 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[TNC] final recommendation is 'no recommendation' and evaluation is 'don't know'
736 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[TNC] policy enforced on peer 'carol' is 'no access'
737 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[IKE] EAP_PT_EAP method failed
738 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[TLS] sending TLS close notify
739 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 11[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
740 1 Andreas Steffen
</pre>
741 1 Andreas Steffen
742 5 Andreas Steffen
<pre>
743 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 10[CFG] received RADIUS Access-Request from client '10.1.0.1'
744 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 10[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
745 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 10[CFG] sending RADIUS Access-Reject to client '10.1.0.1'
746 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 10[IMV] IMV 1 "HCD" deleted the state of Connection ID 1
747 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 10[TNC] removed TNCCS Connection ID 1
748 12 Andreas Steffen
Aug  4 17:24:15 alice charon: 10[CFG] removed RADIUS connection for user 'carol' NAS 'strongSwan'
749 1 Andreas Steffen
</pre>
750 1 Andreas Steffen
751 1 Andreas Steffen
Hardcopy device *dave* connects to the PDP
752 1 Andreas Steffen
<pre>
753 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 12[CFG] received RADIUS Access-Request from client '10.1.0.1'
754 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 12[CFG] created RADIUS connection for user 'dave' NAS 'strongSwan'
755 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 12[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
756 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 05[CFG] received RADIUS Access-Request from client '10.1.0.1'
757 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 05[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
758 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 05[TLS] negotiated TLS 1.2 using suite TLS_DHE_RSA_WITH_AES_128_CBC_SHA
759 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 05[TLS] sending TLS server certificate 'C=CH, O=Linux strongSwan, CN=aaa.strongswan.org'
760 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 05[TLS] sending TLS cert request for 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA'
761 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 05[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
762 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 13[CFG] received RADIUS Access-Request from client '10.1.0.1'
763 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 13[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
764 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 13[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
765 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 14[CFG] received RADIUS Access-Request from client '10.1.0.1'
766 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 14[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
767 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 14[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/ID]
768 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 14[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
769 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[CFG] received RADIUS Access-Request from client '10.1.0.1'
770 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
771 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[IKE] received tunneled EAP-TTLS AVP [EAP/RES/ID]
772 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[IKE] received EAP identity 'dave'
773 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[IKE] phase2 method EAP_MD5 selected
774 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/MD5]
775 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 15[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
776 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[CFG] received RADIUS Access-Request from client '10.1.0.1'
777 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
778 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[IKE] received tunneled EAP-TTLS AVP [EAP/RES/MD5]
779 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[IKE] EAP_TTLS phase2 authentication of 'dave' with EAP_MD5 successful
780 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[IKE] phase2 method EAP_PT_EAP selected
781 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
782 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 16[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
783 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[CFG] received RADIUS Access-Request from client '10.1.0.1'
784 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
785 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
786 1 Andreas Steffen
</pre>
787 1 Andreas Steffen
788 1 Andreas Steffen
<pre>
789 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] assigned TNCCS Connection ID 2
790 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" created a state for IF-TNCCS 2.0 Connection ID 2: +long +excl -soh
791 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   over IF-T for Tunneled EAP 2.0 with maximum PA-TNC message size of 65490 bytes
792 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   user AR identity 'dave' of type username authenticated by password
793 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   machine AR identity '%any' of type IPv4 address authenticated by unknown method
794 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" changed state of Connection ID 2 to 'Handshake'
795 1 Andreas Steffen
</pre>
796 1 Andreas Steffen
797 1 Andreas Steffen
<pre>
798 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] received TNCCS batch (716 bytes)
799 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] TNC server is handling inbound connection
800 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PB-TNC CDATA batch for Connection ID 2
801 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] PB-TNC state transition from 'Init' to 'Server Working'
802 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-Language-Preference message (31 bytes)
803 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (221 bytes)
804 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (226 bytes)
805 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
806 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
807 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
808 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
809 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing IETF/PB-PA message (46 bytes)
810 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] setting language preference to 'en'
811 1 Andreas Steffen
</pre>
812 1 Andreas Steffen
813 1 Andreas Steffen
<pre>
814 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'IETF/Operating System' 0x000000/0x00000001
815 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 1
816 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 197 bytes @ 0x7a55c0
817 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 5F E5 9C 04 00 00 00 00 00 00 00 02  ...._...........
818 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 1F 00 00 00 00 00 73 74 72 6F 6E 67 50  .........strongP
819 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 72 69 6E 74 20 4F 53 00 00 00 00 00 00 00 04 00  rint OS.........
820 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 12 03 31 2E 31 00 00 00 00 00 00 00 00 00  ....1.1.........
821 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   64: 03 00 00 00 1C 00 00 00 01 00 00 00 01 00 00 00  ................
822 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   80: 00 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00  ................
823 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   96: 24 03 01 00 00 32 30 31 35 2D 30 38 2D 30 34 54  $....2015-08-04T
824 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  112: 31 37 3A 32 34 3A 30 31 5A 00 00 00 00 00 00 00  17:24:01Z.......
825 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  128: 0B 00 00 00 10 00 00 00 01 00 00 00 00 00 00 00  ................
826 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  144: 0C 00 00 00 10 00 00 00 00 00 00 90 2A 00 00 00  ............*...
827 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  160: 08 00 00 00 2C 61 61 62 62 63 63 64 64 65 65 66  ....,aabbccddeef
828 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  176: 66 31 31 32 32 33 33 34 34 35 35 36 36 37 37 38  f112233445566778
829 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  192: 38 39 39 30 30                                   89900
830 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x5fe59c04
831 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Product Information' 0x000000/0x00000002
832 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/String Version' 0x000000/0x00000004
833 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Numeric Version' 0x000000/0x00000003
834 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Operational Status' 0x000000/0x00000005
835 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Forwarding Enabled' 0x000000/0x0000000b
836 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'IETF/Factory Default Password Enabled' 0x000000/0x0000000c
837 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'ITA-HSR/Device ID' 0x00902a/0x00000008
838 5 Andreas Steffen
</pre>
839 1 Andreas Steffen
840 6 Andreas Steffen
<pre>
841 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype IETF/Operating System
842 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   Forwarding Enabled: enabled
843 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   Factory Default Password Enabled: no
844 1 Andreas Steffen
</pre>
845 1 Andreas Steffen
846 9 Andreas Steffen
<pre>
847 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
848 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
849 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 202 bytes @ 0x7a55c0
850 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 8E E2 DE 5B 00 00 0A 8B 00 00 00 01  .......[........
851 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 65 6E 00 00 0A 8B 00 00 00 14 00 00  ....en..........
852 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 10 00 00 00 00 00 00 0A 8B 00 00 00 16 00 00  ................
853 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 10 00 00 00 01 00 00 0A 8B 00 00 00 02 00 00  ................
854 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   64: 00 24 73 74 72 6F 6E 67 50 72 69 6E 74 20 4C 61  .$strongPrint La
855 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   80: 73 65 72 20 58 2E 35 30 39 61 00 00 0A 8B 00 00  ser X.509a......
856 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   96: 00 28 00 00 00 10 00 00 00 01 00 00 0A 8B 00 00  .(..............
857 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  112: 00 32 00 00 00 1D 30 2E 63 68 2E 70 6F 6F 6C 2E  .2....0.ch.pool.
858 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  128: 6E 74 70 2E 6F 72 67 00 00 0A 8B 00 00 00 03 00  ntp.org.........
859 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  144: 00 00 13 49 54 41 2D 48 53 52 00 00 0A 8B 00 00  ...ITA-HSR......
860 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  160: 00 04 00 00 00 10 00 00 90 2A 00 00 0A 8B 00 00  .........*......
861 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  176: 00 68 00 00 00 10 00 00 00 00 00 00 0A 8B 00 00  .h..............
862 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]  192: 00 69 00 00 00 10 00 00 00 00                    .i........
863 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x8ee2de5b
864 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
865 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD DefaultPasswordEnabled' 0x000a8b/0x00000014
866 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD ForwardingEnabled' 0x000a8b/0x00000016
867 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD MachineTypeModel' 0x000a8b/0x00000002
868 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD PSTNFaxEnabled' 0x000a8b/0x00000028
869 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD TimeSource' 0x000a8b/0x00000032
870 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD VendorName' 0x000a8b/0x00000003
871 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD VendorSMICode' 0x000a8b/0x00000004
872 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationEnabled' 0x000a8b/0x00000068
873 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPersistenceEnabled' 0x000a8b/0x00000069
874 1 Andreas Steffen
</pre>
875 1 Andreas Steffen
876 1 Andreas Steffen
<pre>
877 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD System
878 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: en
879 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD DefaultPasswordEnabled: no
880 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD ForwardingEnabled: enabled
881 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD MachineTypeModel: strongPrint Laser X.509a
882 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD PSTNFaxEnabled: yes
883 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD TimeSource: 0.ch.pool.ntp.org
884 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD VendorName: ITA-HSR
885 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD VendorSMICode: 0x00902a (36906)
886 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD UserApplicationEnabled: no
887 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD UserApplicationPersistenceEnabled: no
888 1 Andreas Steffen
</pre>
889 1 Andreas Steffen
890 1 Andreas Steffen
<pre>
891 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
892 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
893 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a55c0
894 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 34 E3 E1 77 00 00 0A 8B 00 00 00 01  ....4..w........
895 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 72 75                                ....ru
896 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x34e3e177
897 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
898 6 Andreas Steffen
</pre>
899 6 Andreas Steffen
900 1 Andreas Steffen
<pre>
901 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Console
902 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: ru
903 1 Andreas Steffen
</pre>
904 1 Andreas Steffen
905 1 Andreas Steffen
<pre>
906 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
907 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
908 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a55c0
909 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 D2 59 BC 0C 00 00 0A 8B 00 00 00 01  .....Y..........
910 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 66 72                                ....fr
911 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0xd259bc0c
912 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
913 6 Andreas Steffen
</pre>
914 6 Andreas Steffen
915 1 Andreas Steffen
<pre>
916 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Marker
917 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: fr
918 1 Andreas Steffen
</pre>
919 1 Andreas Steffen
920 1 Andreas Steffen
<pre>
921 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
922 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
923 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a55c0
924 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 35 7D 82 FB 00 00 0A 8B 00 00 00 01  ....5}..........
925 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 64 65                                ....de
926 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x357d82fb
927 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
928 6 Andreas Steffen
</pre>
929 6 Andreas Steffen
930 1 Andreas Steffen
<pre>
931 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Finisher
932 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: de
933 1 Andreas Steffen
</pre>
934 1 Andreas Steffen
935 1 Andreas Steffen
<pre>
936 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
937 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
938 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a55c0
939 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 2E 6B FE BF 00 00 0A 8B 00 00 00 01  .....k..........
940 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 65 6E                                ....en
941 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x2e6bfebf
942 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
943 6 Andreas Steffen
</pre>
944 6 Andreas Steffen
945 1 Andreas Steffen
<pre>
946 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Interface
947 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: en
948 1 Andreas Steffen
</pre>
949 1 Andreas Steffen
950 1 Andreas Steffen
<pre>
951 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] handling PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
952 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
953 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] => 22 bytes @ 0x7a55c0
954 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 2A 2D 5A 44 00 00 0A 8B 00 00 00 01  ....*-ZD........
955 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 0E 65 6E                                ....en
956 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC message with ID 0x2a2d5a44
957 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
958 6 Andreas Steffen
</pre>
959 6 Andreas Steffen
960 1 Andreas Steffen
<pre>
961 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] received attributes for PA subtype PWG/HCD Scanner
962 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   HCD AttributesNaturalLanguage: en
963 1 Andreas Steffen
</pre>
964 1 Andreas Steffen
965 1 Andreas Steffen
<pre>
966 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD System' 0x000a8b/0x00000005
967 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
968 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000015 'PWG/HCD FirewallSetting'
969 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
970 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
971 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x000000c8 'PWG/HCD CertificationState'
972 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x000000c9 'PWG/HCD ConfigurationState'
973 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0xffc84396
974 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
975 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
976 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 80 bytes @ 0x7ab5f0
977 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 FF C8 43 96 00 00 55 97 00 00 00 21  ......C...U....!
978 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
979 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 34 00 00 0A 8B 00 00 00 15  .......4........
980 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 3C 00 00 0A 8B 00 00 00 50  .......<.......P
981 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   64: 00 00 0A 8B 00 00 00 C8 00 00 0A 8B 00 00 00 C9  ................
982 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
983 1 Andreas Steffen
</pre>
984 1 Andreas Steffen
985 1 Andreas Steffen
<pre>
986 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
987 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
988 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
989 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
990 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0x4bc1a1ba
991 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
992 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
993 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 56 bytes @ 0x7a6930
994 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 4B C1 A1 BA 00 00 55 97 00 00 00 21  ....K.....U....!
995 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
996 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 1C 00 00 0A 8B 00 00 00 3C  ...............<
997 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
998 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
999 1 Andreas Steffen
</pre>
1000 1 Andreas Steffen
1001 1 Andreas Steffen
<pre>
1002 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
1003 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
1004 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
1005 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
1006 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0x4b77ab8b
1007 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
1008 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
1009 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 56 bytes @ 0x7a6c20
1010 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 4B 77 AB 8B 00 00 55 97 00 00 00 21  ....Kw....U....!
1011 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
1012 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 1C 00 00 0A 8B 00 00 00 3C  ...............<
1013 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
1014 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
1015 1 Andreas Steffen
</pre>
1016 1 Andreas Steffen
1017 1 Andreas Steffen
<pre>
1018 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
1019 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
1020 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
1021 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
1022 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0x42465031
1023 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
1024 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
1025 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 56 bytes @ 0x7a6c20
1026 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 42 46 50 31 00 00 55 97 00 00 00 21  ....BFP1..U....!
1027 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
1028 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 1C 00 00 0A 8B 00 00 00 3C  ...............<
1029 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
1030 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
1031 1 Andreas Steffen
</pre>
1032 1 Andreas Steffen
1033 1 Andreas Steffen
<pre>
1034 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
1035 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
1036 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
1037 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
1038 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0xad401b4d
1039 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
1040 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
1041 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 56 bytes @ 0x7ac410
1042 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 AD 40 1B 4D 00 00 55 97 00 00 00 21  .....@.M..U....!
1043 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
1044 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 1C 00 00 0A 8B 00 00 00 3C  ...............<
1045 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
1046 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
1047 1 Andreas Steffen
</pre>
1048 1 Andreas Steffen
1049 1 Andreas Steffen
<pre>
1050 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] IMV 1 requests a segmentation contract for PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
1051 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 65446 bytes
1052 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
1053 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
1054 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC message with ID 0xcf5cf1d0
1055 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
1056 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
1057 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV] created PA-TNC message: => 56 bytes @ 0x7accf0
1058 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]    0: 01 00 00 00 CF 5C F1 D0 00 00 55 97 00 00 00 21  .....\....U....!
1059 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   16: 00 00 00 14 00 98 96 80 00 00 FF A6 00 00 00 00  ................
1060 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   32: 00 00 00 01 00 00 00 1C 00 00 0A 8B 00 00 00 3C  ...............<
1061 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
1062 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
1063 1 Andreas Steffen
</pre>
1064 1 Andreas Steffen
1065 1 Andreas Steffen
<pre>
1066 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] TNC server is handling outbound connection
1067 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] PB-TNC state transition from 'Server Working' to 'Client Working'
1068 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] creating PB-TNC SDATA batch
1069 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding TCG/PB-PDP-Referral message
1070 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
1071 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
1072 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
1073 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
1074 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
1075 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] adding IETF/PB-PA message
1076 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[TNC] sending PB-TNC SDATA batch (554 bytes) for Connection ID 2
1077 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
1078 14 Andreas Steffen
Aug  4 17:24:15 alice charon: 04[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
1079 1 Andreas Steffen
</pre>
1080 1 Andreas Steffen
1081 1 Andreas Steffen
<pre>
1082 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 03[CFG] received RADIUS Access-Request from client '10.1.0.1'
1083 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 03[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
1084 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 03[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
1085 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[CFG] received RADIUS Access-Request from client '10.1.0.1'
1086 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
1087 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
1088 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] received TNCCS batch (1034 bytes)
1089 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] TNC server is handling inbound connection
1090 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PB-TNC CDATA batch for Connection ID 2
1091 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] PB-TNC state transition from 'Client Working' to 'Server Working'
1092 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (517 bytes)
1093 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
1094 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
1095 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
1096 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (166 bytes)
1097 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (187 bytes)
1098 1 Andreas Steffen
</pre>
1099 1 Andreas Steffen
1100 1 Andreas Steffen
<pre>
1101 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
1102 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2 to IMV 1
1103 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 493 bytes @ 0x7a2910
1104 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]    0: 01 00 00 00 6F 60 06 A7 00 00 55 97 00 00 00 22  ....o`....U...."
1105 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6 00 00 0A 8B  ..........?.....
1106 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   32: 00 00 00 3C 00 00 00 18 46 69 72 6D 77 61 72 65  ...<....Firmware
1107 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   48: 20 41 42 43 00 00 0A 8B 00 00 00 3D 00 00 00 51   ABC.......=...Q
1108 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   64: 73 65 63 75 72 69 74 79 20 70 61 74 63 68 20 32  security patch 2
1109 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   80: 30 31 34 2D 30 35 2D 30 38 0A 75 70 67 72 61 64  014-05-08.upgrad
1110 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   96: 65 20 32 30 31 34 2D 30 38 2D 31 36 0A 73 65 63  e 2014-08-16.sec
1111 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  112: 75 72 69 74 79 20 70 61 74 63 68 20 32 30 31 35  urity patch 2015
1112 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  128: 2D 33 2D 32 32 00 00 0A 8B 00 00 00 3E 00 00 00  -3-22.......>...
1113 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  144: 11 31 2E 30 2E 37 00 00 0A 8B 00 00 00 3F 00 00  .1.0.7.......?..
1114 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  160: 00 1C 00 00 00 01 00 00 00 00 00 00 00 07 00 00  ................
1115 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  176: 00 00 00 00 0A 8B 00 00 00 3C 00 00 00 18 46 69  .........<....Fi
1116 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  192: 72 6D 77 61 72 65 20 55 56 57 00 00 0A 8B 00 00  rmware UVW......
1117 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  208: 00 3D 00 00 00 0C 00 00 0A 8B 00 00 00 3E 00 00  .=...........>..
1118 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  224: 00 12 31 33 2E 38 2E 35 00 00 0A 8B 00 00 00 3F  ..13.8.5.......?
1119 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  240: 00 00 00 1C 00 00 00 0D 00 00 00 08 00 00 00 05  ................
1120 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  256: 00 00 00 00 00 00 0A 8B 00 00 00 50 00 00 00 1C  ...........P....
1121 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  272: 52 65 73 69 64 65 6E 74 20 41 70 70 20 58 59 5A  Resident App XYZ
1122 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  288: 00 00 0A 8B 00 00 00 51 00 00 00 3A 78 6D 61 73  .......Q...:xmas
1123 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  304: 20 70 61 74 63 68 20 32 30 31 34 2D 31 32 2D 32   patch 2014-12-2
1124 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  320: 34 0A 73 65 72 76 69 63 65 20 70 61 74 63 68 20  4.service patch 
1125 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  336: 32 30 31 35 2D 30 35 2D 32 32 00 00 0A 8B 00 00  2015-05-22......
1126 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  352: 00 52 00 00 00 0F 32 2E 35 00 00 0A 8B 00 00 00  .R....2.5.......
1127 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  368: 53 00 00 00 1C 00 00 00 02 00 00 00 05 00 00 00  S...............
1128 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  384: 00 00 00 00 00 00 00 0A 8B 00 00 00 C8 00 00 00  ................
1129 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  400: 2C 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E  ,...............
1130 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  416: 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E  ................
1131 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  432: 1F 00 00 0A 8B 00 00 00 C9 00 00 00 3C F0 F1 F2  ............<...
1132 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  448: F3 F4 F5 F6 F7 F8 F9 FA FB FC FD FE FF E0 E1 E2  ................
1133 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  464: E3 E4 E5 E6 E7 E8 E9 EA EB EC ED EE EF D0 D1 D2  ................
1134 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  480: D3 D4 D5 D6 D7 D8 D9 DA DB DC DD DE DF           .............
1135 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x6f6006a7
1136 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
1137 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
1138 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
1139 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
1140 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
1141 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
1142 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
1143 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
1144 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
1145 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationName' 0x000a8b/0x00000050
1146 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationPatches' 0x000a8b/0x00000051
1147 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationStringVersion' 0x000a8b/0x00000052
1148 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationVersion' 0x000a8b/0x00000053
1149 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD CertificationState' 0x000a8b/0x000000c8
1150 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ConfigurationState' 0x000a8b/0x000000c9
1151 7 Andreas Steffen
</pre>
1152 7 Andreas Steffen
1153 1 Andreas Steffen
<pre>
1154 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD System' 0x000a8b/0x00000005
1155 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
1156 1 Andreas Steffen
</pre>
1157 1 Andreas Steffen
1158 1 Andreas Steffen
<pre>
1159 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD System
1160 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareName: Firmware ABC
1161 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwarePatches: security patch 2014-05-08
1162 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] upgrade 2014-08-16
1163 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] security patch 2015-3-22
1164 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareStringVersion: 1.0.7
1165 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareVersion: 00:00:00:01:00:00:00:00:00:00:00:07:00:00:00:00
1166 1 Andreas Steffen
</pre>
1167 7 Andreas Steffen
1168 7 Andreas Steffen
<pre>
1169 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareName: Firmware UVW
1170 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwarePatches: 
1171 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareStringVersion: 13.8.5
1172 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareVersion: 00:00:00:0d:00:00:00:08:00:00:00:05:00:00:00:00
1173 1 Andreas Steffen
</pre>
1174 1 Andreas Steffen
1175 7 Andreas Steffen
<pre>
1176 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationName: Resident App XYZ
1177 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationPatches: xmas patch 2014-12-24
1178 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] service patch 2015-05-22
1179 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationStringVersion: 2.5
1180 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationVersion: 00:00:00:02:00:00:00:05:00:00:00:00:00:00:00:00
1181 1 Andreas Steffen
</pre>
1182 1 Andreas Steffen
1183 1 Andreas Steffen
<pre>
1184 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD CertificationState: => 32 bytes @ 0x7adaf0
1185 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]    0: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F  ................
1186 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   16: 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F  ................
1187 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ConfigurationState: => 48 bytes @ 0x7adf80
1188 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]    0: F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 FA FB FC FD FE FF  ................
1189 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   16: E0 E1 E2 E3 E4 E5 E6 E7 E8 E9 EA EB EC ED EE EF  ................
1190 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   32: D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 DA DB DC DD DE DF  ................
1191 1 Andreas Steffen
</pre>
1192 1 Andreas Steffen
1193 1 Andreas Steffen
<pre>
1194 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
1195 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2 to IMV 1
1196 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 28 bytes @ 0x7a3a70
1197 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]    0: 01 00 00 00 7A 23 F1 88 00 00 55 97 00 00 00 22  ....z#....U...."
1198 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6              ..........?.
1199 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x7a23f188
1200 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
1201 7 Andreas Steffen
</pre>
1202 7 Andreas Steffen
1203 1 Andreas Steffen
<pre>
1204 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
1205 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
1206 7 Andreas Steffen
</pre>
1207 1 Andreas Steffen
1208 1 Andreas Steffen
<pre>
1209 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Console
1210 1 Andreas Steffen
</pre>
1211 1 Andreas Steffen
1212 1 Andreas Steffen
<pre>
1213 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
1214 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2 to IMV 1
1215 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 28 bytes @ 0x7a24c0
1216 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]    0: 01 00 00 00 72 B3 4B 6C 00 00 55 97 00 00 00 22  ....r.Kl..U...."
1217 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6              ..........?.
1218 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x72b34b6c
1219 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
1220 7 Andreas Steffen
</pre>
1221 7 Andreas Steffen
1222 1 Andreas Steffen
<pre>
1223 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
1224 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
1225 1 Andreas Steffen
</pre>
1226 1 Andreas Steffen
1227 1 Andreas Steffen
<pre>
1228 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Marker
1229 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
1230 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2 to IMV 1
1231 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 28 bytes @ 0x7a24c0
1232 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]    0: 01 00 00 00 84 62 E9 ED 00 00 55 97 00 00 00 22  .....b....U...."
1233 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6              ..........?.
1234 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x8462e9ed
1235 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
1236 7 Andreas Steffen
</pre>
1237 7 Andreas Steffen
1238 1 Andreas Steffen
<pre>
1239 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
1240 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
1241 1 Andreas Steffen
</pre>
1242 1 Andreas Steffen
1243 1 Andreas Steffen
<pre>
1244 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Finisher
1245 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
1246 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2 to IMV 1
1247 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 142 bytes @ 0x7a24c0
1248 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]    0: 01 00 00 00 31 21 3F B1 00 00 55 97 00 00 00 22  ....1!?...U...."
1249 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6 00 00 0A 8B  ..........?.....
1250 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   32: 00 00 00 50 00 00 00 23 52 65 73 69 64 65 6E 74  ...P...#Resident
1251 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   48: 20 41 70 70 20 49 6E 74 65 72 66 61 63 65 2B 00   App Interface+.
1252 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   64: 00 0A 8B 00 00 00 51 00 00 00 24 73 65 72 76 69  ......Q...$servi
1253 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   80: 63 65 20 70 61 74 63 68 20 32 30 31 35 2D 30 32  ce patch 2015-02
1254 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   96: 2D 30 39 00 00 0A 8B 00 00 00 52 00 00 00 0F 32  -09.......R....2
1255 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  112: 2E 35 00 00 0A 8B 00 00 00 53 00 00 00 1C 00 00  .5.......S......
1256 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  128: 00 02 00 00 00 05 00 00 00 00 00 00 00 00        ..............
1257 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x31213fb1
1258 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
1259 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationName' 0x000a8b/0x00000050
1260 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationPatches' 0x000a8b/0x00000051
1261 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationStringVersion' 0x000a8b/0x00000052
1262 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationVersion' 0x000a8b/0x00000053
1263 7 Andreas Steffen
</pre>
1264 7 Andreas Steffen
1265 1 Andreas Steffen
<pre>
1266 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
1267 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
1268 1 Andreas Steffen
</pre>
1269 1 Andreas Steffen
1270 7 Andreas Steffen
<pre>
1271 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Interface
1272 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationName: Resident App Interface+
1273 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationPatches: service patch 2015-02-09
1274 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationStringVersion: 2.5
1275 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationVersion: 00:00:00:02:00:00:00:05:00:00:00:00:00:00:00:00
1276 1 Andreas Steffen
</pre>
1277 1 Andreas Steffen
1278 1 Andreas Steffen
<pre>
1279 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
1280 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2 to IMV 1
1281 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 163 bytes @ 0x7a2ee0
1282 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]    0: 01 00 00 00 07 EC 84 1E 00 00 55 97 00 00 00 22  ..........U...."
1283 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   16: 00 00 00 14 00 98 96 80 00 00 3F A6 00 00 0A 8B  ..........?.....
1284 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   32: 00 00 00 3C 00 00 00 1C 53 63 61 6E 6E 65 72 20  ...<....Scanner 
1285 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   48: 46 69 72 6D 77 61 72 65 00 00 0A 8B 00 00 00 3D  Firmware.......=
1286 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   64: 00 00 00 3E 73 65 63 75 72 69 74 79 20 70 61 74  ...>security pat
1287 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   80: 63 68 20 32 30 31 33 2D 30 38 2D 31 31 0A 73 65  ch 2013-08-11.se
1288 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   96: 63 75 72 69 74 79 20 70 61 74 63 68 20 32 30 31  curity patch 201
1289 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  112: 35 2D 35 2D 33 30 00 00 0A 8B 00 00 00 3E 00 00  5-5-30.......>..
1290 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  128: 00 11 32 2E 35 2E 33 00 00 0A 8B 00 00 00 3F 00  ..2.5.3.......?.
1291 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  144: 00 00 1C 00 00 00 02 00 00 00 05 00 00 00 03 00  ................
1292 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  160: 00 00 00                                         ...
1293 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x07ec841e
1294 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
1295 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
1296 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
1297 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
1298 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
1299 7 Andreas Steffen
</pre>
1300 7 Andreas Steffen
1301 1 Andreas Steffen
<pre>
1302 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] IMV 1 received a segmentation contract response from IMC 2 for PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
1303 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   maximum attribute size of 10000000 bytes with maximum segment size of 16294 bytes
1304 1 Andreas Steffen
</pre>
1305 1 Andreas Steffen
1306 1 Andreas Steffen
<pre>
1307 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Scanner
1308 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareName: Scanner Firmware
1309 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwarePatches: security patch 2013-08-11
1310 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] security patch 2015-5-30
1311 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareStringVersion: 2.5.3
1312 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareVersion: 00:00:00:02:00:00:00:05:00:00:00:03:00:00:00:00
1313 1 Andreas Steffen
</pre>
1314 1 Andreas Steffen
1315 1 Andreas Steffen
<pre>
1316 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] TNC server is handling outbound connection
1317 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] no recommendation available yet, sending empty PB-TNC SDATA batch
1318 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] PB-TNC state transition from 'Server Working' to 'Client Working'
1319 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] creating PB-TNC SDATA batch
1320 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] sending PB-TNC SDATA batch (8 bytes) for Connection ID 2
1321 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
1322 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
1323 1 Andreas Steffen
</pre>
1324 1 Andreas Steffen
1325 1 Andreas Steffen
<pre>
1326 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[CFG] received RADIUS Access-Request from client '10.1.0.1'
1327 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
1328 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
1329 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] received TNCCS batch (8 bytes)
1330 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] TNC server is handling inbound connection
1331 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] processing PB-TNC CDATA batch for Connection ID 2
1332 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] PB-TNC state transition from 'Client Working' to 'Server Working'
1333 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] received empty PB-TNC CDATA batch
1334 1 Andreas Steffen
</pre>
1335 1 Andreas Steffen
1336 1 Andreas Steffen
<pre>
1337 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] TNC server is handling outbound connection
1338 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] IMV 1 provides recommendation 'no recommendation' and evaluation 'don't know'
1339 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[IMV] IMV 1 "HCD" changed state of Connection ID 2 to 'None'
1340 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] PB-TNC state transition from 'Server Working' to 'Decided'
1341 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] creating PB-TNC RESULT batch
1342 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] adding IETF/PB-Assessment-Result message
1343 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] adding IETF/PB-Access-Recommendation message
1344 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] sending PB-TNC RESULT batch (40 bytes) for Connection ID 2
1345 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
1346 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
1347 1 Andreas Steffen
</pre>
1348 1 Andreas Steffen
1349 1 Andreas Steffen
<pre>
1350 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[CFG] received RADIUS Access-Request from client '10.1.0.1'
1351 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
1352 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
1353 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] received TNCCS batch (8 bytes)
1354 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] TNC server is handling inbound connection
1355 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] processing PB-TNC CLOSE batch for Connection ID 2
1356 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] PB-TNC state transition from 'Decided' to 'End'
1357 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] final recommendation is 'no recommendation' and evaluation is 'don't know'
1358 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] policy enforced on peer 'dave' is 'no access'
1359 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[IKE] EAP_PT_EAP method failed
1360 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TLS] sending TLS close notify
1361 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
1362 1 Andreas Steffen
</pre>
1363 1 Andreas Steffen
1364 1 Andreas Steffen
<pre>
1365 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[CFG] received RADIUS Access-Request from client '10.1.0.1'
1366 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
1367 7 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[CFG] sending RADIUS Access-Reject to client '10.1.0.1'
1368 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[IMV] IMV 1 "HCD" deleted the state of Connection ID 2
1369 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[TNC] removed TNCCS Connection ID 2
1370 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[CFG] removed RADIUS connection for user 'dave' NAS 'strongSwan'
1371 1 Andreas Steffen
</pre>
1372 1 Andreas Steffen
1373 1 Andreas Steffen
<pre>
1374 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[DMN] signal of type SIGINT received. Shutting down
1375 7 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[IMV] IMV 1 "HCD" terminated
1376 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[TNC] removed IETF attributes
1377 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[TNC] removed ITA-HSR attributes
1378 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[TNC] removed PWG attributes
1379 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[TNC] removed TCG attributes
1380 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[LIB] libimcv terminated
1381 1 Andreas Steffen
</pre>
1382 1 Andreas Steffen
</pre>