Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved BIOS and IMA measurement lists into classes of their own | Andreas Steffen | 2014-05-02 | 1 | -0/+2 |
| | |||||
* | Build all shared libraries with -no-undefined and link them properly | Tobias Brunner | 2013-09-12 | 1 | -1/+7 |
| | | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin. | ||||
* | SWID IMC implements recursive tag collection in /usr/share | Andreas Steffen | 2013-08-30 | 1 | -0/+1 |
| | |||||
* | Added TCG-SWID error handling | Andreas Steffen | 2013-08-28 | 1 | -0/+1 |
| | |||||
* | Implemented SWID Tag Inventory attribute | Andreas Steffen | 2013-08-16 | 1 | -1/+3 |
| | |||||
* | Implemented SWID prototype IMC/IMV pair | Andreas Steffen | 2013-08-15 | 1 | -17/+28 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -2/+1 |
| | | | | | | 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. | ||||
* | implemented IMV session control | Andreas Steffen | 2013-06-21 | 1 | -1/+4 |
| | |||||
* | Properly define TSS_TROUSERS in configure script | Tobias Brunner | 2012-11-12 | 1 | -1/+0 |
| | |||||
* | define TSS_TROUSERS compile option | Andreas Steffen | 2012-11-11 | 1 | -0/+1 |
| | |||||
* | Made TSS implementation configurable and thereby optional | Tobias Brunner | 2012-11-08 | 1 | -2/+6 |
| | |||||
* | created a pts_pcr class for PCR computations | Andreas Steffen | 2012-07-20 | 1 | -0/+1 |
| | |||||
* | implemented Linux IMA functional component | Andreas Steffen | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | moved attestation plugins to libpts in order to resolve circular reference ↵ | Andreas Steffen | 2011-11-28 | 1 | -0/+9 |
| | | | | with libimcv | ||||
* | generate integrity checksums for libimcv libpts and attest | Andreas Steffen | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | refactored simple_evid_final attribute | Andreas Steffen | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | renamed pts_req_func_comp_evid flags | Andreas Steffen | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | refactored simple component evidence | Andreas Steffen | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | finished refactoring functional components | Andreas Steffen | 2011-11-28 | 1 | -2/+2 |
| | |||||
* | remomve pts/pts_funct_comp_name.h from Makefile | Andreas Steffen | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | object oriented approach to pts functional components | Andreas Steffen | 2011-11-28 | 1 | -0/+7 |
| | |||||
* | Functional Component Evidence Request object | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | added pts_file_type_names | Andreas Steffen | 2011-11-28 | 1 | -1/+0 |
| | |||||
* | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | added pts_file_type_names | Andreas Steffen | 2011-11-28 | 1 | -2/+3 |
| | |||||
* | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | Implemented Diffie Hellman Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+4 |
| | |||||
* | Implemented handling of File Metadata | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | introduced a PA-TNC attribute manager | Andreas Steffen | 2011-09-10 | 1 | -0/+1 |
| | |||||
* | Implemented PTS attributes Request File Metadata, Unix-Style File Metadata | Sansar Choinyambuu | 2011-09-10 | 1 | -2/+4 |
| | |||||
* | created libpts | Andreas Steffen | 2011-09-08 | 1 | -0/+28 |