version 1.3.9.1 has the fix which will work with both openssl 1.0.x and openss 1...
[tpm-tools] No support for OpenSSL < 1.1.0
[tpm-tools PATCH] missing linkage with openssl
1.3.9 has bad code , likely causing NULL ptr deref
Bumped version to 1.3.9.1
Fix missing EVP_CIPHER_CTX initialization
Fix missing linkage with openssl
Remove trailing whitespaces
[PATCH] Fix missing linkage with openssl
[PATCH] Fix missing EVP_CIPHER_CTX initialization
1.3.9 has bad code , likely causing NULL ptr deref
Do you have automated testcases for tpm_seal and tpm_unseal? I manually tested the...
Please see bug #201. "ctx = EVP_CIPHER_CTX_new();" was the missing code.
Fix build with LibreSSL post Commit [05411e]
pushed. Thanks for reporting!
[PATCH] Fix compilation with LibreSSL
Bumped version to 1.3.9
Bumped version to 0.3.14
Support OpenSSL 1.1.0
Rename configure.in to configure.ac
Remove the compiler warning:
tpm_nvread.c: needs to include <sys/stat.h> for...
[PATCH] Fix confusing indentation in tpm_presen...
[PATCH] Makefile.am: make sure libintl is in LD...
[PATCH] support OpenSSL 1.1.0
Merge branch 'dev'
tsp_tcsi_param.c: Include <limits.h> for POSIX_MAX
[PATCH] Fix uninitialized memory error
Rename configure.in to configure.ac
automake: Enable subdir-objects
[PATCH] Fix memory leak in Tspi_Context_Connect
[PATCH] Fix more memory leaks in Tspi_Context_C...
Merge branch 'dev'
bootstraph.sh: make executable
Replaced stack allocation and malloc of EVP_MD_...
uninitialized memory in tcsd/platform.c platform_get_runlevel()
double-free when a hostname is passed to Tspi_Context_Connect()
Memory leak in Tspi_Context_Connect (tspi_context.c)
missing sys/stat.h at src/tpm_mgmt/tpm_nvread.c
Your patch needs to have clear descriptions, especially on the reason of the 'strdup'...
automake: Enable subdir-objects
Rename configure.in to configure.ac
bootstraph.sh: make executable
tpm-tools: fix incorrect key parameter defines use
Updated man page for Tspi_TPM_PcrExtend command
trousers, tpm-tools incompatibility
I got both trousers-trousers (3297fc) and trousers-tpm-tools (490afe6) from git....
tpm_nvcommon.c:143: bad test ?
tpm_nvcommon.c:143: bad test ?
Changes to allow building on OS X
man: Correct references to Tspi_Hash_UpdateHash...
Added comment to tpm.h file
tpm_version: Don't suppress communication error...
Fixed possible double free when freeing context...
Removed misguided attempt to free memory in Tsp...
Error calling Tspi_Context_Close with remote connection enabled
Fixed the problem of the function Tspi_Context_...
Hi Anderson, The patch looks good. I would add another line "free(entry);" to the...
Fixed failure to recognize connections from loc...
Merge branch 'dev'
[build] missing dependency
Error building rpm file
undefined ASN1_* symbols in TSPI library
constructor name conflicts with libmysqlclient's constructor
Fixed the wrong type used while comparing IPv4 ...
Fixed failure to recognise connections from loc...
Fixed incorrect check of the result of getpeern...
Fixed the wrong type used while comparing IPv6 ...
Remote connection problem
Thank you for your patch and detailed descriptions! The patch definitely works. However,...
Failure to recognise connections from localhost over IPv6
Wrong type used while comparing IPv6 addresses
Wrong type used while comparing IPv4 addresses
Incorrect check of thr result of getpeername(2).
Incorrect check of thr result of getpeername(2).