1. dc005cc swtpm: Fix a comparison of different signedness by Stefan Berger · 13 days ago master
  2. 3e8e068 swtpm: Improve handling of case where received state has zero length by Stefan Berger · 13 days ago
  3. 74bf814 swtpm: Ignore error in case close() fails in file_read and preserve errno by Stefan Berger · 13 days ago
  4. d685568 swtpm: Set td_len = 0 after tlv_data_free for clarity by Stefan Berger · 13 days ago
  5. 0169f6b swtpm: Fix a comment to show code as it was before it was changed by Stefan Berger · 13 days ago
  6. 1683449 swtpm_setup: Properly access exit_status for exit code and signal by Stefan Berger · 13 days ago
  7. 93e7c5c swtpm_cert: Fix format string for long by Stefan Berger · 2 weeks ago
  8. 5ae16f9 swtpm_cert: Error-out on number of days for cert validity < -1 by Stefan Berger · 2 weeks ago
  9. c122632 swtpm_cert: Add missing newline to error message by Stefan Berger · 2 weeks ago
  10. d882bca swtpm_cert: Rename hex_to_str to hex_to_val and return int by Stefan Berger · 2 weeks ago
  11. 43204ab swtpm_cert: Add guard checking for userdata (password) being NULL by Stefan Berger · 2 weeks ago
  12. b3b8532 swtpm_cert: Initialize ser_number_len to 0 by Stefan Berger · 2 weeks ago
  13. 895e8b5 swtpm_localca: Remove unused variables due to migration to OpenSSL by Stefan Berger · 2 weeks ago
  14. fb0cc1f CI: Run coverity scan also in ubuntu-26.04 container by Stefan Berger · 2 weeks ago
  15. 69faf07 swtpm: Assign returned value of sysconf to a long rather than uint32_t by Stefan Berger · 2 weeks ago
  16. b58372f swtpm: Free decrypt_data in case it was allocated but not passed to caller by Stefan Berger · 2 weeks ago
  17. e9965c9 swtpm: Free encrypt_data in case an error occurs by Stefan Berger · 2 weeks ago
  18. df4918b swtpm: Log an error if neither /dev/zero nor /dev/null could be opened by Stefan Berger · 2 weeks ago
  19. c9d8e7a swtpm: Only call logprintf if linebuffer != NULL avoid printing '(null)' by Stefan Berger · 2 weeks ago
  20. 4923e9b swtpm: Log an error message in case RAND_bytes did not return random bytes by Stefan Berger · 2 weeks ago
  21. 5b62ea4 swtpm: Check pointer before freeing the memory it points to by Stefan Berger · 2 weeks ago
  22. 566471c tests: check for TPM 2.0 in test_tpm2_ctrlchannel3 by Alexander Gryanko · 3 weeks ago
  23. dc5f5ee swtpm: Fix length check in SWTPM_NVRAM_CheckHeader() by Suraj Theekshana · 3 weeks ago
  24. 7a0db61 swtpm_setup: Remove not needed fds_to_pass and n_fds_to_pass by Stefan Berger · 3 weeks ago
  25. 37bc613 swtpm_setup: Protect parse_rsa_keysize from NULL pointer dereference by Stefan Berger · 3 weeks ago
  26. 634d1e5 swtpm_setup: Cast value comparing to write result to ssize_t rather than long by Stefan Berger · 3 weeks ago
  27. fb705b5 swtpm_setup: Remove a completely unused BIO by Stefan Berger · 3 weeks ago
  28. f61e70d swtpm_setup: Set mod and exp to NULL after transfer to rsakey (OSSL<1.1.0) by Stefan Berger · 3 weeks ago
  29. 3b8a4d3 swtpm_setup: Use g_strdup for strings assigned to prgname by Stefan Berger · 3 weeks ago
  30. 01fe18b swtpm_setup: Creation of the platform certificate only implies creation of EK by Stefan Berger · 3 weeks ago
  31. 3b77598 swtpm_setup: Check the SETUP_EK_CERT_F flag when creating IAK or IDevIDs by Stefan Berger · 3 weeks ago
  32. 50aa569 swtpm_setup: Fix a typo in the name of a TPM 1.2 related function by Stefan Berger · 3 weeks ago
  33. be40967 swtpm_setup: Initialize caller's array pointer to NULL after freeing it by Stefan Berger · 3 weeks ago
  34. 8be67d1 swtpm_setup: Check for TPM2_GetCapability to have return 27 bytes by Stefan Berger · 3 weeks ago
  35. bc2605d swtpm_setup: Handle strotoull error cases for file descriptors by Stefan Berger · 3 weeks ago
  36. d22fcb0 swtpm_setup: Display error->message set by glib rather than errno string by Stefan Berger · 3 weeks ago
  37. 0f06411 swtpm_setup: Add missing newline to error message and fix typo by Stefan Berger · 3 weeks ago
  38. bd74651 swtpm_setup: Fix the TPM 1.2 function name for an error message by Stefan Berger · 3 weeks ago
  39. 9948254 swtpm_setup: Also count json_profile_fd == 0 as a passed file descriptor by Stefan Berger · 3 weeks ago
  40. 6635f49 swtpm_setup: Fix acceptance of optional parameter to --create-config-file by Stefan Berger · 3 weeks ago
  41. 12800e3 swtpm_setup: Display an error message if SPK could not be made permanent by Stefan Berger · 3 weeks ago
  42. e676c91 swtpm_setup: Fix a typo in the key type used in log messages by Stefan Berger · 3 weeks ago
  43. c5f6828 swtpm_setup: Fix formatting string for unsigned long long -> %llu by Stefan Berger · 3 weeks ago
  44. 936d12e swtpm_setup: Remove access to unset error pointer in log statement by Stefan Berger · 3 weeks ago
  45. 7804545 swtpm_setup: Do not call g_object_unref on potential NULL pointer by Stefan Berger · 3 weeks ago
  46. 656eb28 swtpm_setup: Initialise g_autofree pointer to NULL by Stefan Berger · 3 weeks ago
  47. 0f2d799 swtpm_setup: Use g_strdup on g_autofree variables by Stefan Berger · 3 weeks ago
  48. f9f7d6e swtpm_setup: Use be32toh rather than htobe32 when converting wire data by Stefan Berger · 3 weeks ago
  49. a7ca25e swtpm: Display a warning if the passphrase in a file is rather short by Stefan Berger · 3 weeks ago
  50. 70b45fe swtpm: Fix deduplication logic in strv_dedup by Stefan Berger · 3 weeks ago
  51. 3f2e175 swtpm: Cast EVP_MAC_final's outsize parameter to size_t by Stefan Berger · 3 weeks ago
  52. 75976b0 swtpm: Change datatype of variable getting value from snprintf to int by Stefan Berger · 3 weeks ago
  53. 6062c16 swtpm: Call TPMLIB_SetDebugLevel only after asprintf that could fail by Stefan Berger · 3 weeks ago
  54. 9c43f97 swtpm: Check file descriptor for writability before assigning it to log_fd by Stefan Berger · 3 weeks ago
  55. 87241f7 swtpm: Explicitly set ret = -1 in case called function returned ret != 0 by Stefan Berger · 3 weeks ago
  56. fd51468 swtpm: Initialize entire sockaddr_in structure before usage by Stefan Berger · 3 weeks ago
  57. 264e465 swtpm: CMD_HASH_DATA: Limit number of bytes read from file descriptor by Stefan Berger · 3 weeks ago
  58. 9f67a47 swtpm: Check for NULL pointer returned from strndup by Stefan Berger · 3 weeks ago
  59. e67b072 swtpm: Log error message in case write_full could not send all bytes by Stefan Berger · 3 weeks ago
  60. bee3a27 swtpm: Preserve errno in fsync_on_dir by Stefan Berger · 3 weeks ago
  61. a0806f9 swtpm: Only fsync on file and dir if res does not indicate an error by Stefan Berger · 3 weeks ago
  62. 183604d swtpm: Use offsetof rather than sizeof to calculate bytes to hash by Stefan Berger · 3 weeks ago
  63. 988352e swtpm: Use CRYPTO_memcmp rather than memcmp to compare HMAC values by Stefan Berger · 3 weeks ago
  64. 928e40e swtpm: Preserve errno across a possible close() by Stefan Berger · 3 weeks ago
  65. 9cb8d52 swtpm: Wrap strtoul in option_strtoul and extend its usage by Stefan Berger · 3 weeks ago
  66. 182098c swtpm: Comment-out rc += 0 since it does not do much by Stefan Berger · 3 weeks ago
  67. 12e31d4 swtpm: Fix name of file in a comment by Stefan Berger · 3 weeks ago
  68. 3468301 swtpm: Assign value to log_level after potentially failing asprintf by Stefan Berger · 3 weeks ago
  69. 45e93ef swtpm: Improve the logic setting the pidfile via name or file descriptor by Stefan Berger · 3 weeks ago
  70. 30764b4 swtpm: Replace deprecated index() with equivalent strchr() by Stefan Berger · 3 weeks ago
  71. 1da9b00 swtpm: Use correct pointer for CMD_SET_LOCALITY response size calculation by Stefan Berger · 3 weeks ago
  72. 1a5436f swtpm: Add O_NOFOLLOW to open on linear file backend by Stefan Berger · 3 weeks ago
  73. 66e5e88 swtpm: Add O_NOFOLLOW for open on pcap file by Stefan Berger · 3 weeks ago
  74. 65decd4 swtpm: Fix the buffer for the AES IV by Stefan Berger · 3 weeks ago
  75. 20f432b swtpm: Rename bakfile2 to bakfile only if access_res == 0 by Stefan Berger · 3 weeks ago
  76. 44a941f swtpm: Fix the format string being used on recursive call of logprintfA by Stefan Berger · 3 weeks ago
  77. aba315b swtpm: Check for return of '!= 1' from sscanf by Stefan Berger · 3 weeks ago
  78. 3acff44 swtpm: Correct the calculation of sockaddr_un length by Stefan Berger · 3 weeks ago
  79. 561e524 swtpm: Fix parsing of signed and unsigned integer options by Stefan Berger · 3 weeks ago
  80. d5ae736 swtpm: Fix ntonl to ntohl in output of error message by Stefan Berger · 3 weeks ago
  81. 958e44d swtpm: Return -1 in unlikely case of add overflow instead of '1' by Stefan Berger · 3 weeks ago
  82. 201c46e swtpm: Properly check for truncation following snprintf call by Stefan Berger · 3 weeks ago
  83. 3a37282 swtpm: Close mmap file descriptor in case of fchmod error by Stefan Berger · 3 weeks ago
  84. b286852 swtpm: Free buffer to avoid memory leak in failure case by Stefan Berger · 3 weeks ago
  85. db2386b Fix policy loading with 3.11 SElinux toolchain (bsc#1271417) by Cathy Hu · 8 weeks ago
  86. de323e7 tests: Extend tpm12 tests patch to fix issues with unused variables by Stefan Berger · 8 weeks ago
  87. a1d85c9 man: Document support for IAK and IDevID in swtpm_setup.conf by Stefan Berger · 3 months ago
  88. 8356e28 tests: Sign different TPM 2 certificate types with an Ed448 key by Stefan Berger · 3 months ago
  89. 9b0bcf3 tests: Sign different TPM 2 certificate types with an ML-DSA key by Stefan Berger · 3 months ago
  90. 71cc7a4 swtpm_cert: Enable signing of EK certificates with hashless signing schemes by Stefan Berger · 3 months ago
  91. b12c5a2 man: Describe new options for swtpm_cert by Stefan Berger · 3 months ago
  92. 93f64a1 tests: Create certificates for ML-DSA and ML-KEM keys by Stefan Berger · 3 months ago
  93. ce2a461 swtpm_cert: Enable certificate creation for ML-DSA keys by Stefan Berger · 3 months ago
  94. 841f0f9 swtpm_cert: Enable certificate creation for ML-KEM keys by Stefan Berger · 3 months ago
  95. ac40026 tests: Refactor certificate creation tests by Stefan Berger · 3 months ago
  96. 4fe291d swtpm_cert: Fix the ASN.1 for IAK/IDevID SAN by Stefan Berger · 3 months ago
  97. b96bbfa swtpm_cert: Adjust error message for 'days' too far in future by Stefan Berger · 3 months ago
  98. 69b8ad8 build-sys: Require OpenSSL's libcrypto >= v3.5 for ML-KEM & ML-DSA support by Stefan Berger · 3 months ago
  99. 11f6fa7 ci: Move testing into ubuntu:26.04 containers by Stefan Berger · 3 months ago
  100. f80b6e9 tests: Make some tests work in ubuntu:26.04 containers by Stefan Berger · 3 months ago