Sign in
fuchsia
/
third_party
/
github.com
/
stefanberger
/
swtpm
/
HEAD
546f236
use PKG_CHECK_MODULES to check libtpms version
by ben-dav-lytle
· 2 weeks ago
master
459f4e7
Travis: Update from focal to jammy and from bionic to focal
by Stefan Berger
· 4 weeks ago
5e6e138
Travis: Update from bionic to focal and from xenial to bionic
by Stefan Berger
· 4 weeks ago
29ceff5
swtpm_localca: Add missing NULL option to end of array
by Stefan Berger
· 4 weeks ago
1cd2dc6
samples: swtpm-create-tpmca: Fix shellcheck issues and add to syntax-check target
by Stefan Berger
· 4 weeks ago
036fd75
samples: swtpm-create-tpmca: Check for missing tpmtool
by Stefan Berger
· 4 weeks ago
dbcb69d
man8: Update swtpm-create-tpmca with missing TPM 2 reference
by Stefan Berger
· 4 weeks ago
346b3d6
tests: Fix shellcheck issue SC2148 by adding missing shell directive
by Stefan Berger
· 8 weeks ago
coverity_scan
c2b54e6
tests: Fix shellcheck issue SC2148 by adding a shell directive
by Stefan Berger
· 8 weeks ago
b40fc82
tests: Fix 2 cases of shellcheck SC2001 using bash search-replace
by Stefan Berger
· 8 weeks ago
c8699cc
tests: Disable shellcheck SC2010 in two cases
by Stefan Berger
· 8 weeks ago
e5ccc7b
tests: Fix shellcheck issue SC2115 by using "${var:?}"
by Stefan Berger
· 8 weeks ago
5704342
tests: Fix shellcheck issue SC2181 by if cmd; ...
by Stefan Berger
· 8 weeks ago
4cad2bb
tests: Fix shellcheck issue SC2143 by using grep -q
by Stefan Berger
· 8 weeks ago
2065564
tests: Fix shellcheck issue SC2126 by using 'grep -c'
by Stefan Berger
· 10 weeks ago
5b51dc6
tests: Fix issues related to SC2164
by Stefan Berger
· 2 months ago
fd7a812
tests: Fix code to pass shellcheck with some errors disabled
by Stefan Berger
· 2 months ago
72d9c03
swtpm_setup: Initialized @argv in get_swtpm_capabilities()
by Michal Privoznik
· 3 months ago
a78d02c
man: Install swtpm_cuse.8 iff WITH_CUSE
by Michal Privoznik
· 3 months ago
c6b78f4
swtpm: Restore logging to stderr on log open failure
by Michal Privoznik
· 4 months ago
dcd1b57
swtpm.spec: Reflect minimal gnutls version
by Michal Privoznik
· 4 months ago
6709a4e
build-sys: Bump up version to 0.9.0 at beginning of dev cycle
by Stefan Berger
· 4 months ago
2ae7b01
debian/rpm: Adjust changelog for 0.8.0 release
by Stefan Berger
· 4 months ago
v0.8.0
441d883
CHANGES: Add more documentation for changes in 0.8.0
by Stefan Berger
· 4 months ago
22e975d
tests: Pass --verify-profile=medium to certtool if supported
by Stefan Berger
· 5 months ago
v0.8.0-rc2
a2abd3b
swtpm_setup: Configure swtpm to log to stdout/err if needed
by Ross Lagerwall
· 5 months ago
66117ee
Update bug_report.md
by Stefan Berger
· 6 months ago
87ce53f
swtpm: Add another exit label to avoid gcc -fanalyzer false positive
by Stefan Berger
· 6 months ago
7d79ecd
swtpm: Return TPM_FAIL if SWTPM_NVRAM_DecrytpData is called without key
by Stefan Berger
· 6 months ago
c94a1c4
swtpm: Fix memory leak in case realloc fails
by Stefan Berger
· 6 months ago
8cbb6da
CHANGES: Add documentation for changes in 0.8.0
by Stefan Berger
· 6 months ago
v0.8.0-rc1
aa92bbf
tests: Replicate test_ctrlchannel3 for TPM 2 to test_tpm2_ctrlchannel3
by Stefan Berger
· 6 months ago
9c5bb4a
tests: Test automatic termination upon loss of ctrl channel connection
by Stefan Berger
· 6 months ago
1f36b7f
tests: Use SOCK_STREAM for CMD_SET_DATAFD socketpair
by Stefan Berger
· 6 months ago
d5296e1
swtpm: Extend capabilities JSON and show ctrl-opt-terminate
by Stefan Berger
· 6 months ago
6ecf588
swtpm: Implement terminate parameter for ctrl channel loss
by Stefan Berger
· 6 months ago
185832c
swtpm: Set tpm_running = false after TPMLIB_Terminate() on CMD_SHUTDOWN
by Stefan Berger
· 6 months ago
aa2ed3e
swtpm: Also send TPM2_Shutdown when swtpm terminates by signal
by Stefan Berger
· 6 months ago
fd5bad5
swtpm: Add missing '%' to %08x
by Stefan Berger
· 6 months ago
448f632
swtpm,man: Clarify that --terminate works only for TCP data channel
by Stefan Berger
· 6 months ago
4e4e6e8
swtpm: Do 300 locking retries instead of only 100
by Stefan Berger
· 6 months ago
34886d2
debian: Do not remove swtpm_cuse.8 via clean file
by Stefan Berger
· 6 months ago
e5fdd1c
tests: Add test case for state migration and storage locking
by Stefan Berger
· 7 months ago
6fbb219
swtpm: Implement CMD_LOCK_STORAGE to lock storage
by Stefan Berger
· 7 months ago
e821754
swtpm: Advertise --migration option in capabilities JSON
by Stefan Berger
· 7 months ago
120d414
swtpm: Implement release-lock-outgoing parameter for --migration option
by Stefan Berger
· 7 months ago
8a2bbec
swtpm: Introduce --migration option and 'incoming' parameter
by Stefan Berger
· 7 months ago
44acf59
swtpm: Move locking of storage into tpmlib_start()
by Stefan Berger
· 7 months ago
b4e6725
headers: Apply #ifndef's for _WIN32 from QEMU project
by Stefan Berger
· 7 months ago
959bbb5
tests: Check for fallocate tool and its support for --posix
by Stefan Berger
· 7 months ago
e86fd8e
headers: Synchronize with header in QEMU project
by Stefan Berger
· 7 months ago
98d009b
swtpm: Implement stub for fips_mode_enabled (OpenBSD)
by Stefan Berger
· 7 months ago
cdc39fd
swtpm: Advertise the --chroot option with cmdarg-chroot
by Stefan Berger
· 7 months ago
a44b642
tests: If filesystem is mounted with nodev opt skip CUSE chroot test
by Stefan Berger
· 7 months ago
68e5428
swtpm: Add a chroot option
by Jennifer Herbert
· 7 months ago
ef005d9
swtpm_setup: Add missing description for --vmid to help screen
by Stefan Berger
· 7 months ago
df49416
swtpm: Check for defined __SNR_MOUNT_setattr and __NR_mount_setattr
by Stefan Berger
· 7 months ago
98e84b2
swtpm: Include opensslv.h to get OPENSSL_VERSION_NUMBER
by Stefan Berger
· 7 months ago
0ebe804
swtpm: Refactor existing function to use new tpmlib_get_cmd_ordinal()
by Stefan Berger
· 7 months ago
487892f
tests: Add test case to check that swtpm sends a TPM2_Shutdown
by Stefan Berger
· 7 months ago
97e910a
swtpm: Introduce disable-auto-shutdown flag for --flags option
by Stefan Berger
· 7 months ago
9b3add2
swtpm: If necessary send TPM2_Shutdown() before TPMLIB_Terminate()
by Stefan Berger
· 7 months ago
75fbda2
swtpm: Track last command processed by the TPM
by Stefan Berger
· 7 months ago
132f51d
swtpm_ioctl: Only close file descriptor if >= 0 (Coverity)
by Stefan Berger
· 7 months ago
841b931
swtpm: seccomp: Check for __SNR_xyz rather than __NR_xyz
by Stefan Berger
· 7 months ago
5e03ed6
swtpm: Implement fips_mode_enabled()
by Stefan Berger
· 7 months ago
412a906
swtpm: Rename disable_fips_mode() and move into tpmlib_start()
by Stefan Berger
· 7 months ago
eaa9f92
swtpm: Fixed typo `fs_mount` vs `fsmount` and removed duplicates.
by Hans
· 7 months ago
cf1f966
swtpm: Add some more recent syscalls to seccomp profile
by Stefan Berger
· 7 months ago
c4adfa3
swtpm: cuse: Extend usage of FILE_OPS_LOCK to protect a reading thread
by Stefan Berger
· 8 months ago
54de243
tests: Remove dump of logfile at end of test
by Stefan Berger
· 8 months ago
b8c1a0f
swtpm_setup: Add missing newline to help screen
by Stefan Berger
· 8 months ago
0fb6f90
man: Replace swtpm_cuse man page with redirect to swtpm man page
by Stefan Berger
· 8 months ago
98fdcaa
swtpm: Travial reformatting of arrays of structs
by Stefan Berger
· 8 months ago
bcf1fa9
swtpm: cuse: Restrict opening CUSE device to one openable file descriptor
by Stefan Berger
· 8 months ago
b255d07
tests: Move swtpm_open_cmddev into swtpm_cmd_tx
by Stefan Berger
· 8 months ago
76001cd
swtpm: Ignore error if TPMLIB_ChooseTPMVersion for printing caps fails
by Stefan Berger
· 8 months ago
bf3f517
swtpm: Move TPMLIB_ChooseTPMVersion into capabilities_print_json
by Stefan Berger
· 8 months ago
f67607d
swtpm_setup: Implement get_swtpm_capabilities() and call from two functions
by Stefan Berger
· 8 months ago
b3c32ed
swtpm: Also advertise the flags-opt-startup option for the CUSE interface
by Stefan Berger
· 8 months ago
b91fc6e
configure: check for bash
by William Roberts
· 9 months ago
6a3c9d5
gitignore: Ignore created files in man/man5/
by Stefan Berger
· 9 months ago
a772d48
selinux: Replace hardcoded install path with @prefix@
by Stefan Berger
· 9 months ago
a39c379
swtpm: Disable OpenSSL FIPS mode to avoid libtpms failures
by Stefan Berger
· 9 months ago
1b21d05
tests: Do not activate SHA-1 PCR bank in test case
by Stefan Berger
· 9 months ago
9ebd925
swtpm_bios: Use TPM2_ALG_SHA256 as parameter to TPM2_IncrementalSelfTest
by Stefan Berger
· 9 months ago
933ac94
swtpm: Update printed copyright notice
by Stefan Berger
· 10 months ago
2a1bfe4
swtpm: Remove stale parameter from function documentation
by Stefan Berger
· 10 months ago
0a27860
swtpm: Fix a typo in an error message
by Stefan Berger
· 10 months ago
6c87d54
swtpm: Replace malloc + strcpy with strdup and handle OOM case
by Stefan Berger
· 10 months ago
760ec8e
swtpm: Handle case where unknown blobtype is given (Coverity)
by Stefan Berger
· 10 months ago
bfa79e9
swtpm: Cast '1' to uint64_t before shift and assign to uint64_t variable
by Stefan Berger
· 10 months ago
1c3ba53
swtpm: Initialize res variable (Coverity)
by Stefan Berger
· 10 months ago
81f517f
swtpm: Remove assignment to unused variable
by Stefan Berger
· 10 months ago
f8e5cbd
swtpm_localca: Add comment that failure to read optsfile is not an issue
by Stefan Berger
· 10 months ago
ebc8f2e
swtpm_setup: Use g_strdup instead of strdup
by Stefan Berger
· 10 months ago
1df0a14
swtpm_setup: Initialize pubek_len (Coverity)
by Stefan Berger
· 10 months ago
c9660fe
swtpm_ioctl: Free variable before parsing it to avoid memory leak (Coverity)
by Stefan Berger
· 10 months ago
f1306a6
swtpm_ioctl: Close file descriptor at end of main (Coverity)
by Stefan Berger
· 10 months ago
c269da7
swtpm_cert: Test for NULL pointer returned by malloc
by Stefan Berger
· 10 months ago
Next »