Project

General

Profile

Hardcopy Device Integrity Measurement Verifier » History » Version 7

Andreas Steffen, 25.07.2015 21:39

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