libtpms/src
Stefan Berger 42cbf67ebe WIP: tests: Add test case for KDFa replacement by OpenSSL 'KBKDF'
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>
2024-07-17 12:29:21 -04:00
..
tpm2 WIP: tests: Add test case for KDFa replacement by OpenSSL 'KBKDF' 2024-07-17 12:29:21 -04:00
tpm12 tpm12: Replace include of engine.h with err.h 2024-07-08 16:45:33 -04:00
compiler.h library: use __attribute__((format,...) to check printf format and args 2018-06-15 18:07:49 -04:00
disabled_interface.c build-sys: add optional --with-tpm1 2021-08-06 08:04:37 -04:00
libtpms.syms tpm2: Add new API call TPMLIB_SetProfile to enable user to set a profile 2024-07-15 11:51:38 -04:00
Makefile.am tpm2: Implement function to convert from and to compressed lists' bit arrays 2024-07-15 14:09:09 -04:00
test.syms build-sys: work around broken linker when testing --version-script support 2018-08-30 21:45:16 +00:00
tpm_debug.c Move common debug, memory & nvfile units to src/ 2021-08-06 08:04:37 -04:00
tpm_debug.h tpm: #undef printf in case it is #define'd (OSS-Fuzz) 2022-04-08 08:35:19 -04:00
tpm_library_conf.h Fix many misspellings 2021-03-02 08:20:25 -05:00
tpm_library_intern.h tpm2: Add new API call TPMLIB_SetProfile to enable user to set a profile 2024-07-15 11:51:38 -04:00
tpm_library.c tpm2: Add new API call TPMLIB_SetProfile to enable user to set a profile 2024-07-15 11:51:38 -04:00
tpm_memory.c Move common debug, memory & nvfile units to src/ 2021-08-06 08:04:37 -04:00
tpm_nvfile.c nvfile: Free allocated memory on failure 2022-05-20 09:57:09 -04:00
tpm_nvfile.h Move common debug, memory & nvfile units to src/ 2021-08-06 08:04:37 -04:00
tpm_tpm2_interface.c tpm2: Add new API call TPMLIB_SetProfile to enable user to set a profile 2024-07-15 11:51:38 -04:00
tpm_tpm2_tis.c tpm2: rev155: Major refactoring of header files 2020-04-14 16:03:45 -04:00
tpm_tpm12_interface.c tpm2: Add new API call TPMLIB_SetProfile to enable user to set a profile 2024-07-15 11:51:38 -04:00
tpm_tpm12_tis.c Move common debug, memory & nvfile units to src/ 2021-08-06 08:04:37 -04:00