aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts/plugins/imc_attestation
Commit message (Collapse)AuthorAgeFilesLines
* Merged libpts into libimcvAndreas Steffen2014-10-056-1232/+0
|
* Implemented IF-M segmentation contractsAndreas Steffen2014-10-032-4/+22
|
* imc-attestation: Use TNC_IMV_API prefix on TNC functions for correct declspecMartin Willi2014-06-041-27/+27
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* Disable mandatory ECP support for attestionAndreas Steffen2014-03-071-1/+6
|
* libpts: Move settings to <ns>.plugins with fallback to libimcvTobias Brunner2014-02-121-5/+6
|
* Build all IMC/IMVs with -no-undefinedTobias Brunner2013-09-121-1/+1
|
* Make sure libstrongswan is initialized first in IMCs and IMVsAndreas Steffen2013-09-111-5/+7
|
* Implemented SWID prototype IMC/IMV pairAndreas Steffen2013-08-152-19/+19
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-5/+7
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-022-3/+4
|
* use countof()Andreas Steffen2012-11-011-3/+2
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-243-6/+6
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-242-4/+4
|
* refactored PA-TNC message handling by IMCsAndreas Steffen2012-10-174-92/+81
|
* allow registration of multiple message typeAndreas Steffen2012-10-141-33/+8
|
* minor fixes in imc_attestation.cAndreas Steffen2012-10-121-1/+1
|
* implemented os_info_t classAndreas Steffen2012-10-102-33/+26
|
* use base IMC ID if src IMC ID is not supportedAndreas Steffen2012-09-101-1/+3
|
* introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVsAndreas Steffen2012-09-092-14/+64
|
* define pen_type_t as a vendor-specific typeAndreas Steffen2012-08-202-28/+40
|
* implemented support if functional sub-componentsAndreas Steffen2012-07-303-8/+63
|
* transport IMA file info via PTS Component Evidence Policy URIAndreas Steffen2012-07-233-28/+21
|
* buffer PA-TNC attributes until Generate Attestation Evidence attribute is ↵Andreas Steffen2012-07-213-21/+20
| | | | received
* moved all shadow PCR stuff to the pts_pcr classAndreas Steffen2012-07-211-3/+0
|
* ipsec attest now can measure all files in a directoryAndreas Steffen2012-07-161-2/+3
|
* transfer IMA file measurements via PA-TNCAndreas Steffen2012-07-131-1/+9
|
* updated Copyright infoAndreas Steffen2012-07-132-2/+2
|
* restrict PA-TNC messages to maximum sizeAndreas Steffen2012-07-121-0/+19
|
* imc/imv->send_message() uses attr_listAndreas Steffen2012-07-111-21/+7
|
* Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-1/+1
|
* added IETF standard error handling methodAndreas Steffen2011-12-111-19/+16
|
* implemented IMC/IMV ReceiveMessageLong functionsAndreas Steffen2011-12-091-16/+52
|
* added IMC/IMV support for send_message_long() and reserve_additional_id() ↵Andreas Steffen2011-12-091-2/+4
| | | | functions
* store the long and excl flags in the connection stateAndreas Steffen2011-12-091-0/+32
|
* differences incurred by rebasing - thanks LinusAndreas Steffen2011-11-281-22/+2
|
* automatically registering component measurementsAndreas Steffen2011-11-281-1/+1
|
* moved attestation plugins to libpts in order to resolve circular reference ↵Andreas Steffen2011-11-286-0/+1078
with libimcv