Clone this repo:
  1. dc005cc swtpm: Fix a comparison of different signedness by Stefan Berger · 11 days ago master
  2. 3e8e068 swtpm: Improve handling of case where received state has zero length by Stefan Berger · 11 days ago
  3. 74bf814 swtpm: Ignore error in case close() fails in file_read and preserve errno by Stefan Berger · 11 days ago
  4. d685568 swtpm: Set td_len = 0 after tlv_data_free for clarity by Stefan Berger · 11 days ago
  5. 0169f6b swtpm: Fix a comment to show code as it was before it was changed by Stefan Berger · 11 days ago
  6. 1683449 swtpm_setup: Properly access exit_status for exit code and signal by Stefan Berger · 11 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