aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_os/imv_os_agent.c
Commit message (Collapse)AuthorAgeFilesLines
* imv-os: Updated security update evaluationAndreas Steffen2017-09-011-2/+1
|
* Defined generic non-nul terminated string PA-TNC attributeAndreas Steffen2015-08-181-1/+1
|
* Defined generic boolean PA-TNC attributeAndreas Steffen2015-08-181-6/+5
|
* Fixed the implemention of the IF-M segmentation protocolAndreas Steffen2015-08-181-4/+2
| | | | | | | The first segment only fit if the segmentation envelope attribute was preceded by a Max Attribute Size Response attribute. The improved implementation fills up the first PA-TNC message with the first segment up to the maximum message size.
* OS IMV proposes IF-M segmentation contractAndreas Steffen2014-10-051-8/+33
| | | | | | | The OS IMV sends a TCG IF-M Segmentation contract request. All IETF standard attributes support segmentation. Additionally the IETF Installed Packages standard attributes supports incremental processing while segments are received.
* Added out message queue for imv_msg receive methodAndreas Steffen2014-10-051-11/+13
|
* Similar statistics for packages and file measurementsAndreas Steffen2014-05-011-1/+1
|
* Implemented segmented SWID tag attributes on IMV sideAndreas Steffen2014-04-151-1/+1
|
* Make Attestation IMV independent of OS IMVAndreas Steffen2014-04-151-17/+19
|
* Separated IMV session management from IMV policy databaseAndreas Steffen2014-04-151-59/+67
|
* Make sure libstrongswan is initialized first in IMCs and IMVsAndreas Steffen2013-09-111-7/+9
|
* Always return a result string for a processed workitemAndreas Steffen2013-07-041-6/+8
|
* Introduced workitems to Scanner IMVAndreas Steffen2013-06-211-1/+2
|
* Store device with product IDAndreas Steffen2013-06-211-9/+4
|
* Introduced workitems to Attestation IMVAndreas Steffen2013-06-211-22/+29
|
* Defined a generic IMV agent interfaceAndreas Steffen2013-06-211-9/+9
|
* Moved all functionality into imv_os_agent_t class turning imv_os_t into an ↵Andreas Steffen2013-06-211-0/+800
IF-IMV skeleton