Project

General

Profile

Hardcopy Device Integrity Measurement Verifier » History » Version 1

Andreas Steffen, 25.07.2015 18:42

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 1 Andreas Steffen
The HCD IMV is loaded
20 1 Andreas Steffen
<pre>
21 1 Andreas Steffen
Jul 25 16:12:40 alice charon: 00[TNC] loading IMVs from '/etc/tnc_config'
22 1 Andreas Steffen
Jul 25 16:12:40 alice charon: 00[TNC] added IETF attributes
23 1 Andreas Steffen
Jul 25 16:12:40 alice charon: 00[TNC] added ITA-HSR attributes
24 1 Andreas Steffen
Jul 25 16:12:40 alice charon: 00[TNC] added PWG attributes
25 1 Andreas Steffen
Jul 25 16:12:40 alice charon: 00[TNC] added TCG attributes
26 1 Andreas Steffen
Jul 25 16:12:41 alice charon: 00[LIB] libimcv initialized
27 1 Andreas Steffen
Jul 25 16:12:41 alice charon: 00[IMV] IMV 1 "HCD" initialized
28 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
29 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'
30 1 Andreas Steffen
</pre>
31 1 Andreas Steffen
32 1 Andreas Steffen
The HCD IMV 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.
33 1 Andreas Steffen
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 1 Andreas Steffen
<pre>
45 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 11[CFG] received RADIUS Access-Request from client '10.1.0.1'
46 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 11[CFG] created RADIUS connection for user 'carol' NAS 'strongSwan'
47 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 11[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
48 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 04[CFG] received RADIUS Access-Request from client '10.1.0.1'
49 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 04[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
50 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
51 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'
52 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'
53 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 04[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
54 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 12[CFG] received RADIUS Access-Request from client '10.1.0.1'
55 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 12[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
56 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 12[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
57 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 13[CFG] received RADIUS Access-Request from client '10.1.0.1'
58 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 13[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
59 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 13[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/ID]
60 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 13[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
61 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 14[CFG] received RADIUS Access-Request from client '10.1.0.1'
62 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 14[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
63 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 14[IKE] received tunneled EAP-TTLS AVP [EAP/RES/ID]
64 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 14[IKE] received EAP identity 'carol'
65 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 14[IKE] phase2 method EAP_MD5 selected
66 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 14[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/MD5]
67 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 14[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
68 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 15[CFG] received RADIUS Access-Request from client '10.1.0.1'
69 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 15[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
70 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 15[IKE] received tunneled EAP-TTLS AVP [EAP/RES/MD5]
71 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 15[IKE] EAP_TTLS phase2 authentication of 'carol' with EAP_MD5 successful
72 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 15[IKE] phase2 method EAP_PT_EAP selected
73 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 15[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
74 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 15[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
75 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[CFG] received RADIUS Access-Request from client '10.1.0.1'
76 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
77 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
78 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] assigned TNCCS Connection ID 1
79 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
80 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
81 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   user AR identity 'carol' of type username authenticated by password
82 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   machine AR identity '%any' of type IPv4 address authenticated by unknown method
83 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] IMV 1 "HCD" changed state of Connection ID 1 to 'Handshake'
84 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] received TNCCS batch (716 bytes)
85 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] TNC server is handling inbound connection
86 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PB-TNC CDATA batch for Connection ID 1
87 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] PB-TNC state transition from 'Init' to 'Server Working'
88 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing IETF/PB-Language-Preference message (31 bytes)
89 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing IETF/PB-PA message (221 bytes)
90 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing IETF/PB-PA message (226 bytes)
91 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
92 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
93 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
94 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
95 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
96 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] setting language preference to 'en'
97 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] handling PB-PA message type 'IETF/Operating System' 0x000000/0x00000001
98 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 1
99 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] => 197 bytes @ 0x7a83b0
100 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  ...../..........
101 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
102 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.........
103 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.........
104 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  ................
105 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  ................
106 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
107 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.......
108 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  ................
109 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  ............*...
110 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
111 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
112 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]  192: 30 38 37 30 65                                   0870e
113 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC message with ID 0x1c2fcae3
114 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Product Information' 0x000000/0x00000002
115 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/String Version' 0x000000/0x00000004
116 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Numeric Version' 0x000000/0x00000003
117 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Operational Status' 0x000000/0x00000005
118 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Forwarding Enabled' 0x000000/0x0000000b
119 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Factory Default Password Enabled' 0x000000/0x0000000c
120 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'ITA-HSR/Device ID' 0x00902a/0x00000008
121 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] received attributes for PA subtype IETF/Operating System
122 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   Forwarding Enabled: disabled
123 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   Factory Default Password Enabled: yes
124 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
125 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
126 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] => 202 bytes @ 0x7a83b0
127 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..........
128 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..........
129 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  ................
130 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  ................
131 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
132 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......
133 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  .(..............
134 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.
135 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.........
136 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......
137 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  .........*......
138 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..............
139 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]  192: 00 69 00 00 00 10 00 00 00 00                    .i........
140 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC message with ID 0x4b54dbfa
141 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
142 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD DefaultPasswordEnabled' 0x000a8b/0x00000014
143 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD ForwardingEnabled' 0x000a8b/0x00000016
144 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD MachineTypeModel' 0x000a8b/0x00000002
145 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD PSTNFaxEnabled' 0x000a8b/0x00000028
146 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD TimeSource' 0x000a8b/0x00000032
147 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD VendorName' 0x000a8b/0x00000003
148 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD VendorSMICode' 0x000a8b/0x00000004
149 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationEnabled' 0x000a8b/0x00000068
150 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPersistenceEnabled' 0x000a8b/0x00000069
151 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD System
152 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: en
153 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD DefaultPasswordEnabled: yes
154 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD ForwardingEnabled: disabled
155 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD MachineTypeModel: strongPrint Laser X.509a
156 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD PSTNFaxEnabled: yes
157 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD TimeSource: 0.ch.pool.ntp.org
158 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD VendorName: ITA-HSR
159 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD VendorSMICode: 0x00902a (36906)
160 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD UserApplicationEnabled: yes
161 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD UserApplicationPersistenceEnabled: no
162 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
163 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
164 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] => 22 bytes @ 0x7a83b0
165 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.>.........
166 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   16: 00 00 00 0E 72 75                                ....ru
167 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC message with ID 0x479c3ead
168 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
169 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Console
170 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: ru
171 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
172 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
173 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] => 22 bytes @ 0x7a83b0
174 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...........
175 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   16: 00 00 00 0E 66 72                                ....fr
176 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC message with ID 0x5009e6e8
177 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
178 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Marker
179 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: fr
180 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
181 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
182 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] => 22 bytes @ 0x7a83b0
183 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..........
184 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   16: 00 00 00 0E 64 65                                ....de
185 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC message with ID 0x22540aee
186 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
187 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Finisher
188 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: de
189 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
190 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
191 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] => 22 bytes @ 0x7a83b0
192 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  ....$...........
193 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   16: 00 00 00 0E 65 6E                                ....en
194 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC message with ID 0x24f0da1d
195 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
196 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Interface
197 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: en
198 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
199 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 1 from IMC 2
200 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] => 22 bytes @ 0x7a83b0
201 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  ....:...........
202 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   16: 00 00 00 0E 65 6E                                ....en
203 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC message with ID 0x3a83eec4
204 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
205 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Scanner
206 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: en
207 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
208 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
209 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000015 'PWG/HCD FirewallSetting'
210 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
211 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
212 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
213 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x000000c8 'PWG/HCD CertificationState'
214 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x000000c9 'PWG/HCD ConfigurationState'
215 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC message with ID 0x9d9d53e5
216 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
217 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
218 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] created PA-TNC message: => 88 bytes @ 0x7a7d80
219 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....!
220 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  ................
221 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  .......<........
222 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
223 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........
224 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV]   80: 00 00 0A 8B 00 00 00 C9                          ........
225 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
226 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
227 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
228 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
229 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
230 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
231 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC message with ID 0x44556e76
232 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
233 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
234 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] created PA-TNC message: => 64 bytes @ 0x7a9150
235 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....!
236 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  ................
237 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  .......$.......<
238 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
239 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
240 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
241 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
242 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
243 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
244 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
245 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC message with ID 0xce8cf56c
246 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
247 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
248 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] created PA-TNC message: => 64 bytes @ 0x7a9b90
249 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....!
250 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  ................
251 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  .......$.......<
252 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
253 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
254 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
255 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
256 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
257 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
258 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
259 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC message with ID 0x1efc7bae
260 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
261 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
262 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] created PA-TNC message: => 64 bytes @ 0x7a8e90
263 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....!
264 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  ................
265 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  .......$.......<
266 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
267 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
268 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
269 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
270 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
271 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
272 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
273 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC message with ID 0x7d2074ea
274 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
275 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
276 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] created PA-TNC message: => 64 bytes @ 0x7ab9f0
277 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....!
278 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  ................
279 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  .......$.......<
280 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
281 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
282 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
283 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
284 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
285 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
286 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC]   0x000a8b/0x00000064 'PWG/HCD UserApplicationName'
287 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC message with ID 0xb9c7453d
288 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
289 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
290 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IMV] created PA-TNC message: => 64 bytes @ 0x7aab80
291 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....!
292 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  ................
293 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  .......$.......<
294 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
295 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
296 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] TNC server is handling outbound connection
297 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] PB-TNC state transition from 'Server Working' to 'Client Working'
298 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] creating PB-TNC SDATA batch
299 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] adding TCG/PB-PDP-Referral message
300 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] adding IETF/PB-PA message
301 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] adding IETF/PB-PA message
302 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] adding IETF/PB-PA message
303 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] adding IETF/PB-PA message
304 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] adding IETF/PB-PA message
305 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] adding IETF/PB-PA message
306 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[TNC] sending PB-TNC SDATA batch (602 bytes) for Connection ID 1
307 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
308 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 16[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
309 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 03[CFG] received RADIUS Access-Request from client '10.1.0.1'
310 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 03[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
311 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 03[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
312 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[CFG] received RADIUS Access-Request from client '10.1.0.1'
313 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
314 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
315 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] received TNCCS batch (1385 bytes)
316 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] TNC server is handling inbound connection
317 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PB-TNC CDATA batch for Connection ID 1
318 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] PB-TNC state transition from 'Client Working' to 'Server Working'
319 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing IETF/PB-PA message (787 bytes)
320 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
321 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
322 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
323 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing IETF/PB-PA message (166 bytes)
324 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing IETF/PB-PA message (268 bytes)
325 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
326 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
327 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] => 763 bytes @ 0x7a5600
328 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...."
329 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  ..........?.....
330 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
331 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
332 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
333 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
334 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
335 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
336 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.......>...
337 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.......?..
338 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  ................
339 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
340 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......
341 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  .=...........>..
342 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.......?
343 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  ................
344 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....
345 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
346 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
347 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
348 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 
349 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......
350 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.......
351 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...............
352 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...
353 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
354 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......
355 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.
356 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.....
357 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  ................
358 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
359 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!.
360 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.........
361 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......
362 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..............
363 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..
364 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
365 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..
366 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.
367 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.
368 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........
369 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  ..............,.
370 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  ................
371 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  ................
372 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  ..........<.....
373 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  ................
374 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  ................
375 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]  752: D5 D6 D7 D8 D9 DA DB DC DD DE DF                 ...........
376 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC message with ID 0xa4007712
377 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
378 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
379 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
380 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
381 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
382 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
383 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
384 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
385 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
386 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationName' 0x000a8b/0x00000050
387 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationPatches' 0x000a8b/0x00000051
388 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationStringVersion' 0x000a8b/0x00000052
389 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationVersion' 0x000a8b/0x00000053
390 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationName' 0x000a8b/0x00000064
391 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPatches' 0x000a8b/0x00000065
392 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationStringVersion' 0x000a8b/0x00000066
393 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationVersion' 0x000a8b/0x00000067
394 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationName' 0x000a8b/0x00000064
395 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPatches' 0x000a8b/0x00000065
396 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationStringVersion' 0x000a8b/0x00000066
397 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationVersion' 0x000a8b/0x00000067
398 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationName' 0x000a8b/0x00000064
399 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPatches' 0x000a8b/0x00000065
400 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationStringVersion' 0x000a8b/0x00000066
401 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationVersion' 0x000a8b/0x00000067
402 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD CertificationState' 0x000a8b/0x000000c8
403 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ConfigurationState' 0x000a8b/0x000000c9
404 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
405 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
406 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD System
407 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwareName: Firmware ABC
408 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwarePatches: security patch 2014-05-08
409 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] upgrade 2014-08-16
410 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] security patch 2015-3-22
411 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwareStringVersion: 1.0.7
412 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
413 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwareName: Firmware UVW
414 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwarePatches: 
415 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwareStringVersion: 13.8.5
416 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
417 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD ResidentApplicationName: Resident App XYZ
418 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD ResidentApplicationPatches: xmas patch 2014-12-24
419 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] service patch 2015-05-22
420 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD ResidentApplicationStringVersion: 2.5
421 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
422 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationName: My Java Photo App
423 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationPatches: 
424 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationStringVersion: 5.2.3.8.1
425 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
426 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationName: Print Your Dinosaur!
427 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationPatches: 
428 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationStringVersion: 1.0
429 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
430 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationName: Label Everything App
431 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationPatches: 
432 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationStringVersion: 7.5.8.2.3
433 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
434 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD CertificationState: => 32 bytes @ 0x7b1810
435 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  ................
436 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  ................
437 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD ConfigurationState: => 48 bytes @ 0x7b1ca0
438 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  ................
439 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  ................
440 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  ................
441 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
442 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
443 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] => 28 bytes @ 0x7a5600
444 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...."
445 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              ..........?.
446 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC message with ID 0x10f5116c
447 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
448 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
449 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
450 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Console
451 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
452 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
453 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] => 28 bytes @ 0x7a6d40
454 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...."
455 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              ..........?.
456 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC message with ID 0xcf94b8d7
457 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
458 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
459 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
460 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Marker
461 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
462 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
463 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] => 28 bytes @ 0x7a5340
464 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...."
465 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              ..........?.
466 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC message with ID 0x19f5d207
467 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
468 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
469 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
470 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Finisher
471 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
472 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
473 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] => 142 bytes @ 0x7a57c0
474 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...."
475 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  ..........?.....
476 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
477 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+.
478 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
479 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
480 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
481 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......
482 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        ..............
483 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC message with ID 0x7d45c764
484 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
485 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationName' 0x000a8b/0x00000050
486 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationPatches' 0x000a8b/0x00000051
487 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationStringVersion' 0x000a8b/0x00000052
488 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationVersion' 0x000a8b/0x00000053
489 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
490 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
491 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Interface
492 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD ResidentApplicationName: Resident App Interface+
493 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD ResidentApplicationPatches: service patch 2015-02-09
494 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD ResidentApplicationStringVersion: 2.5
495 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
496 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
497 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
498 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] => 244 bytes @ 0x7a57c0
499 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...."
500 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  ..........?.....
501 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 
502 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.......=
503 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
504 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
505 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
506 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.......>..
507 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.......?.
508 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  ................
509 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
510 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.
511 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
512 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
513 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  ................
514 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]  240: 00 05 00 07                                      ....
515 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC message with ID 0x56f7464e
516 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
517 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
518 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
519 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
520 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
521 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationName' 0x000a8b/0x00000064
522 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPatches' 0x000a8b/0x00000065
523 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationStringVersion' 0x000a8b/0x00000066
524 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationVersion' 0x000a8b/0x00000067
525 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
526 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
527 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Scanner
528 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwareName: Scanner Firmware
529 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwarePatches: security patch 2013-08-11
530 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV] security patch 2015-5-30
531 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD FirmwareStringVersion: 2.5.3
532 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
533 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationName: EasyScan
534 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationPatches: 
535 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IMV]   HCD UserApplicationStringVersion: 2.2.3.5.7
536 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
537 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] TNC server is handling outbound connection
538 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] no recommendation available yet, sending empty PB-TNC SDATA batch
539 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] PB-TNC state transition from 'Server Working' to 'Client Working'
540 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] creating PB-TNC SDATA batch
541 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[TNC] sending PB-TNC SDATA batch (8 bytes) for Connection ID 1
542 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
543 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 02[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
544 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[CFG] received RADIUS Access-Request from client '10.1.0.1'
545 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
546 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
547 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] received TNCCS batch (8 bytes)
548 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] TNC server is handling inbound connection
549 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] processing PB-TNC CDATA batch for Connection ID 1
550 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] PB-TNC state transition from 'Client Working' to 'Server Working'
551 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] received empty PB-TNC CDATA batch
552 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] TNC server is handling outbound connection
553 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] IMV 1 provides recommendation 'no recommendation' and evaluation 'don't know'
554 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[IMV] IMV 1 "HCD" changed state of Connection ID 1 to 'None'
555 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] PB-TNC state transition from 'Server Working' to 'Decided'
556 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] creating PB-TNC RESULT batch
557 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] adding IETF/PB-Assessment-Result message
558 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] adding IETF/PB-Access-Recommendation message
559 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[TNC] sending PB-TNC RESULT batch (40 bytes) for Connection ID 1
560 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
561 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 01[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
562 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[CFG] received RADIUS Access-Request from client '10.1.0.1'
563 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
564 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
565 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[TNC] received TNCCS batch (8 bytes)
566 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[TNC] TNC server is handling inbound connection
567 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[TNC] processing PB-TNC CLOSE batch for Connection ID 1
568 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[TNC] PB-TNC state transition from 'Decided' to 'End'
569 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[TNC] final recommendation is 'no recommendation' and evaluation is 'don't know'
570 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[TNC] policy enforced on peer 'carol' is 'no access'
571 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[IKE] EAP_PT_EAP method failed
572 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[TLS] sending TLS close notify
573 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 10[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
574 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 05[CFG] received RADIUS Access-Request from client '10.1.0.1'
575 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 05[CFG] found RADIUS connection for user 'carol' NAS 'strongSwan'
576 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 05[CFG] sending RADIUS Access-Reject to client '10.1.0.1'
577 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 05[IMV] IMV 1 "HCD" deleted the state of Connection ID 1
578 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 05[TNC] removed TNCCS Connection ID 1
579 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 05[CFG] removed RADIUS connection for user 'carol' NAS 'strongSwan'
580 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 11[CFG] received RADIUS Access-Request from client '10.1.0.1'
581 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 11[CFG] created RADIUS connection for user 'dave' NAS 'strongSwan'
582 1 Andreas Steffen
Jul 25 16:12:42 alice charon: 11[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
583 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 04[CFG] received RADIUS Access-Request from client '10.1.0.1'
584 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 04[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
585 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
586 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'
587 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'
588 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 04[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
589 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 12[CFG] received RADIUS Access-Request from client '10.1.0.1'
590 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 12[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
591 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 12[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
592 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 13[CFG] received RADIUS Access-Request from client '10.1.0.1'
593 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 13[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
594 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 13[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/ID]
595 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 13[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
596 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 14[CFG] received RADIUS Access-Request from client '10.1.0.1'
597 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 14[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
598 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 14[IKE] received tunneled EAP-TTLS AVP [EAP/RES/ID]
599 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 14[IKE] received EAP identity 'dave'
600 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 14[IKE] phase2 method EAP_MD5 selected
601 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 14[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/MD5]
602 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 14[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
603 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 15[CFG] received RADIUS Access-Request from client '10.1.0.1'
604 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 15[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
605 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 15[IKE] received tunneled EAP-TTLS AVP [EAP/RES/MD5]
606 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 15[IKE] EAP_TTLS phase2 authentication of 'dave' with EAP_MD5 successful
607 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 15[IKE] phase2 method EAP_PT_EAP selected
608 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 15[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
609 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 15[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
610 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[CFG] received RADIUS Access-Request from client '10.1.0.1'
611 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
612 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
613 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] assigned TNCCS Connection ID 2
614 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
615 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
616 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   user AR identity 'dave' of type username authenticated by password
617 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   machine AR identity '%any' of type IPv4 address authenticated by unknown method
618 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] IMV 1 "HCD" changed state of Connection ID 2 to 'Handshake'
619 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] received TNCCS batch (716 bytes)
620 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] TNC server is handling inbound connection
621 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PB-TNC CDATA batch for Connection ID 2
622 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] PB-TNC state transition from 'Init' to 'Server Working'
623 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing IETF/PB-Language-Preference message (31 bytes)
624 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing IETF/PB-PA message (221 bytes)
625 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing IETF/PB-PA message (226 bytes)
626 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
627 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
628 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
629 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
630 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing IETF/PB-PA message (46 bytes)
631 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] setting language preference to 'en'
632 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] handling PB-PA message type 'IETF/Operating System' 0x000000/0x00000001
633 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 1
634 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] => 197 bytes @ 0x7a4bd0
635 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  ....#...........
636 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
637 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.........
638 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.........
639 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  ................
640 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  ................
641 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
642 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.......
643 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  ................
644 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  ............*...
645 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
646 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
647 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]  192: 38 39 39 30 30                                   89900
648 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC message with ID 0x23edd198
649 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Product Information' 0x000000/0x00000002
650 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/String Version' 0x000000/0x00000004
651 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Numeric Version' 0x000000/0x00000003
652 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Operational Status' 0x000000/0x00000005
653 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Forwarding Enabled' 0x000000/0x0000000b
654 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'IETF/Factory Default Password Enabled' 0x000000/0x0000000c
655 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'ITA-HSR/Device ID' 0x00902a/0x00000008
656 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] received attributes for PA subtype IETF/Operating System
657 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   Forwarding Enabled: enabled
658 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   Factory Default Password Enabled: yes
659 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
660 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
661 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] => 202 bytes @ 0x7a4bd0
662 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.".........
663 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..........
664 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  ................
665 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  ................
666 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
667 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......
668 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  .(..............
669 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.
670 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.........
671 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......
672 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  .........*......
673 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..............
674 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]  192: 00 69 00 00 00 10 00 00 00 00                    .i........
675 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC message with ID 0x4af02286
676 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
677 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD DefaultPasswordEnabled' 0x000a8b/0x00000014
678 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD ForwardingEnabled' 0x000a8b/0x00000016
679 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD MachineTypeModel' 0x000a8b/0x00000002
680 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD PSTNFaxEnabled' 0x000a8b/0x00000028
681 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD TimeSource' 0x000a8b/0x00000032
682 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD VendorName' 0x000a8b/0x00000003
683 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD VendorSMICode' 0x000a8b/0x00000004
684 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationEnabled' 0x000a8b/0x00000068
685 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD UserApplicationPersistenceEnabled' 0x000a8b/0x00000069
686 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD System
687 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: en
688 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD DefaultPasswordEnabled: yes
689 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD ForwardingEnabled: enabled
690 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD MachineTypeModel: strongPrint Laser X.509a
691 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD PSTNFaxEnabled: yes
692 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD TimeSource: 0.ch.pool.ntp.org
693 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD VendorName: ITA-HSR
694 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD VendorSMICode: 0x00902a (36906)
695 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD UserApplicationEnabled: no
696 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD UserApplicationPersistenceEnabled: no
697 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
698 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
699 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] => 22 bytes @ 0x7a4bd0
700 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...........
701 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   16: 00 00 00 0E 72 75                                ....ru
702 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC message with ID 0x33f093bb
703 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
704 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Console
705 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: ru
706 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
707 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
708 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] => 22 bytes @ 0x7a4bd0
709 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  ....(!..........
710 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   16: 00 00 00 0E 66 72                                ....fr
711 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC message with ID 0x28218e81
712 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
713 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Marker
714 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: fr
715 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
716 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
717 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] => 22 bytes @ 0x7a4bd0
718 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  ................
719 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   16: 00 00 00 0E 64 65                                ....de
720 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC message with ID 0xc0f2efae
721 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
722 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Finisher
723 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: de
724 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
725 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
726 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] => 22 bytes @ 0x7a4bd0
727 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  ................
728 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   16: 00 00 00 0E 65 6E                                ....en
729 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC message with ID 0xd5d290d8
730 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
731 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Interface
732 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: en
733 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] handling PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
734 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] IMV 1 "HCD" received message for Connection ID 2 from IMC 2
735 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] => 22 bytes @ 0x7a4bd0
736 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  ................
737 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   16: 00 00 00 0E 65 6E                                ....en
738 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC message with ID 0xba11a304
739 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] processing PA-TNC attribute type 'PWG/HCD AttributesNaturalLanguage' 0x000a8b/0x00000001
740 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] received attributes for PA subtype PWG/HCD Scanner
741 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   HCD AttributesNaturalLanguage: en
742 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
743 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
744 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x00000015 'PWG/HCD FirewallSetting'
745 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
746 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
747 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x000000c8 'PWG/HCD CertificationState'
748 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x000000c9 'PWG/HCD ConfigurationState'
749 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC message with ID 0x285ed10d
750 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
751 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
752 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] created PA-TNC message: => 80 bytes @ 0x7aac00
753 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....!
754 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  ................
755 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........
756 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
757 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  ................
758 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
759 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
760 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
761 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
762 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
763 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC message with ID 0x5e96e3a1
764 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
765 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
766 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] created PA-TNC message: => 56 bytes @ 0x7a5f40
767 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....!
768 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  ................
769 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  ...............<
770 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
771 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
772 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
773 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
774 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
775 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
776 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC message with ID 0x75690ab9
777 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
778 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
779 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] created PA-TNC message: => 56 bytes @ 0x7a6230
780 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....!
781 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  ................
782 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  ...............<
783 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
784 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
785 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
786 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
787 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
788 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
789 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC message with ID 0x0db1fdc2
790 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
791 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
792 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] created PA-TNC message: => 56 bytes @ 0x7a6230
793 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....!
794 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  ................
795 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  ...............<
796 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
797 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
798 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
799 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
800 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
801 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
802 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC message with ID 0xb90242d4
803 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
804 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
805 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] created PA-TNC message: => 56 bytes @ 0x7aba20
806 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....!
807 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  ................
808 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  ...............<
809 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
810 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
811 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
812 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
813 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x0000003c 'PWG/HCD FirmwareName'
814 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC]   0x000a8b/0x00000050 'PWG/HCD ResidentApplicationName'
815 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC message with ID 0x2483127a
816 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'TCG/Max Attribute Size Request' 0x005597/0x00000021
817 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PA-TNC attribute type 'IETF/Attribute Request' 0x000000/0x00000001
818 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV] created PA-TNC message: => 56 bytes @ 0x7ac300
819 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....!
820 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  ................
821 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  ...............<
822 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IMV]   48: 00 00 0A 8B 00 00 00 50                          .......P
823 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
824 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] TNC server is handling outbound connection
825 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] PB-TNC state transition from 'Server Working' to 'Client Working'
826 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] creating PB-TNC SDATA batch
827 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] adding TCG/PB-PDP-Referral message
828 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] adding IETF/PB-PA message
829 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] adding IETF/PB-PA message
830 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] adding IETF/PB-PA message
831 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] adding IETF/PB-PA message
832 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] adding IETF/PB-PA message
833 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] adding IETF/PB-PA message
834 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[TNC] sending PB-TNC SDATA batch (554 bytes) for Connection ID 2
835 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
836 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 16[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
837 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 03[CFG] received RADIUS Access-Request from client '10.1.0.1'
838 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 03[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
839 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 03[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
840 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[CFG] received RADIUS Access-Request from client '10.1.0.1'
841 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
842 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
843 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] received TNCCS batch (1034 bytes)
844 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] TNC server is handling inbound connection
845 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PB-TNC CDATA batch for Connection ID 2
846 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] PB-TNC state transition from 'Client Working' to 'Server Working'
847 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (517 bytes)
848 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
849 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
850 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (52 bytes)
851 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (166 bytes)
852 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing IETF/PB-PA message (187 bytes)
853 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD System' 0x000a8b/0x00000005
854 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
855 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 493 bytes @ 0x7a2910
856 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...."
857 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  ..........?.....
858 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
859 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
860 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
861 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
862 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
863 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
864 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.......>...
865 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.......?..
866 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  ................
867 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
868 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......
869 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  .=...........>..
870 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.......?
871 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  ................
872 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....
873 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
874 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
875 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
876 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 
877 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......
878 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.......
879 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...............
880 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  ................
881 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  ,...............
882 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  ................
883 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  ............<...
884 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  ................
885 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  ................
886 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           .............
887 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x6f6006a7
888 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
889 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
890 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
891 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
892 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
893 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
894 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
895 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
896 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
897 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationName' 0x000a8b/0x00000050
898 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationPatches' 0x000a8b/0x00000051
899 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationStringVersion' 0x000a8b/0x00000052
900 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationVersion' 0x000a8b/0x00000053
901 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD CertificationState' 0x000a8b/0x000000c8
902 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ConfigurationState' 0x000a8b/0x000000c9
903 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
904 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
905 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD System
906 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareName: Firmware ABC
907 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwarePatches: security patch 2014-05-08
908 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] upgrade 2014-08-16
909 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] security patch 2015-3-22
910 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareStringVersion: 1.0.7
911 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
912 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareName: Firmware UVW
913 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwarePatches: 
914 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareStringVersion: 13.8.5
915 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
916 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationName: Resident App XYZ
917 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationPatches: xmas patch 2014-12-24
918 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] service patch 2015-05-22
919 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationStringVersion: 2.5
920 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
921 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD CertificationState: => 32 bytes @ 0x7adaf0
922 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  ................
923 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  ................
924 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ConfigurationState: => 48 bytes @ 0x7adf80
925 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  ................
926 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  ................
927 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  ................
928 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Console' 0x000a8b/0x00000004
929 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
930 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 28 bytes @ 0x7a3a70
931 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...."
932 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              ..........?.
933 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x7a23f188
934 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
935 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
936 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
937 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Console
938 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Marker' 0x000a8b/0x0000000a
939 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
940 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 28 bytes @ 0x7a24c0
941 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...."
942 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              ..........?.
943 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x72b34b6c
944 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
945 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
946 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
947 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Marker
948 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Finisher' 0x000a8b/0x0000001e
949 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
950 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 28 bytes @ 0x7a24c0
951 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...."
952 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              ..........?.
953 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x8462e9ed
954 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
955 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
956 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
957 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Finisher
958 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Interface' 0x000a8b/0x00000028
959 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
960 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 142 bytes @ 0x7a24c0
961 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...."
962 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  ..........?.....
963 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
964 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+.
965 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
966 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
967 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
968 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......
969 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        ..............
970 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x31213fb1
971 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
972 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationName' 0x000a8b/0x00000050
973 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationPatches' 0x000a8b/0x00000051
974 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationStringVersion' 0x000a8b/0x00000052
975 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD ResidentApplicationVersion' 0x000a8b/0x00000053
976 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
977 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
978 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Interface
979 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationName: Resident App Interface+
980 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationPatches: service patch 2015-02-09
981 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD ResidentApplicationStringVersion: 2.5
982 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
983 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] handling PB-PA message type 'PWG/HCD Scanner' 0x000a8b/0x00000032
984 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
985 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] => 163 bytes @ 0x7a2ee0
986 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...."
987 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  ..........?.....
988 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 
989 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.......=
990 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
991 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
992 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
993 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.......>..
994 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.......?.
995 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  ................
996 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]  160: 00 00 00                                         ...
997 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC message with ID 0x07ec841e
998 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'TCG/Max Attribute Size Response' 0x005597/0x00000022
999 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareName' 0x000a8b/0x0000003c
1000 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwarePatches' 0x000a8b/0x0000003d
1001 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareStringVersion' 0x000a8b/0x0000003e
1002 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] processing PA-TNC attribute type 'PWG/HCD FirmwareVersion' 0x000a8b/0x0000003f
1003 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
1004 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
1005 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] received attributes for PA subtype PWG/HCD Scanner
1006 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareName: Scanner Firmware
1007 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwarePatches: security patch 2013-08-11
1008 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV] security patch 2015-5-30
1009 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IMV]   HCD FirmwareStringVersion: 2.5.3
1010 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
1011 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] TNC server is handling outbound connection
1012 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] no recommendation available yet, sending empty PB-TNC SDATA batch
1013 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] PB-TNC state transition from 'Server Working' to 'Client Working'
1014 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] creating PB-TNC SDATA batch
1015 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[TNC] sending PB-TNC SDATA batch (8 bytes) for Connection ID 2
1016 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
1017 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 02[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
1018 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[CFG] received RADIUS Access-Request from client '10.1.0.1'
1019 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
1020 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
1021 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] received TNCCS batch (8 bytes)
1022 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] TNC server is handling inbound connection
1023 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] processing PB-TNC CDATA batch for Connection ID 2
1024 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] PB-TNC state transition from 'Client Working' to 'Server Working'
1025 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] received empty PB-TNC CDATA batch
1026 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] TNC server is handling outbound connection
1027 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] IMV 1 provides recommendation 'no recommendation' and evaluation 'don't know'
1028 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[IMV] IMV 1 "HCD" changed state of Connection ID 2 to 'None'
1029 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] PB-TNC state transition from 'Server Working' to 'Decided'
1030 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] creating PB-TNC RESULT batch
1031 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] adding IETF/PB-Assessment-Result message
1032 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] adding IETF/PB-Access-Recommendation message
1033 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[TNC] sending PB-TNC RESULT batch (40 bytes) for Connection ID 2
1034 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[IKE] sending tunneled EAP-TTLS AVP [EAP/REQ/PT]
1035 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 01[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
1036 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[CFG] received RADIUS Access-Request from client '10.1.0.1'
1037 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
1038 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[IKE] received tunneled EAP-TTLS AVP [EAP/RES/PT]
1039 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] received TNCCS batch (8 bytes)
1040 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] TNC server is handling inbound connection
1041 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] processing PB-TNC CLOSE batch for Connection ID 2
1042 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] PB-TNC state transition from 'Decided' to 'End'
1043 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] final recommendation is 'no recommendation' and evaluation is 'don't know'
1044 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TNC] policy enforced on peer 'dave' is 'no access'
1045 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[IKE] EAP_PT_EAP method failed
1046 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[TLS] sending TLS close notify
1047 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 10[CFG] sending RADIUS Access-Challenge to client '10.1.0.1'
1048 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[CFG] received RADIUS Access-Request from client '10.1.0.1'
1049 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[CFG] found RADIUS connection for user 'dave' NAS 'strongSwan'
1050 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[CFG] sending RADIUS Access-Reject to client '10.1.0.1'
1051 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[IMV] IMV 1 "HCD" deleted the state of Connection ID 2
1052 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[TNC] removed TNCCS Connection ID 2
1053 1 Andreas Steffen
Jul 25 16:12:43 alice charon: 05[CFG] removed RADIUS connection for user 'dave' NAS 'strongSwan'
1054 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[DMN] signal of type SIGINT received. Shutting down
1055 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[IMV] IMV 1 "HCD" terminated
1056 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[TNC] removed IETF attributes
1057 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[TNC] removed ITA-HSR attributes
1058 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[TNC] removed PWG attributes
1059 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[TNC] removed TCG attributes
1060 1 Andreas Steffen
Jul 25 16:13:28 alice charon: 00[LIB] libimcv terminated
1061 1 Andreas Steffen
</pre>