aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts
Commit message (Collapse)AuthorAgeFilesLines
* libpts: Use path_base|dirname()Tobias Brunner2014-02-244-14/+18
|
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-195-6/+15
| | | | References #516.
* libpts: Move settings to <ns>.plugins with fallback to libimcvTobias Brunner2014-02-128-24/+25
|
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* Document ipsec attest --session commandAndreas Steffen2014-02-051-2/+5
|
* Allow output of session time in UTCAndreas Steffen2014-02-051-2/+2
|
* libpts: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-29/+5
|
* Do PTS measurements only if session initialisation was successful5.1.2dr3Andreas Steffen2014-01-151-7/+22
|
* Catch AIK errorsAndreas Steffen2014-01-135-51/+57
|
* Do TPM measurements only if there is a TPMRA workitemAndreas Steffen2014-01-137-126/+139
|
* Allow reason strings to be used as workitem result stringAndreas Steffen2014-01-134-40/+68
|
* Attestation IMV processes TPMRA workitemAndreas Steffen2014-01-132-2/+68
|
* Update PCR even if measurement does not equal reference valueAndreas Steffen2013-12-211-3/+3
|
* Fixed check_file_measurement method in pts_database_tAndreas Steffen2013-12-131-6/+54
|
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* swid: Properly clean up after reading SWID tagTobias Brunner2013-10-291-2/+3
|
* Added some example Debian SWID tagsAndreas Steffen2013-10-238-1/+211
|
* Doxygen fixesTobias Brunner2013-10-152-1/+4
|
* Set recommendation in the case of PCR measurement failuresAndreas Steffen2013-10-133-6/+27
|
* Build all IMC/IMVs with -no-undefinedTobias Brunner2013-09-124-4/+4
|
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-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.
* Make sure libstrongswan is initialized first in IMCs and IMVsAndreas Steffen2013-09-112-10/+17
|
* Minor performance tuningAndreas Steffen2013-09-071-4/+4
|
* Implemented targeted SWID requestAndreas Steffen2013-09-065-29/+86
|
* Make SWID directory where tags are stored configurableAndreas Steffen2013-09-054-7/+11
|
* swid_inventory object has a get_count methodAndreas Steffen2013-09-042-16/+6
|
* Count collected SWID tags or tag IDsAndreas Steffen2013-09-041-3/+17
|
* Proceed with attestation only if Attestation IMC returns a discovery responseAndreas Steffen2013-09-044-7/+20
|
* libpts: Android.mk updatedTobias Brunner2013-09-041-17/+24
|
* Use ipsec_DATA destination5.1.1dr2Andreas Steffen2013-09-021-7/+1
|
* Install SWID tag also in /share/Andreas Steffen2013-09-021-2/+3
|
* Generate strongSwan SWID tagAndreas Steffen2013-09-023-0/+55
|
* Corrected debug class to DBG_IMCAndreas Steffen2013-09-021-9/+9
|
* SWID IMC implements recursive tag collection in /usr/shareAndreas Steffen2013-08-309-123/+385
|
* Added TCG-SWID error handlingAndreas Steffen2013-08-286-2/+180
|
* Version bump to 5.1.1dr1Andreas Steffen2013-08-191-5/+5
|
* Implemented SWID Tag Inventory attributeAndreas Steffen2013-08-169-42/+692
|
* deleted moved filesAndreas Steffen2013-08-1534-5996/+0
|
* Implemented SWID prototype IMC/IMV pairAndreas Steffen2013-08-1557-72/+8552
|
* Updated the SWID attributesAndreas Steffen2013-08-152-11/+15
|
* imv-attestation: Properly measure complete directoriesTobias Brunner2013-07-251-1/+1
|
* imv-attestation: Use proper cast for length when using %.*sTobias Brunner2013-07-241-2/+2
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-183-11/+13
| | | | | | 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 alignment of device ID column5.1.0dr2Andreas Steffen2013-07-101-2/+2
|
* libpts: Skip unreadable files when measuring directoriesTobias Brunner2013-07-081-16/+2
|
* libpts: Android.mk addedTobias Brunner2013-07-081-0/+70
|
* Attestion IMV provides recommendation only onceAndreas Steffen2013-07-082-1/+12
|
* Always return a result string for a processed workitemAndreas Steffen2013-07-042-6/+17
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Attestation IMV requests platform info if not receivedAndreas Steffen2013-06-272-3/+32
|