1. 5a89ef3 swtpm: Use TPMPROP_TPM2_BUFFER_MAX when using a libtpms v0.11 TPM 2 by Stefan Berger · 25 hours ago master
  2. 6a01b54 build-sys: Add dependency on libtpms v0.11 by Stefan Berger · 25 hours ago
  3. 74f272e debian/rpm: Add openssl as dependent package by Stefan Berger · 2 days ago
  4. a115055 build-sys: Remove checking for GnuTLS and certtool by Stefan Berger · 2 days ago
  5. 5804f19 debian/rpm: Remove gnutls-utils/gnutls-bin dependency where possible by Stefan Berger · 2 days ago
  6. 896f19b tests: Skip tests if p11tool is not found in PATH by Stefan Berger · 2 days ago
  7. ee977b9 samples: Remove usage of certtool from swtpm-create-tpmca by Stefan Berger · 2 days ago
  8. a5de646 docs: Remove expect and trousers as packages to install by Stefan Berger · 3 days ago
  9. 1106f2c debian/rpm: Remove expect and trousers packages as dependencies by Stefan Berger · 3 days ago
  10. 55b9862 CI: Do not install expect package anymore by Stefan Berger · 3 days ago
  11. 23b9b67 man: Remove reference to TPM 1.2 tcsd from swtpm-local.conf page by Stefan Berger · 3 days ago
  12. a4f5c75 build-sys: Remove checks for TPM 1.2 tcsd from build system by Stefan Berger · 3 days ago
  13. 0a1efc5 tests: Pass --disable-tests when building swtpm across versions by Stefan Berger · 3 days ago
  14. ec2fdc0 man: Remove paragraph about certtool from swtpm_localca man page by Stefan Berger · 3 days ago
  15. 846fcd7 swtpm_localca: Replace certtool with openssl for creating CAs by Stefan Berger · 3 days ago
  16. 7ff85f3 swtpm_setup: Use extra long timeouts for all 4096 byte RSA keys by Stefan Berger · 4 days ago
  17. 60daa0b tests: Test verification and encryption with state from libtpms v0.9 and v0.10 by Stefan Berger · 10 days ago
  18. 6770d72 swtpm_setup: Create IAK hwSerialNum from data extracted from EK certificate by Stefan Berger · 2 weeks ago
  19. b6dc44a swtpm_setup: Add support for creating IAK and IDevID keys and certificates by Stefan Berger · 2 weeks ago
  20. 4935739 swtpm_setup: Prepare for primary EC key creation with 2 different nonces by Stefan Berger · 2 weeks ago
  21. 06cc18c swtpm_setup: Move all the ECC scheme data into the tables by Stefan Berger · 2 weeks ago
  22. ac0d334 swtpm_setup: Move all the RSA scheme data into the tables by Stefan Berger · 2 weeks ago
  23. d8973ee swtpm_setup: Move offset & keyflags of pubkey and SPK RSA keys into table by Stefan Berger · 2 weeks ago
  24. 30545a0 swtpm_localca: Add support for creating IAK and IDevID certs by Stefan Berger · 2 weeks ago
  25. e0f95c2 swtpm_localca: Add support for --tpm-serial-num command line option by Stefan Berger · 2 weeks ago
  26. 5c17253 swtpm_cert: Use serialNumber from subject command line option by Stefan Berger · 2 weeks ago
  27. ae9492f tests: Fall back to using default-v1 profile while libtpms v0.11 is not required by Stefan Berger · 2 weeks ago
  28. 9dd1f83 swtpm_cert: Add support for creating IAK and IDevID certificates by Stefan Berger · 2 weeks ago
  29. c239abc swtpm_cert: Cast variables to unsigned long int before comparison by Stefan Berger · 2 weeks ago
  30. 1455c46 tests: Convert test cases to use openssl tool by Stefan Berger · 2 weeks ago
  31. 8760bf0 ci: Make openssl and pcks11-provider always-required packages by Stefan Berger · 2 weeks ago
  32. 09f7440 debian/rpm: Add openssl and pkcs11-provider as build dependencies by Stefan Berger · 2 weeks ago
  33. 4abd7c7 build-sys: Require openssl tool by Stefan Berger · 2 weeks ago
  34. d22c048 tests: Add test cases with the new key algorithms and aliases by Stefan Berger · 2 weeks ago
  35. 75eb72f tests: Check created EK cert and compare key against tpm2_createek output by Stefan Berger · 2 weeks ago
  36. 9ae4f6d swtpm_setup: Add support for ecc_nist_p521/secp521r1 EK in high range by Stefan Berger · 2 weeks ago
  37. c223953 swtpm_setup: Add support for ecc_nist_p256/secp256r1 EK in low range by Stefan Berger · 2 weeks ago
  38. bca84a3 swtpm_setup: Add secp384r1 as alias to ecc_nist_p384 for CLI options by Stefan Berger · 2 weeks ago
  39. ac8cf58 samples: Remove --srk-password option from swtpm-create-tpmca by Stefan Berger · 3 weeks ago
  40. 3205f94 swtpm_localca: Remove parentkey_password for TPM 1.2 SRK by Stefan Berger · 3 weeks ago
  41. caec46b swtpm_cert: Use keychoice variable to disallow conflicting CLI options by Stefan Berger · 3 weeks ago
  42. dc84d9b swtpm_cert: Let BN_to_ASN1_INTEGER handle perpending of 0 to negative number by Stefan Berger · 3 weeks ago
  43. 8c38ab7 swtpm_cert: Remove --parentkey-password/pwd for TPM 1.2 SRK support by Stefan Berger · 3 weeks ago
  44. e432676 swtpm_cert: Clean up by Stefan Berger · 3 weeks ago
  45. 1f6dab5 swtpm_cert: Check return values of OSSL_PARAM_BLD_push functions by Stefan Berger · 3 weeks ago
  46. 0623073 swtpm_cert: Return NULL if coordinates of EC key exceed expected sizes by Stefan Berger · 3 weeks ago
  47. 7ffd681 swtpm_cert: Check for errors after calling strtol for number parsing by Stefan Berger · 3 weeks ago
  48. 3664c4b swtpm_cert: Check for unreasonably large hex string by Stefan Berger · 3 weeks ago
  49. 9524e44 tests: Add test cases for running swtpm_setup with --ek1/2keyalgo parameters by Stefan Berger · 3 weeks ago
  50. 7421206 man: Extend man pages for swtpm_setup.conf and swtpm_setup by Stefan Berger · 3 weeks ago
  51. b479140 swtpm_setup, man: Announce ek1/2keyalgo option support in capabilities JSON by Stefan Berger · 3 weeks ago
  52. ffd7166 swtpm_setup: Implement options to allow choice of 1st & 2nd EK key types by Stefan Berger · 3 weeks ago
  53. 9cbf458 swtpm_setup: Move symkeydata creation further down for RSA keys by Stefan Berger · 3 weeks ago
  54. a746448 swtpm_setup: Move symkeydata creation further down for EC keys by Stefan Berger · 3 weeks ago
  55. 3755fb8 swtpm_setup: Factor-out common function for creating a primary key by Stefan Berger · 3 weeks ago
  56. 891e633 swtpm_setup: Move RSA key size parsing and checking code into own functions by Stefan Berger · 3 weeks ago
  57. 09e64b6 swtpm_setup: Convert RSA and EC EK building code to use table by Stefan Berger · 3 weeks ago
  58. 8b3bb44 swtpm_setup: Convert code related to EK parameters to use a table by Stefan Berger · 3 weeks ago
  59. 0e999e6 swtpm_setup: Convert rsa_keysize parameter to keyalgo_param by Stefan Berger · 3 weeks ago
  60. 3d2aa46 swtpm_setup: Replace 'isecc' flag with variable describing algorithm of EK key by Stefan Berger · 3 weeks ago
  61. a2516ad swtpm_setup: Comment on RSA-2k/3k/4k and NIST-P384 signing key flags by Stefan Berger · 3 weeks ago
  62. a09a255 swtpm_setup: Move PolicyA_SHA256 and PolicyB_SHA384 values into statics by Stefan Berger · 3 weeks ago
  63. 81a7702 tests: Check the sizes of OpenSSL-created EK certificates by Stefan Berger · 3 weeks ago
  64. 8c3f99c swtpm_localca: replace broken logfile symlink pre-check with O_NOFOLLOW open by Takuma IMAMURA · 3 weeks ago
  65. e7d0a72 swtpm_setup: replace broken logfile symlink pre-check with O_NOFOLLOW open by Takuma IMAMURA · 3 weeks ago
  66. ce42701 swtpm_cert: Cast parameter passed to isspace to int (Cygwin) by Stefan Berger · 3 weeks ago
  67. 88113e1 swtpm_setup: Use gsize rather than size_t when calling read_file by Stefan Berger · 3 weeks ago
  68. 24e74c7 swtpm_setup, swtpm_localca: Add compiler attribute for printf to logging functions by Stefan Berger · 3 weeks ago
  69. 9b33df1 swtpm: Add compiler attribute for printf to logging functions by Stefan Berger · 3 weeks ago
  70. 2710aec swtpm_cert: Remove duplicate OSSL_STORE_load statement by Stefan Berger · 3 weeks ago
  71. d7c0653 swtpm: Fix an imprecise cast detected by Coverity by Stefan Berger · 3 weeks ago
  72. 687c1d6 CI: Only run coveralls test if env. var COVERALLS_REPO_TOKEN is set by Stefan Berger · 4 weeks ago
  73. 5e4003f swtpm_cert: Fix result code of PIN getter function by Stefan Berger · 4 weeks ago
  74. 338b0dc tests: Remove TPM 1.2 acting as CA testcase by Stefan Berger · 4 weeks ago
  75. b3a865e swtpm_cert: Improve the loop reading from the store by Stefan Berger · 4 weeks ago
  76. 02da2e3 swtpm_cert: Use PIN reader only if SWTPM_PKCS11_PIN env var is set by Stefan Berger · 4 weeks ago
  77. 9ae920d swtpm-create-tpmca: Remove trailing %00 from TPM 2 pkcs11 URI by Stefan Berger · 4 weeks ago
  78. 62a7060 build: Remove gnutls-devel as required package for swtpm by Stefan Berger · 5 weeks ago
  79. 4c9577a build-sys: Do not set GNUTLS_LIBS/CFLAGS anymore by Stefan Berger · 5 weeks ago
  80. 86c6046 swtpm_cert: Switch to OpenSSL from GnuTLS by Stefan Berger · 5 weeks ago
  81. 4811aa5 CI: Install pkcs11-provider for usage of pkcs11 with OpenSSL by Stefan Berger · 5 weeks ago
  82. 380debb tests: Add missing exit 1 on X509 cert subject comparison failure by Stefan Berger · 5 weeks ago
  83. 703acef CI: Use cpp-coveralls again for result uploads by Stefan Berger · 5 weeks ago
  84. 45971fe CI: Extend cpp-coveralls with a github-action for upload by Stefan Berger · 5 weeks ago
  85. e1e01d1 tests: Fix bugs in test_tpm2_samples_create_tpmca.test by Stefan Berger · 5 weeks ago
  86. a3dac7a swtpm_localca: Remove support for GnuTLS TPM 1.2 URIs by Stefan Berger · 5 weeks ago
  87. 63812fd samples: Remove TPM 1.2 support from swtpm-create-tpmca by Stefan Berger · 5 weeks ago
  88. acf8e92 tests: Remove test that depended on availability of GnuTLS's tpmtool by Stefan Berger · 5 weeks ago
  89. 4af4b87 tests: Test that disabled commands and algorithms are actually disabled by Stefan Berger · 7 weeks ago
  90. 51566d6 tests: Add comment to kill_quiet function by Stefan Berger · 7 weeks ago
  91. 76326f4 header: Remove _Static_assert and adjust comments by Stefan Berger · 7 weeks ago
  92. 407c2a5 man: Fix some typos in the man pages by Stefan Berger · 8 weeks ago
  93. 6f1559f swtpm_cert: Fix a typo in an error message by Stefan Berger · 8 weeks ago
  94. 98e23a9 swtpm: Replace strcpy with strncpy in str_replace by Stefan Berger · 8 weeks ago
  95. 7f66f99 swtpm: Fix typos in comments and messages by Stefan Berger · 8 weeks ago
  96. 81d3484 swtpm: Refactor and improve description of SWTPM_CheckHash by Stefan Berger · 8 weeks ago
  97. e139816 swtpm: Reject state blobs of unreasonable large size by Stefan Berger · 8 weeks ago
  98. 4a99496 tests: Test for expected message receive on NOTIFY_SOCKET by Stefan Berger · 8 weeks ago
  99. ac1a47c tests: Choose swtpm branch based on libtpms version by Stefan Berger · 8 weeks ago
  100. 4e9b1fe tests: Fix and better format test output by Stefan Berger · 8 weeks ago