mirror of
https://github.com/stefanberger/libtpms
synced 2025-08-23 16:01:32 +00:00

Implement a KDFa replacement using OpenSSL's KBKDF function. The resulting implementation has a few restrictions compared to the original one. For example, it cannot accept a counter value to be passed in to resume the KDFa as the reference implementation could -- OSSL does not support providing the counter in this becomes problematic with DRBG_Generate where it seems to want to resume with a counter over the long-term. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
72 lines
1.1 KiB
Plaintext
72 lines
1.1 KiB
Plaintext
*.exe
|
|
*.exe.stackdump
|
|
*.gcda
|
|
*.gch
|
|
*.gcno
|
|
*.gcov
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.trs
|
|
*~
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.pc/
|
|
configure
|
|
compile
|
|
depcomp
|
|
missing
|
|
Makefile.in
|
|
Makefile
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/config.h
|
|
/config.h.in
|
|
/config.guess
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/install-sh
|
|
/libtool
|
|
/libtpms.pc
|
|
/libtpms-*.tar.gz
|
|
/ltmain.sh
|
|
/stamp-h1
|
|
/test-driver
|
|
/m4/*
|
|
!m4/ax_check_define.m4
|
|
!m4/ax_check_linker_flag.m4
|
|
/man/man3/*.3
|
|
!man/man3/TPMLIB_GetState.3
|
|
!man/man3/TPMLIB_SetDebugLevel.3
|
|
!man/man3/TPMLIB_SetDebugPrefix.3
|
|
!man/man3/TPMLIB_Terminate.3
|
|
!man/man3/TPM_Free.3
|
|
!man/man3/TPM_IO_Hash_Data.3
|
|
!man/man3/TPM_IO_Hash_End.3
|
|
!man/man3/TPM_IO_TpmEstablished_Reset.3
|
|
!man/man3/TPM_Realloc.3
|
|
/tests/NVChip
|
|
/tests/base64decode
|
|
/tests/fuzz
|
|
/tests/freebl_sha1flattensize
|
|
/tests/kdfa_openssl
|
|
/tests/kdfe_openssl
|
|
/tests/nvram_offsets
|
|
/tests/object_size
|
|
/tests/tpm2_createprimary
|
|
/tests/tpm2_cve-2023-1017
|
|
/tests/tpm2_cve-2023-1018
|
|
/tests/tpm2_pcr_read
|
|
/tests/tpm2_selftest
|
|
/tests/tpm2_setprofile
|
|
/debian/*debhelper*
|
|
/debian/*substvars
|
|
/debian/autoreconf.*
|
|
/debian/files
|
|
/debian/libtpms-dev
|
|
/debian/libtpms0
|
|
/debian/tmp
|