aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts
Commit message (Collapse)AuthorAgeFilesLines
...
* libpts: Updated Android.mkTobias Brunner2014-05-121-0/+2
|
* Extended build-database.shAndreas Steffen2014-05-121-2/+25
|
* attest now maintains multiple versions of a file hashAndreas Steffen2014-05-106-95/+86
|
* Changed default value to libimcv.imc-attestation.pcr_info = noAndreas Steffen2014-05-101-1/+1
|
* Extended Ubuntu 14.04 database buildAndreas Steffen2014-05-021-15/+24
|
* Moved BIOS and IMA measurement lists into classes of their ownAndreas Steffen2014-05-026-381/+717
|
* Fixed typoAndreas Steffen2014-05-011-1/+1
|
* Use global status variable for IMA runtimeAndreas Steffen2014-05-011-2/+1
|
* Updated build_database.sh to Ubuntu 14.04Andreas Steffen2014-05-011-215/+74
|
* Updated ITA-IMA finalize messagesAndreas Steffen2014-05-012-6/+6
|
* Implemented IMA-NG supportAndreas Steffen2014-05-014-119/+425
|
* Improved finalize messages in ITA-IMA componentAndreas Steffen2014-04-271-14/+21
|
* Handle tag separatorsAndreas Steffen2014-04-151-12/+15
|
* swid_generator software-id does not generate empty lines any moreAndreas Steffen2014-04-151-5/+0
|
* Added result information to TPMRA workitemsAndreas Steffen2014-04-158-62/+94
| | | | On the occasion got rid of complicated functional component stuff
* Implemented segmented SWID tag attributes on IMV sideAndreas Steffen2014-04-153-34/+76
|
* Use python-based swidGenerator to generated SWID tagsAndreas Steffen2014-04-1514-186/+588
|
* Optimized PTS measurementsAndreas Steffen2014-04-1512-294/+132
|
* Make Attestation IMV independent of OS IMVAndreas Steffen2014-04-155-24/+117
|
* Separated IMV session management from IMV policy databaseAndreas Steffen2014-04-1511-156/+138
|
* Renamed the AIK public key parameter to imc-attestation.aik_pubkeyAndreas Steffen2014-04-151-1/+1
|
* pts: Make sure the complete AIK blob has been readTobias Brunner2014-04-091-1/+2
|
* Fixed another dirname/basename refactoring bug.Andreas Steffen2014-04-071-1/+3
| | | | file was freed before use.
* Fixed dirname/basename refactoring bug.Andreas Steffen2014-04-071-11/+10
| | | | Variables used in a database query have to be kept until the end of the enumeration
* Added TPMRA workitem support for [dummy] Trusted Boot measurementsAndreas Steffen2014-03-191-0/+16
|
* Disable mandatory ECP support for attestionAndreas Steffen2014-03-074-8/+28
|
* 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
|