1. e821754 swtpm: Advertise --migration option in capabilities JSON by Stefan Berger · 1 year, 10 months ago
  2. 120d414 swtpm: Implement release-lock-outgoing parameter for --migration option by Stefan Berger · 1 year, 10 months ago
  3. 8a2bbec swtpm: Introduce --migration option and 'incoming' parameter by Stefan Berger · 1 year, 10 months ago
  4. 44acf59 swtpm: Move locking of storage into tpmlib_start() by Stefan Berger · 1 year, 10 months ago
  5. b4e6725 headers: Apply #ifndef's for _WIN32 from QEMU project by Stefan Berger · 1 year, 9 months ago
  6. 959bbb5 tests: Check for fallocate tool and its support for --posix by Stefan Berger · 1 year, 9 months ago
  7. e86fd8e headers: Synchronize with header in QEMU project by Stefan Berger · 1 year, 9 months ago
  8. 98d009b swtpm: Implement stub for fips_mode_enabled (OpenBSD) by Stefan Berger · 1 year, 9 months ago
  9. cdc39fd swtpm: Advertise the --chroot option with cmdarg-chroot by Stefan Berger · 1 year, 9 months ago
  10. a44b642 tests: If filesystem is mounted with nodev opt skip CUSE chroot test by Stefan Berger · 1 year, 9 months ago
  11. 68e5428 swtpm: Add a chroot option by Jennifer Herbert · 1 year, 9 months ago
  12. ef005d9 swtpm_setup: Add missing description for --vmid to help screen by Stefan Berger · 1 year, 9 months ago
  13. df49416 swtpm: Check for defined __SNR_MOUNT_setattr and __NR_mount_setattr by Stefan Berger · 1 year, 9 months ago
  14. 98e84b2 swtpm: Include opensslv.h to get OPENSSL_VERSION_NUMBER by Stefan Berger · 1 year, 9 months ago
  15. 0ebe804 swtpm: Refactor existing function to use new tpmlib_get_cmd_ordinal() by Stefan Berger · 2 years ago
  16. 487892f tests: Add test case to check that swtpm sends a TPM2_Shutdown by Stefan Berger · 2 years ago
  17. 97e910a swtpm: Introduce disable-auto-shutdown flag for --flags option by Stefan Berger · 1 year, 9 months ago
  18. 9b3add2 swtpm: If necessary send TPM2_Shutdown() before TPMLIB_Terminate() by Stefan Berger · 2 years ago
  19. 75fbda2 swtpm: Track last command processed by the TPM by Stefan Berger · 2 years ago
  20. 132f51d swtpm_ioctl: Only close file descriptor if >= 0 (Coverity) by Stefan Berger · 1 year, 9 months ago
  21. 841b931 swtpm: seccomp: Check for __SNR_xyz rather than __NR_xyz by Stefan Berger · 1 year, 9 months ago
  22. 5e03ed6 swtpm: Implement fips_mode_enabled() by Stefan Berger · 1 year, 10 months ago
  23. 412a906 swtpm: Rename disable_fips_mode() and move into tpmlib_start() by Stefan Berger · 1 year, 10 months ago
  24. eaa9f92 swtpm: Fixed typo `fs_mount` vs `fsmount` and removed duplicates. by Hans · 1 year, 9 months ago
  25. cf1f966 swtpm: Add some more recent syscalls to seccomp profile by Stefan Berger · 1 year, 10 months ago
  26. c4adfa3 swtpm: cuse: Extend usage of FILE_OPS_LOCK to protect a reading thread by Stefan Berger · 1 year, 10 months ago
  27. 54de243 tests: Remove dump of logfile at end of test by Stefan Berger · 1 year, 10 months ago
  28. b8c1a0f swtpm_setup: Add missing newline to help screen by Stefan Berger · 1 year, 10 months ago
  29. 0fb6f90 man: Replace swtpm_cuse man page with redirect to swtpm man page by Stefan Berger · 1 year, 10 months ago
  30. 98fdcaa swtpm: Travial reformatting of arrays of structs by Stefan Berger · 1 year, 10 months ago
  31. bcf1fa9 swtpm: cuse: Restrict opening CUSE device to one openable file descriptor by Stefan Berger · 1 year, 10 months ago
  32. b255d07 tests: Move swtpm_open_cmddev into swtpm_cmd_tx by Stefan Berger · 1 year, 10 months ago
  33. 76001cd swtpm: Ignore error if TPMLIB_ChooseTPMVersion for printing caps fails by Stefan Berger · 1 year, 10 months ago
  34. bf3f517 swtpm: Move TPMLIB_ChooseTPMVersion into capabilities_print_json by Stefan Berger · 1 year, 10 months ago
  35. f67607d swtpm_setup: Implement get_swtpm_capabilities() and call from two functions by Stefan Berger · 1 year, 10 months ago
  36. b3c32ed swtpm: Also advertise the flags-opt-startup option for the CUSE interface by Stefan Berger · 1 year, 11 months ago
  37. b91fc6e configure: check for bash by William Roberts · 1 year, 11 months ago
  38. 6a3c9d5 gitignore: Ignore created files in man/man5/ by Stefan Berger · 1 year, 11 months ago
  39. a772d48 selinux: Replace hardcoded install path with @prefix@ by Stefan Berger · 1 year, 11 months ago
  40. a39c379 swtpm: Disable OpenSSL FIPS mode to avoid libtpms failures by Stefan Berger · 2 years ago
  41. 1b21d05 tests: Do not activate SHA-1 PCR bank in test case by Stefan Berger · 2 years ago
  42. 9ebd925 swtpm_bios: Use TPM2_ALG_SHA256 as parameter to TPM2_IncrementalSelfTest by Stefan Berger · 2 years ago
  43. 933ac94 swtpm: Update printed copyright notice by Stefan Berger · 2 years ago
  44. 2a1bfe4 swtpm: Remove stale parameter from function documentation by Stefan Berger · 2 years ago
  45. 0a27860 swtpm: Fix a typo in an error message by Stefan Berger · 2 years ago
  46. 6c87d54 swtpm: Replace malloc + strcpy with strdup and handle OOM case by Stefan Berger · 2 years ago
  47. 760ec8e swtpm: Handle case where unknown blobtype is given (Coverity) by Stefan Berger · 2 years ago
  48. bfa79e9 swtpm: Cast '1' to uint64_t before shift and assign to uint64_t variable by Stefan Berger · 2 years ago
  49. 1c3ba53 swtpm: Initialize res variable (Coverity) by Stefan Berger · 2 years ago
  50. 81f517f swtpm: Remove assignment to unused variable by Stefan Berger · 2 years ago
  51. f8e5cbd swtpm_localca: Add comment that failure to read optsfile is not an issue by Stefan Berger · 2 years ago
  52. ebc8f2e swtpm_setup: Use g_strdup instead of strdup by Stefan Berger · 2 years ago
  53. 1df0a14 swtpm_setup: Initialize pubek_len (Coverity) by Stefan Berger · 2 years ago
  54. c9660fe swtpm_ioctl: Free variable before parsing it to avoid memory leak (Coverity) by Stefan Berger · 2 years ago
  55. f1306a6 swtpm_ioctl: Close file descriptor at end of main (Coverity) by Stefan Berger · 2 years ago
  56. c269da7 swtpm_cert: Test for NULL pointer returned by malloc by Stefan Berger · 2 years ago
  57. 42d5f3b swtpm_cert: Free variable before parsing it to avoid memory leak (Coverity) by Stefan Berger · 2 years ago
  58. 85d9dc2 swtpm_cert: Free variable before parsing it to avoid memory leak (Coverity) by Stefan Berger · 2 years ago
  59. 1ce0467 swtpm_bios: Do not assigned -1 to closed file descriptor at end of function by Stefan Berger · 2 years ago
  60. 49ac2bd swtpm: Avoid locking directory multiple times by Stefan Berger · 2 years, 1 month ago
  61. 1a300e2 swtpm: Remove support for pre-v0.1 state files without header by Stefan Berger · 2 years, 1 month ago
  62. 54864cc test: Recreate TPM 2 state files with header by Stefan Berger · 2 years, 1 month ago
  63. 1add354 test: Recreate TPM 2 state files with header by Stefan Berger · 2 years, 1 month ago
  64. 5614c9e test: Recreate TPM 2 state files with header by Stefan Berger · 2 years, 1 month ago
  65. 3845a08 test: Recreate TPM 1.2 state files with header by Stefan Berger · 2 years, 1 month ago
  66. cafdcfe test: Recreate TPM 1.2 state files with header by Stefan Berger · 2 years, 1 month ago
  67. 3d2747a debian: Add swtpm apparmor profile by Lena Voytek · 2 years, 1 month ago
  68. 85ec645 tests: Patch IBM TSS2 test suite for OpenSSL 3.x by Stefan Berger · 2 years, 1 month ago
  69. 15d4468 tests: Repeat TSS command if it fails by Stefan Berger · 2 years, 1 month ago
  70. 607f1f8 build-sys: Fix configure script to support _FORTIFY_SOURCE=3 by Stefan Berger · 2 years, 2 months ago
  71. f4cdeb6 build-sys: Define __USE_LINUX_IOCTL_DEFS in header file (Cygwin) by Stefan Berger · 2 years, 2 months ago
  72. 9918259 swtpm: Use uint64_t in tlv_data_append() to avoid integer overflows by Stefan Berger · 2 years, 2 months ago
  73. 71965cd swtpm: Use uint64_t to avoid integer wrap-around when adding a uint32_t by Stefan Berger · 2 years, 2 months ago
  74. 47638eb swtpm_bios: Use unsigned int tcp_port to filter out negative port numbers by Stefan Berger · 2 years, 2 months ago
  75. 81d4b3e swtpm_ioctl: Use unsigned int tcp_port to filter out negative port numbers by Stefan Berger · 2 years, 2 months ago
  76. 2579038 build-sys: Move block with CUSE-related tests after initial CUSE tests by Stefan Berger · 2 years, 2 months ago
  77. b7f55fd build-sys: Show the value of with_chardev after test for chardev by Stefan Berger · 2 years, 2 months ago
  78. e735328 build-sys: Determine GNUTLS_LIBS using pkg-config [OS X] by Stefan Berger · 2 years, 2 months ago
  79. 646cf41 swtpm: Do not chdir(/) when using --daemon by Stefan Berger · 2 years, 3 months ago
  80. 8a05e8f build-sys: Add probing for -fstack-protector by Stefan Berger · 2 years, 3 months ago
  81. 5796d48 man: Add missing .config directory to path description when using ${HOME} by Stefan Berger · 2 years, 3 months ago
  82. b34da36 tests: Use ${WORKDIR} in config files to test env. var replacement by Stefan Berger · 2 years, 3 months ago
  83. 00eb426 swtpm-localca: Re-implement variable resolution for swtpm-localca.conf by Stefan Berger · 2 years, 3 months ago
  84. 9b42d2d swtpm_localca: Test for available issuercert before creating CA by Stefan Berger · 2 years, 4 months ago
  85. 9f74086 swtpm: Check header size indicator against expected size (CID 375869) by Stefan Berger · 2 years, 3 months ago
  86. 48773fe swtpm_setup: Check for unreasonable number of PCR banks (CID 370783) by Stefan Berger · 2 years, 3 months ago
  87. fbbb56b swtpm_setup: Free string array in case of failure by Stefan Berger · 2 years, 3 months ago
  88. 49b4b30 swtpm: Cast constant to uint64_t before shifting (CID 375870) by Stefan Berger · 2 years, 3 months ago
  89. 0599e40 swtpm_setup: fix newline before full stop in swtpm-not-found error by наб · 2 years, 6 months ago
  90. 33aa135 Move *.conf and *.options to man5 by Seunghun Han · 2 years, 7 months ago
  91. 6d1a7ab swtpm: Implement function reporting error when choosing unsupported TPM by Stefan Berger · 2 years, 6 months ago
  92. 3115dff build-sys: Bump up version to 0.8.0 at beginning of dev cycle by Stefan Berger · 2 years, 6 months ago
  93. b79fd91 debian/rpm: Adjust changelog for 0.7.0 release by Stefan Berger · 2 years, 7 months ago v0.7.0
  94. 0a19474 CHANGES: Add more documentation for changes in 0.7.0 by Stefan Berger · 2 years, 7 months ago
  95. 9726af5 build-sys: Move regex to test PCR banks into configure script by Stefan Berger · 2 years, 7 months ago
  96. 7bf7780 swtpm_localca: Do not assign pointer to g_strchomp result (Coverity) by Stefan Berger · 2 years, 7 months ago
  97. 3de2795 swtpm_setup: Do not assign pointer to g_strchomp result (Coverity) by Stefan Berger · 2 years, 7 months ago
  98. 13aaff6 tests: Fix expiration date check for 32 bit machines by Stefan Berger · 2 years, 7 months ago
  99. 59d8135 swtpm: Fix compilation error on 32bit machines by Stefan Berger · 2 years, 7 months ago
  100. f894b45 tests: OSSL 3: Make TPM 1.2 test compile; skip IBM TSS 2 test by Stefan Berger · 2 years, 7 months ago