Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
stefanberger
/
swtpm
/
HEAD
dc005cc
swtpm: Fix a comparison of different signedness
by Stefan Berger
· 13 days ago
master
3e8e068
swtpm: Improve handling of case where received state has zero length
by Stefan Berger
· 13 days ago
74bf814
swtpm: Ignore error in case close() fails in file_read and preserve errno
by Stefan Berger
· 13 days ago
d685568
swtpm: Set td_len = 0 after tlv_data_free for clarity
by Stefan Berger
· 13 days ago
0169f6b
swtpm: Fix a comment to show code as it was before it was changed
by Stefan Berger
· 13 days ago
1683449
swtpm_setup: Properly access exit_status for exit code and signal
by Stefan Berger
· 13 days ago
93e7c5c
swtpm_cert: Fix format string for long
by Stefan Berger
· 2 weeks ago
5ae16f9
swtpm_cert: Error-out on number of days for cert validity < -1
by Stefan Berger
· 2 weeks ago
c122632
swtpm_cert: Add missing newline to error message
by Stefan Berger
· 2 weeks ago
d882bca
swtpm_cert: Rename hex_to_str to hex_to_val and return int
by Stefan Berger
· 2 weeks ago
43204ab
swtpm_cert: Add guard checking for userdata (password) being NULL
by Stefan Berger
· 2 weeks ago
b3b8532
swtpm_cert: Initialize ser_number_len to 0
by Stefan Berger
· 2 weeks ago
895e8b5
swtpm_localca: Remove unused variables due to migration to OpenSSL
by Stefan Berger
· 2 weeks ago
fb0cc1f
CI: Run coverity scan also in ubuntu-26.04 container
by Stefan Berger
· 2 weeks ago
69faf07
swtpm: Assign returned value of sysconf to a long rather than uint32_t
by Stefan Berger
· 2 weeks ago
b58372f
swtpm: Free decrypt_data in case it was allocated but not passed to caller
by Stefan Berger
· 2 weeks ago
e9965c9
swtpm: Free encrypt_data in case an error occurs
by Stefan Berger
· 2 weeks ago
df4918b
swtpm: Log an error if neither /dev/zero nor /dev/null could be opened
by Stefan Berger
· 2 weeks ago
c9d8e7a
swtpm: Only call logprintf if linebuffer != NULL avoid printing '(null)'
by Stefan Berger
· 2 weeks ago
4923e9b
swtpm: Log an error message in case RAND_bytes did not return random bytes
by Stefan Berger
· 2 weeks ago
5b62ea4
swtpm: Check pointer before freeing the memory it points to
by Stefan Berger
· 2 weeks ago
566471c
tests: check for TPM 2.0 in test_tpm2_ctrlchannel3
by Alexander Gryanko
· 3 weeks ago
dc5f5ee
swtpm: Fix length check in SWTPM_NVRAM_CheckHeader()
by Suraj Theekshana
· 3 weeks ago
7a0db61
swtpm_setup: Remove not needed fds_to_pass and n_fds_to_pass
by Stefan Berger
· 3 weeks ago
37bc613
swtpm_setup: Protect parse_rsa_keysize from NULL pointer dereference
by Stefan Berger
· 3 weeks ago
634d1e5
swtpm_setup: Cast value comparing to write result to ssize_t rather than long
by Stefan Berger
· 3 weeks ago
fb705b5
swtpm_setup: Remove a completely unused BIO
by Stefan Berger
· 3 weeks ago
f61e70d
swtpm_setup: Set mod and exp to NULL after transfer to rsakey (OSSL<1.1.0)
by Stefan Berger
· 3 weeks ago
3b8a4d3
swtpm_setup: Use g_strdup for strings assigned to prgname
by Stefan Berger
· 3 weeks ago
01fe18b
swtpm_setup: Creation of the platform certificate only implies creation of EK
by Stefan Berger
· 3 weeks ago
3b77598
swtpm_setup: Check the SETUP_EK_CERT_F flag when creating IAK or IDevIDs
by Stefan Berger
· 3 weeks ago
50aa569
swtpm_setup: Fix a typo in the name of a TPM 1.2 related function
by Stefan Berger
· 3 weeks ago
be40967
swtpm_setup: Initialize caller's array pointer to NULL after freeing it
by Stefan Berger
· 3 weeks ago
8be67d1
swtpm_setup: Check for TPM2_GetCapability to have return 27 bytes
by Stefan Berger
· 3 weeks ago
bc2605d
swtpm_setup: Handle strotoull error cases for file descriptors
by Stefan Berger
· 3 weeks ago
d22fcb0
swtpm_setup: Display error->message set by glib rather than errno string
by Stefan Berger
· 3 weeks ago
0f06411
swtpm_setup: Add missing newline to error message and fix typo
by Stefan Berger
· 3 weeks ago
bd74651
swtpm_setup: Fix the TPM 1.2 function name for an error message
by Stefan Berger
· 3 weeks ago
9948254
swtpm_setup: Also count json_profile_fd == 0 as a passed file descriptor
by Stefan Berger
· 3 weeks ago
6635f49
swtpm_setup: Fix acceptance of optional parameter to --create-config-file
by Stefan Berger
· 3 weeks ago
12800e3
swtpm_setup: Display an error message if SPK could not be made permanent
by Stefan Berger
· 3 weeks ago
e676c91
swtpm_setup: Fix a typo in the key type used in log messages
by Stefan Berger
· 3 weeks ago
c5f6828
swtpm_setup: Fix formatting string for unsigned long long -> %llu
by Stefan Berger
· 3 weeks ago
936d12e
swtpm_setup: Remove access to unset error pointer in log statement
by Stefan Berger
· 3 weeks ago
7804545
swtpm_setup: Do not call g_object_unref on potential NULL pointer
by Stefan Berger
· 3 weeks ago
656eb28
swtpm_setup: Initialise g_autofree pointer to NULL
by Stefan Berger
· 3 weeks ago
0f2d799
swtpm_setup: Use g_strdup on g_autofree variables
by Stefan Berger
· 3 weeks ago
f9f7d6e
swtpm_setup: Use be32toh rather than htobe32 when converting wire data
by Stefan Berger
· 3 weeks ago
a7ca25e
swtpm: Display a warning if the passphrase in a file is rather short
by Stefan Berger
· 3 weeks ago
70b45fe
swtpm: Fix deduplication logic in strv_dedup
by Stefan Berger
· 3 weeks ago
3f2e175
swtpm: Cast EVP_MAC_final's outsize parameter to size_t
by Stefan Berger
· 3 weeks ago
75976b0
swtpm: Change datatype of variable getting value from snprintf to int
by Stefan Berger
· 3 weeks ago
6062c16
swtpm: Call TPMLIB_SetDebugLevel only after asprintf that could fail
by Stefan Berger
· 3 weeks ago
9c43f97
swtpm: Check file descriptor for writability before assigning it to log_fd
by Stefan Berger
· 3 weeks ago
87241f7
swtpm: Explicitly set ret = -1 in case called function returned ret != 0
by Stefan Berger
· 3 weeks ago
fd51468
swtpm: Initialize entire sockaddr_in structure before usage
by Stefan Berger
· 3 weeks ago
264e465
swtpm: CMD_HASH_DATA: Limit number of bytes read from file descriptor
by Stefan Berger
· 3 weeks ago
9f67a47
swtpm: Check for NULL pointer returned from strndup
by Stefan Berger
· 3 weeks ago
e67b072
swtpm: Log error message in case write_full could not send all bytes
by Stefan Berger
· 3 weeks ago
bee3a27
swtpm: Preserve errno in fsync_on_dir
by Stefan Berger
· 3 weeks ago
a0806f9
swtpm: Only fsync on file and dir if res does not indicate an error
by Stefan Berger
· 3 weeks ago
183604d
swtpm: Use offsetof rather than sizeof to calculate bytes to hash
by Stefan Berger
· 3 weeks ago
988352e
swtpm: Use CRYPTO_memcmp rather than memcmp to compare HMAC values
by Stefan Berger
· 3 weeks ago
928e40e
swtpm: Preserve errno across a possible close()
by Stefan Berger
· 3 weeks ago
9cb8d52
swtpm: Wrap strtoul in option_strtoul and extend its usage
by Stefan Berger
· 3 weeks ago
182098c
swtpm: Comment-out rc += 0 since it does not do much
by Stefan Berger
· 3 weeks ago
12e31d4
swtpm: Fix name of file in a comment
by Stefan Berger
· 3 weeks ago
3468301
swtpm: Assign value to log_level after potentially failing asprintf
by Stefan Berger
· 3 weeks ago
45e93ef
swtpm: Improve the logic setting the pidfile via name or file descriptor
by Stefan Berger
· 3 weeks ago
30764b4
swtpm: Replace deprecated index() with equivalent strchr()
by Stefan Berger
· 3 weeks ago
1da9b00
swtpm: Use correct pointer for CMD_SET_LOCALITY response size calculation
by Stefan Berger
· 3 weeks ago
1a5436f
swtpm: Add O_NOFOLLOW to open on linear file backend
by Stefan Berger
· 3 weeks ago
66e5e88
swtpm: Add O_NOFOLLOW for open on pcap file
by Stefan Berger
· 3 weeks ago
65decd4
swtpm: Fix the buffer for the AES IV
by Stefan Berger
· 3 weeks ago
20f432b
swtpm: Rename bakfile2 to bakfile only if access_res == 0
by Stefan Berger
· 3 weeks ago
44a941f
swtpm: Fix the format string being used on recursive call of logprintfA
by Stefan Berger
· 3 weeks ago
aba315b
swtpm: Check for return of '!= 1' from sscanf
by Stefan Berger
· 3 weeks ago
3acff44
swtpm: Correct the calculation of sockaddr_un length
by Stefan Berger
· 3 weeks ago
561e524
swtpm: Fix parsing of signed and unsigned integer options
by Stefan Berger
· 3 weeks ago
d5ae736
swtpm: Fix ntonl to ntohl in output of error message
by Stefan Berger
· 3 weeks ago
958e44d
swtpm: Return -1 in unlikely case of add overflow instead of '1'
by Stefan Berger
· 3 weeks ago
201c46e
swtpm: Properly check for truncation following snprintf call
by Stefan Berger
· 3 weeks ago
3a37282
swtpm: Close mmap file descriptor in case of fchmod error
by Stefan Berger
· 3 weeks ago
b286852
swtpm: Free buffer to avoid memory leak in failure case
by Stefan Berger
· 3 weeks ago
db2386b
Fix policy loading with 3.11 SElinux toolchain (bsc#1271417)
by Cathy Hu
· 8 weeks ago
de323e7
tests: Extend tpm12 tests patch to fix issues with unused variables
by Stefan Berger
· 8 weeks ago
a1d85c9
man: Document support for IAK and IDevID in swtpm_setup.conf
by Stefan Berger
· 3 months ago
8356e28
tests: Sign different TPM 2 certificate types with an Ed448 key
by Stefan Berger
· 3 months ago
9b0bcf3
tests: Sign different TPM 2 certificate types with an ML-DSA key
by Stefan Berger
· 3 months ago
71cc7a4
swtpm_cert: Enable signing of EK certificates with hashless signing schemes
by Stefan Berger
· 3 months ago
b12c5a2
man: Describe new options for swtpm_cert
by Stefan Berger
· 3 months ago
93f64a1
tests: Create certificates for ML-DSA and ML-KEM keys
by Stefan Berger
· 3 months ago
ce2a461
swtpm_cert: Enable certificate creation for ML-DSA keys
by Stefan Berger
· 3 months ago
841f0f9
swtpm_cert: Enable certificate creation for ML-KEM keys
by Stefan Berger
· 3 months ago
ac40026
tests: Refactor certificate creation tests
by Stefan Berger
· 3 months ago
4fe291d
swtpm_cert: Fix the ASN.1 for IAK/IDevID SAN
by Stefan Berger
· 3 months ago
b96bbfa
swtpm_cert: Adjust error message for 'days' too far in future
by Stefan Berger
· 3 months ago
69b8ad8
build-sys: Require OpenSSL's libcrypto >= v3.5 for ML-KEM & ML-DSA support
by Stefan Berger
· 3 months ago
11f6fa7
ci: Move testing into ubuntu:26.04 containers
by Stefan Berger
· 3 months ago
f80b6e9
tests: Make some tests work in ubuntu:26.04 containers
by Stefan Berger
· 3 months ago
Next »