1. 5033ec8 tests: cuse: Create /dev/null in chroot environment by Stefan Berger · 3 weeks ago master
  2. eccaf58 ci: Check logs for ASAN or UBSAN reports by Stefan Berger · 3 weeks ago
  3. a7761d1 tests: Extend test case to test for concurrent access to locked storage by Stefan Berger · 4 weeks ago
  4. bdf7e3d swtpm: Daemonize before starting TPM to hold locks by Stefan Berger · 4 weeks ago
  5. 3d5d0f2 swtpm: Suppress the logging when displaying info flags' JSON result by Stefan Berger · 5 weeks ago
  6. 2f46832 swtpm: Print some warnings to stdout rather than stderr by Stefan Berger · 5 weeks ago
  7. bf15af4 swtpm: Only disable informative message when using SUPPRESS_INFO_LOGGING by Stefan Berger · 5 weeks ago
  8. a9f680d cuse: Move duplicate code into tpm_end() by Stefan Berger · 5 weeks ago
  9. 665486b tests: Extend test cases with RSA-4096 and default-v2 testing by Stefan Berger · 7 weeks ago
  10. 83361e7 configure.ac: Use m4sh in autoconf variable checks by Christopher Byrne · 3 months ago
  11. 2190513 configure.ac: Remove debug option by Christopher Byrne · 3 months ago
  12. 079d7e3 configure.ac: Use m4sh and pkgconf macros for openssl by Christopher Byrne · 3 months ago
  13. 7c8aa19 configure.ac: Simplify SELinux checks by Christopher Byrne · 3 months ago
  14. cf46ff2 configure.ac: Use m4sh and pkgconf macros for gnutls by Christopher Byrne · 3 months ago
  15. ccb7e1c configure.ac: Use pkgconf for gmp by Christopher Byrne · 3 months ago
  16. 0d1bb32 configure.ac: Use m4sh and pkgconf for CUSE support by Christopher Byrne · 3 months ago
  17. 754e23e configure.ac: Use pkgconf and m4sh for libseccomp by Christopher Byrne · 3 months ago
  18. 21f697a configure.ac: Use pkgconf and m4sh for libtpms crypto by Christopher Byrne · 3 months ago
  19. f37ee0e configure.ac: Use m4sh for sanitizers by Christopher Byrne · 3 months ago
  20. a371f75 configure.ac: Use m4sh for test coverage by Christopher Byrne · 3 months ago
  21. ab4ef15 configure.ac: Use m4sh in hardening by Christopher Byrne · 3 months ago
  22. 03dd21b configure.ac: Use m4sh for tests by Christopher Byrne · 3 months ago
  23. f891031 configure.ac: Use m4sh for chardev by Christopher Byrne · 3 months ago
  24. ae580c9 configure.ac: Use pkgconf for glib by Christopher Byrne · 3 months ago
  25. b1a6b5f configure.ac: Use pkgconf of json-glib by Christopher Byrne · 3 months ago
  26. af6b2ce configure.ac: Clean up libtpms checks by Christopher Byrne · 3 months ago
  27. 6c7f9cd configure.ac: Use pkgconf macros for libtasn1 by Christopher Byrne · 3 months ago
  28. a59486a configure.ac: Use correct m4 comments by Christopher Byrne · 3 months ago
  29. 4a0e632 swtpm: Prevent an integer overflow (false positive; CID 440360) by Stefan Berger · 4 months ago
  30. 2562694 swtpm: Prevent an integer overflow (false positive; CID 440361) by Stefan Berger · 4 months ago
  31. 6a25e17 swtpm: Adjust code to avoid integer overflows (false positive; CID 440362) by Stefan Berger · 4 months ago
  32. 7622a6e swtpm: Check for sysconf returning bad size for _SC_PAGESIZE (CID 440365) by Stefan Berger · 4 months ago
  33. 0727e87 swtpm: Report error on rename's in error path (CID 466753) by Stefan Berger · 4 months ago
  34. eb79f14 swtpm: Return ssize_t rather than int from logging functions (CID 440364) by Stefan Berger · 4 months ago
  35. f0c91b3 swtpm: Mark do_fsync in linear backend as unused parameter by Stefan Berger · 4 months ago
  36. 24fdb84 swtpm: Display error for fsync option on linear storage backend by Stefan Berger · 4 months ago
  37. 9578dc4 swtpm: Display error for backup option on linear storage backend by Stefan Berger · 4 months ago
  38. bd77a34 tests: Extend existing test case to use the new fsync option by Stefan Berger · 4 months ago
  39. 093248e swtpm: Add option for storage backend to use fsync by Stefan Berger · 4 months ago
  40. 795c197 swtpm: Implement support for fsync on a file and directory by Stefan Berger · 4 months ago
  41. ec7730c swtpm_setup: Also check respbuffer_len for possible NULL pointer (CID 466756) by Stefan Berger · 4 months ago
  42. 17fc25d cuse: add libfuse3 support by Leo · 4 months ago
  43. 1db1037 swtpm: Return error if more bytes received than user wanted to send by Stefan Berger · 4 months ago
  44. 4da66c6 tests: Retry NVWrite command after 0x922 return code and inc lockout counter by Stefan Berger · 4 months ago
  45. 8f91667 tests: Do not patch for OpenSSL 3.x anymore since bug seems fixed by Stefan Berger · 4 months ago
  46. a4a9f33 tests: Use IBMTSS2 test v2.4.1 by Stefan Berger · 4 months ago
  47. 95476e3 swtpm_setup: Hint at profile default-v2 when CreatePrimary() fails with 0x2c4 by Stefan Berger · 5 months ago
  48. 732bbd6 test: Extend existing test case with backup option by Stefan Berger · 5 months ago
  49. 9b7021b swtpm: Implement storage functions to restore a state backup file by Stefan Berger · 5 months ago
  50. e3694b7 swtpm: Add option for storage backend to make a backup file by Stefan Berger · 5 months ago
  51. 186f72a swtpm: Make a backup of the permanent state file in dir-backend by Stefan Berger · 5 months ago
  52. 8522c9d man: Add rsa-keysize-4096 to possible capabilties output of swtpm by Stefan Berger · 5 months ago
  53. e3668c9 swtpm_setup: Add support for RSA-4096 keys for EKs by Stefan Berger · 5 months ago
  54. 8a3592f tests: Extend regex to allow for optional RSA-4096 keys by Stefan Berger · 5 months ago
  55. fdb2b54 samples: Have 2 more files shellcheck'ed by Stefan Berger · 5 months ago
  56. 6d951a7 debian: Do not user parallel testing to avoid timeouts by Stefan Berger · 5 months ago
  57. 4d2e967 tests: Use proper command line options on GNU/Hurd systems by Stefan Berger · 5 months ago
  58. 6df68dc swtpm: Make swtpm compilable on GNU/Hurd systems by Stefan Berger · 5 months ago
  59. bfa18c8 swtpm_setup: Define PATH_MAX on GNU/Hurd systems since undefined there by Stefan Berger · 5 months ago
  60. 9bdd62d swtpm: Define ACCESSPERMS if not defined in sys/stat.h by Stefan Berger · 5 months ago
  61. b602ca0 swtpm: Factor-out code to file_read by Stefan Berger · 5 months ago
  62. 9e2c3a1 swtpm: Factor-out code to file_write by Stefan Berger · 5 months ago
  63. 7d2ee6e swtpm: Remove unused fsync code from directory backend by Stefan Berger · 5 months ago
  64. a507efb ci: Update from ubuntu-20.04 to ubuntu-24.04 due to EOL by Stefan Berger · 5 months ago
  65. 8ad31a7 swtpm.spec: Apply previous changes also to swtpm.spec.in by Stefan Berger · 5 months ago
  66. 738d9e1 swtpm.spec: Change the order of uninstallation of the SELinux modules by Ajeeth Adithya · 5 months ago
  67. 84c5ca5 swtpm.spec: Back up the default file contexts by Ajeeth Adithya · 5 months ago
  68. a79d2d0 swtpm: Close connection_fd.fd before assigning new value (CID 459830) by Stefan Berger · 6 months ago
  69. 36a93ed ci: Add a coverity workflow by Stefan Berger · 6 months ago
  70. 8a42a2f swtpm: Use custom profile's Algorithms when removing FIPS-disabled ones by Stefan Berger · 6 months ago
  71. 7243fdd sample: Enable passing usual curve names secp256r1 or secp384r1 by Stefan Berger · 6 months ago
  72. 58c9549 samples: Support different key algorithms for created TPM 2 CA by Stefan Berger · 6 months ago
  73. 64bbdca swtpm_setup: Do not pass a TPM 2 profile to swtpm when reconfiguring by Stefan Berger · 6 months ago
  74. 2c4cd12 swtpm_setup: Use DISTRO_PROFILES_DIR when listing profiles (fix path issue) by Stefan Berger · 6 months ago
  75. 5af1ee9 ci: Run apt-get update by Stefan Berger · 7 months ago
  76. 1cee599 selinux: Add rule to allow swtpm_t opening of virt_log_t files (BZ 2278123) by Stefan Berger · 7 months ago
  77. 0528ac7 github: Disable docker workflow since not pushing to docker hub anymore by Stefan Berger · 8 months ago
  78. cfe93d9 SELinux: add NFS permissions for swtpm_t by Marc-André Lureau · 8 months ago
  79. 01e804f SELinux: allow to map state file by Marc-André Lureau · 8 months ago
  80. 3d6a8b7 swtpm: Fix build error on 32bit systems due to inconsistent _FILE_OFFSET_BITS by Stefan Berger · 9 months ago
  81. 3a8e779 SELinux: Add rule for swtpm to be able to read password from pipe by Stefan Berger · 9 months ago
  82. 5344c0a ci: Consolidate linter into container run and remove simple test by Stefan Berger · 9 months ago
  83. daf3b1e ci: Add github actions to replace Travis by Stefan Berger · 9 months ago
  84. 544b398 swtpm-setup: fix invalid path by Marc-André Lureau · 9 months ago
  85. c5c4af9 man: Improve swtpm_setup --tpm option documentation by Stefan Berger · 9 months ago
  86. 314f5f4 Travis: Downgrade to setuptools 59.6.0 to avoid error in 71.x by Stefan Berger · 10 months ago
  87. 62a5767 build-sys: Bump up version to 0.11.0 at beginning of dev cycle by Stefan Berger · 10 months ago
  88. ad4427a debian/rpm: Adjust changelog for 0.10.0 release by Stefan Berger · 10 months ago v0.10.0
  89. 34fe38b CHANGES: Add documentation for changes in 0.10.0 by Stefan Berger · 10 months ago
  90. 3001ce1 debian: Use --disable-hardening to avoid multiple usages of -D_FORTIFY_SOURCE=. by Stefan Berger · 10 months ago
  91. 5f5a227 rpm: Build swtpm-tests package from installed tests by Stefan Berger · 10 months ago
  92. d059f40 swtpm/swtpm_setup: Initialize variables with NULL for RPM build by Stefan Berger · 10 months ago
  93. 89f7a05 swtpm: Check for null pointer from parsing string value by Stefan Berger · 10 months ago
  94. fcda38b swtpm_setup: Handle case when returned profile Name is null by Stefan Berger · 10 months ago
  95. e02bf61 swtpm_cert: Move error message about importing signing key into else branch by Stefan Berger · 10 months ago
  96. 4eb51c3 swtpm_setup: Add missing --print-profiles to help screen by Stefan Berger · 10 months ago
  97. bf4fc05 swtpm: Fix name of variable passed to TPM_DEBUG by Stefan Berger · 11 months ago
  98. f6f858e man: Add some clarification to the nameing of profiles in files by Stefan Berger · 11 months ago
  99. 2c8865a man: Format JSON maps for better display by Stefan Berger · 11 months ago
  100. 28345d0 swtpm_setup: Comment flags for storage primary key and deprecate --create-spk by Stefan Berger · 11 months ago