]> git.proxmox.com Git - swtpm.git/shortlog
swtpm.git
2020-05-05 Stefan Bergerswtpm_setup: Report supported RSA key sizes useful...
2020-05-04 Stefan Bergertests: Remove RSA 3072 tests only if libtpms not show...
2020-05-04 Stefan Bergerswtpm: Construct RSA key size capabilities from TPMLIB_...
2020-05-01 Stefan Bergerswtpm_setup: Report 'no-tpm12-tools' if tcsd or tpm...
2020-05-01 Stefan Bergerswtpm_setup: bugfix: Create ECC storage primary key...
2020-05-01 Stefan Bergerswtpm_setup: return result of called function rather...
2020-05-01 Stefan Bergerswtpm_setup: bugfix: remove tpm2_stirrandom and tpm2_ch...
2020-04-30 Stefan Bergerswtpm_setup: Switch to NIST P384 curves
2020-04-30 Stefan Bergerswtpm_setup: Create RSA 2048 and ECC NIST P256 keys...
2020-04-30 Stefan Bergerswtpm_setup: Move code into tpm2_create_ek_and_cert
2020-04-30 Stefan Bergerswtpm_setup: Implement function to create ECC NIST...
2020-04-30 Stefan Bergerswtpm_setup: Rename NONCE_ECC to NONCE_ECC_256
2020-04-30 Stefan Bergerswtpm_setup: Pass the ECC curve id and hash alg. into...
2020-04-30 Stefan Bergerswtpm_setup: Calculate offset for 2nd ecc key part...
2020-04-30 Stefan Bergerswtpm_setup: Leave notes about version of templates...
2020-04-30 Stefan Bergersamples: Parse optional id= for ECC curve IDs
2020-04-30 Stefan Bergerswtpm_cert: Support --ecc-curveid option to pass curve id
2020-04-25 Stefan Bergertests: Pass -pc 80 to tssgetcapability to see all 65...
2020-04-24 Stefan Bergerswtpm: Make coverity happy by handling default case...
2020-04-24 Stefan Bergertests: Add test case for loading of an NVRAM completely...
2020-04-24 Stefan Bergertests: Repeat download of TPM 1.2 test suite with rando...
2020-04-23 Stefan Bergerswtpm: Invoke print capabilites after choosing TPM...
2020-04-23 Stefan Bergertests: Add test case for 'swtpm <iface> --tpm2 --print...
2020-04-22 Stefan Bergertests: Revert accidental port change from commit 0194fb22a
2020-04-20 Stefan Bergerswtpm: Remove unnecessary #include <seccomp.h> (fixes...
2020-04-15 Stefan Bergertests: Use 'cp -f' for copying over existing files...
2020-04-14 Stefan Bergersamples: Extend script to create a CA using a TPM 2...
2020-04-13 Stefan Bergerswtpm: Add some recent syscalls to seccomp blacklist
2020-04-12 Stefan Bergerswtpm: Address cygwin compilation warning
2020-04-10 Stefan Bergerswtpm_setup: Remove some old cruft
2020-04-10 Stefan Bergertests: Create orderly NVRAM indices and then clear...
2020-04-09 Stefan Bergertests: Modify test to create 2 orderly indices
2020-04-09 Stefan BergerTravis: Run IBM TSS2 for coverage; use Bionic
2020-04-09 Stefan Bergertests: Change localhost to 127.0.0.1 or explicityly...
2020-04-09 Stefan Bergerswtpm_setup: Explicitly set TCSD_TCP_DEVICE_HOSTNAME...
2020-04-07 Stefan Bergertests: Run all tests again in run_test
2020-04-07 Stefan Bergertests: Disable CUSE interface testing in run_test.sh
2020-04-07 Stefan Bergertests: Better detect a 32 bit TPM for the TPM2 derived...
2020-04-07 Stefan Bergertests: Use the IBM TSS2 v1.4.0's test suite
2020-04-07 Stefan BergerRPM: Adjust version to 0.4.0 at beginning of dev cycle
2020-04-07 Stefan BergerDebian: Adjust changelog for 0.4.0~dev1 developer release
2020-04-07 Stefan Bergerbuild-sys: Bump up version to 0.4.0 at beginning of...
2020-03-18 Stefan BergerTravis: Checkout a certain libtpms revision
2020-03-07 Stefan Bergerswtpm: Fix vtpm proxy case without startup flags
2020-02-26 Stefan Bergertests: Skip test 4 of derived keys in case an allowed...
2020-02-17 Stefan BergerRPM: Update gitcommit for a useful 0.3.0 checkout
2020-02-17 Stefan BergerTravis: Run make check with VERBOSE=1
2020-02-17 Stefan BergerDebian: Adjust changelog for 0.3.0 release
2020-02-17 Stefan BergerDebian: Remove CUSE TPM from build and adjust rules...
2020-02-17 Stefan BergerRPM: Adjust changelog for 0.3.0 release
2020-02-17 Stefan Bergerbuild-sys: Set version to 0.3.0 for next release
2020-02-17 Stefan BergerCHANGES: Add documentation for changes in 0.3.0
2020-02-14 Stefan Bergerswtpm: Only call memcpy if tocopy != 0 (coverity)
2020-02-14 Stefan Bergertests: Skip swtpm_cert --print-capabilities test if...
2020-02-08 Stefan Bergertests: Adjust tests to use new startup options
2020-02-08 Stefan Bergerman: Document new startup options and capabilities...
2020-02-08 Stefan Bergerswtpm: Enable sending startup commands before processin...
2020-02-05 Stefan Bergertests: Wait longer for port to close when running with...
2020-01-30 Stefan Bergertests: Display SWTPM_CERT that's being used during...
2020-01-30 Stefan Bergerswtpm_cert: Accept serial numbers that use up to 64bits
2020-01-30 Stefan Bergerswtpm_cert: Use getopt_long_only to parse options
2020-01-30 Stefan Bergerswtpm_cert: Add support for --print-capabilities option
2020-01-30 Stefan Bergersamples: Use new pwd format option for secretly passing...
2020-01-30 Stefan Bergerswtpm_cert: Allow passing signing key and parent key...
2020-01-27 Stefan Bergersamples: Protect variables in swtpm-create-tpmca
2020-01-27 Stefan Bergerswtpm_setup: Enable spaces in paths and other variables
2020-01-27 Stefan Bergersamples: Protect variables with quotes and address...
2020-01-23 Stefan Bergerswtpm_ioctl: Calculate strlen(input) only once
2020-01-23 Stefan Bergerswtpm_ioctl: Block SIGPIPE so we can get EPIPE on write()
2020-01-23 Stefan Bergerswtpm_bios: Block SIGPIPE so we can get EPIPE on write()
2020-01-23 Stefan Bergerswtpm: Only accept() new client ctrl connection if...
2020-01-18 Stefan Bergerswtpm_setup: Do not fail on future PCR banks' hashes
2020-01-15 Stefan Bergertests: Allow seccomp override w/ SWTPM_TEST_SECCOMP_OPT...
2020-01-15 Stefan Bergerdebian: Fix issues reported by lintian and changelog...
2020-01-15 Stefan Bergerbuild-sys: Display check result for build with libseccomp
2020-01-13 Stefan Bergertests: Move local functions to common file and handle...
2020-01-13 Stefan Bergertests: Wait for PID file rather than reading it right...
2020-01-13 Stefan Bergertests: Protect ${SWTPM_EXE} with quotes when passing...
2020-01-13 Stefan Bergerswtpm_setup: Use 1st part of SWTPM_EXE/SWTPM_IOCTL...
2020-01-13 Stefan Bergertests: delay reading of pidfile if found empty
2020-01-13 Stefan Bergertests: Adjust timeouts for running executables with...
2020-01-09 Stefan Bergerswtpm_setup: Keep reserved range of file descriptors...
2020-01-08 Stefan Bergerswtpm_setup: Log about encryption and fix c&p error...
2020-01-07 Stefan Bergerswtpm: Add --print-capabilities to help screen of ...
2019-12-26 Stefan Bergertests: Fix key derivation TDES test cases to actually...
2019-12-23 Stefan Bergerswtpm_ioctl: Fix uninitialized variable 'pgi'
2019-12-23 Stefan Bergertests: Add test cases for new CrytpAdjustPrimeCandidate...
2019-12-21 Stefan Bergertests: Have IBM TSS2 test case use tags/v1.3.0 of the...
2019-12-04 George AlmasiFix a 1 letter typo in INSTALL instructions
2019-11-27 Stefan BergerTravis: Add asan build for non-openssl usage in libtpms
2019-11-18 Stefan Bergertests: Protect variable with executable with quotes
2019-10-25 Stefan BergerTravis: Work around failing OsX builds due to brew...
2019-10-22 Stefan Bergerswtpm_cert: Use gnutls_x509_crt_get_subject_key_id...
2019-10-17 Jeremy LiuCorrect parameter name typo
2019-10-11 Stefan Bergerswtpm_cert: Fix OIDs for TPM 2 platforms data
2019-08-08 Stefan Bergertests: Skip seccomp check if env. sets up seccomp profile
2019-07-27 Stefan BergerSELinux: Need more rules for QEMU and KVM type of VMs...
2019-07-25 Stefan Bergerswtpm: Fix typo in error report: HMAC instead of hash
2019-07-23 Stefan Bergerswtpm: Use writev_full rather than writev; fixes -...
2019-07-23 Stefan BergerSELinux: A few more rules needed for F30
next