]> git.proxmox.com Git - swtpm.git/shortlog
swtpm.git
2018-08-07 Stefan BergerSupport TPM 2 in swtpm_setup and swtpm_setup.sh
2018-08-07 Stefan Bergerswtpm_cert: Add support for TPM2
2018-08-07 Stefan BergerExtend swtpm_bios with --tpm2 to support a TPM 2
2018-08-07 Stefan Bergertests: Add test cases for TPM2
2018-08-07 Stefan Bergerswtpm: Call API call for resetting the TPM Established...
2018-08-07 Stefan Bergerswtpm: Implement support for TPM2 command cancellation
2018-08-07 Stefan Bergerswtpm: Provide support for TPM2 using --tpm2
2018-08-07 Stefan Bergerswtpm_cert: Prepend a 'special' ASN.1 byte sequence...
2018-08-07 Stefan Bergerswtpm_cert: Do set authority key id explicitly
2018-08-07 Stefan Bergerswtpm_cert: Remove copying of authority key id
2018-07-05 Stefan Bergerswtpm: Use file lock to prevent concurrent access to...
2018-07-02 Stefan Bergertests: Use wait_process_gone rather than kill -0
2018-07-02 Stefan Bergerswtpm: Encrypt the data with a random IV every time
2018-07-02 Stefan Bergerswtpm: Get the IV from a tag-length-value block in...
2018-07-02 Stefan Bergerswtpm: Add IV as parameter to AES CBC encryption/decryp...
2018-06-30 Stefan Bergerswtpm: Refactor HMAC calculation so we can later pass...
2018-06-20 Stefan Bergerswtpm: get rid of TPM_Malloc/TPM_Free/TPM_Realloc
2018-06-20 Stefan Bergerswtpm: Use tag-length-value blocks to store data in...
2018-06-20 Stefan Bergerswtpm: Implement functions for supporting tag-length...
2018-06-15 Stefan Bergerbuild: Remove FreeBL support since libtpms does not...
2018-06-11 Stefan Bergertests: Skip CUSE tests if not compiled with CUSE interface
2018-06-04 Stefan Bergertest: Add PKG_CONFIG_PATH in front of configure for...
2018-06-04 Stefan Bergertests: Poll for 1 second after PID file was found to...
2018-06-04 Stefan Bergerswtpm_ioctl: add padding bytes for 32 bit architectures
2018-05-29 Stefan Bergerbuild-sys: Remove '/' after $(DESTDIR)
2018-05-14 Stefan BergerDo not call close() with a negative value
2018-05-14 Stefan BergerUse memcpy rather than strncpy and leave note in code
2018-05-14 Stefan BergerUse TPMLIB_SetState to set state blobs
2018-05-08 Stefan Bergerswtpm_cert: do not set the subject in the certificate
2018-05-07 Stefan Bergerswtpm_cert: Usa sha-1WithRSAEncryption for TPM 1.2...
2018-05-07 Stefan Bergerswtpm_cert: Build platform and TPM info for platform...
2018-05-07 Stefan Bergerswtpm_cert: Set SAN's ASN.1 using lower level function
2018-05-07 Stefan Bergerswtpm_cert: put ASN.1 creation code into own functions
2018-05-05 Stefan Bergerswtpm_cert: fix a copy and paste error related to TPM...
2018-05-05 Stefan Bergersamples: remove the TPM attribute parameters from the...
2018-05-05 Stefan Bergerswtpm_setup: get tpm manufacturer, fw version, etc...
2018-05-04 Stefan Bergerswtpm_cert: simplify two's completement implementation
2018-05-04 Stefan Bergertests: wait for 0.5 seconds before swtpm must be gone
2018-05-04 Stefan Bergerswtpm_cert: calculate two's complement of numbers for...
2018-05-04 Stefan Bergerswtpm_cert: Use certificate specific OIDs in Extended...
2018-04-27 Stefan BergerSELinux: yet more rules needed for recent Fedora
2018-04-27 Stefan BergerSELinux: add yet more rules for svirt for libvirt support
2018-04-23 Stefan Bergerswtpm_setup: fix missing space after --vmid parameter
2018-04-23 Stefan Bergersample: propagate and log error if swtpm_cert is missing
2018-04-23 Stefan Bergertests: set PATH so swtpm_cert can be found
2018-04-23 Stefan Bergerswtpm_cert: make the TPM spec parameters mandatory...
2018-04-23 Stefan Bergerswtpm_setup: Use swtpm_ioctl to get TPM specification...
2018-04-23 Stefan Bergerswtpm_ioctl: implement --info option to get implementat...
2018-04-23 Stefan Bergersamples: implement options for pass TPM spec parameters
2018-04-23 Stefan Bergerswtpm: Implement CMD_GETINFO to retrieve TPM specificat...
2018-04-23 Stefan Bergertests: source common rather than test_common
2018-04-18 Stefan Bergerman: add an example to swtpm_setup man page
2018-04-18 Stefan Bergersamples: Error out if key exists but is not readable...
2018-04-17 Stefan Bergerswtpm_cert: Error out if the Authority Key Id could...
2018-04-17 Stefan Bergertests: Use a root CA for creating the issuercert for...
2018-04-17 Stefan Bergersamples: Create a root CA that signs the cert used...
2018-04-17 Stefan Bergerswtpm_setup: log output of tool creating cert
2018-04-17 Stefan Bergerswtpm_setup: run exec in a subshell when suppressing...
2018-04-17 Stefan Bergerswtpm_cert: Add Subject Directory Attributes to EK...
2018-04-17 Stefan Bergerswtpm_cert: cleanup whitespace errors
2018-04-17 Stefan Bergerswtpm_cert: factor out encode_asn1 function
2018-04-12 Stefan Bergersamples: Use the --add-header option for TPM 1.2
2018-04-12 Stefan Bergerswtpm_cert: Implement --add-header option for adding...
2018-04-10 Stefan Bergerswtpm: Implement mode parameter for --tpmstate option
2018-04-09 Stefan Bergerrpm build: Update SELinux policy files for swtpm and...
2018-04-09 Stefan Bergerselinux: replace swtpmcuse_svirt with swtpm_svirt
2018-04-05 Stefan Bergerswtpm_setup: allow passing of uid numbers for user...
2018-04-05 Stefan Bergerswtpm: allow passing of uid numbers for user Ids.
2018-04-05 Stefan Bergerswtpm: Also remove pidfile at end if fd was passed
2018-04-05 Stefan Bergerswtpm: Allow file desciptor passing for pid file
2018-04-04 Stefan Bergerselinux: update policy for swtpm to support libvirt...
2018-04-03 Stefan Bergerswtpm: Add 'uid' and 'gid' parameter to set UnxiIO...
2018-04-03 Stefan Bergerswtpm: Add 'mode' parameter to allow setting UnixIO...
2018-03-28 Stefan Bergertests: test fails earlier now that blobs are validated
2018-03-28 Stefan BergerRegister libtpms callbacks a lot earlier
2018-03-14 Stefan Bergertravis: checkout tpm2-preview.rev146.v2 branch of libtpms
2018-03-05 Stefan Bergerswtpm: add hex numbers to CMD_* enums
2018-02-18 Stefan Bergerswtpm: Fix memory leak in ctrlchannel related to sockpath
2018-02-18 Stefan Bergerswtpm: fix memory leaks when getting or setting state
2018-02-17 Stefan Bergerswtpm: Also check the state blob in the CUSE TPM
2018-02-17 Stefan Bergerswtpm: Validate state blobs after setting them
2018-02-17 Stefan Bergertests: Fix SWTPM_EXEC to be SWTPM_EXE
2018-02-12 Stefan Bergerdebian: Remove runtime dependency on expect tool
2018-02-12 Stefan Bergerrpm: Remove runtime dependency on expect tool
2018-02-12 Stefan Bergerswtpm_setup: avoid using expect tool whenever possible
2018-02-12 Stefan Bergerswtpm_setup: Strictly use passwords as specified by...
2018-02-06 Stefan Bergerbuild: add missing load_vtpm_proxy file for 'make dist'
2018-01-30 Stefan Bergerswtpm: loop in case poll sets errno EINTR
2018-01-30 Stefan Bergerswtpm: close client file descriptor if POLLERR is indicated
2018-01-30 Stefan Bergerswtpm: Refuse to accept passed file descriptors < 3
2018-01-22 Stefan Bergerswtpm: reformat tpm_ioctl.h to also fit QEMU
2018-01-18 Stefan Bergerdebian: add a few more files to the tools package
2018-01-17 Marc Kleine... treewide: remove executable bit from config files and...
2018-01-12 Stefan Bergerswtpm_setup: fix typo in help screen
2018-01-02 Stefan Bergerswtpm_cert: Sign cert using SHA256
2017-12-22 Stefan Bergersamples: pass --subject to swtpm_cert since certtool...
2017-12-21 Stefan Bergerswtpm_setup: Only pass through vmid parameter if it...
2017-12-21 Stefan Bergersamples: error if swtpm-localca gets an unsupported...
2017-12-20 Stefan Bergerswtpm_cert: Fix broken certificate verification
2017-12-19 Stefan Bergertests: Also TPM 1.2 a valid buffer size range
next