wolfTPM/.gitignore

132 lines
2.1 KiB
Plaintext
Raw Normal View History

*~
patch/
*.swp
.metadata
language.settings.xml
src/config.h.in
autom4te.cache
build-aux
aclocal.m4
configure
Makefile.in
m4
aminclude.am
config.log
config.status
libtool
Makefile
wolftpm-config
.dirstamp
*.la
*.lo
config.h
stamp-h1
test-suite.log
src/.deps
src/.libs
2018-02-07 17:28:31 -06:00
RemoteSystemsTempFiles
*.o
*.dep
*.deps
*.libs
*.dSYM
.vs
IDE/IAR-EWARM/settings
wolftpm/options.h
# common cmake build location
build/
examples/wrap/wrap_test
examples/native/native_test
examples/bench/bench
examples/csr/csr
examples/tls/tls_client
examples/pkcs7/pkcs7
examples/timestamp/signed_timestamp
examples/pcr/quote
examples/pcr/read_pcr
examples/pcr/extend
Sealing secrets with PolicyPCR and PolicyAuthorize (#261) * Support for PCR with policy. Issue #109 * Progress on PCR policy. Work from John Bland. * add wrapper functions to seal secrets the NVM with policy authorization fix the seal and unseal with policy functions to work with non trial policies update policy examples to allow multiple pcr indicies to be used, currently only 2 can be used because TPML_PCR_SELECTION only allows 2 pcr sellections, may need to be refactored but I didn't want to blow that part of the codebase up * fix TPM2_SetupPCRSel to correctly use hash type banks * update policy functions and examples based on pr comments fixed rsa keys not working due to null default signing algorithm, seal_policy_auth can now be called with no arguments and will pick defaults * update policy examples based on pcr comments added error codes and htons macro for use when wolfcrypt is not available * added policySigned logic to policy seal with nv functions currently the policy seal with auth nv example is broken due to strange session issues * Improvements to the session authentication for policy sessions. * update the sealNV functions, add PolicyRestart and manual htnos wolfTPM2_SealWithAuthSigNV allows for sealing secrets to NV with just the public part of the sealing key and a pre signed signature so that the private part of the key can be kept off the system. PolicyRestart was added to make reseting the policyDigest easy and a manual htnos function was added for use in wolfBoot * update policy code based on pr comments * reconfigure wolfTPM after setting up ibm simulator * define XREWIND in wolfTPM since it is no longer in wolfssl * fix scan-build warnings * remove RSA_SIG_SZ * use signed char in HexCharToByte for strict build options * update based on pr comments --------- Co-authored-by: David Garske <david@wolfssl.com>
2023-04-13 13:24:37 -05:00
examples/pcr/policy
examples/pcr/policy_sign
examples/pcr/reset
examples/timestamp/clock_set
examples/management/flush
pkcs7tpmsigned.p7s
pkcs7tpmsignedex.p7s
examples/tls/tls_server
examples/tls/tls_client_notpm
tests/unit.test
examples/keygen/create_primary
examples/keygen/keyload
examples/keygen/keygen
examples/keygen/keyimport
2023-07-19 15:22:15 -05:00
examples/keygen/external_import
2021-03-12 13:00:23 -06:00
examples/nvram/store
examples/nvram/read
examples/nvram/counter
2023-09-11 15:32:43 -05:00
examples/nvram/policy_nv
examples/gpio/gpio_config
examples/gpio/gpio_set
examples/gpio/gpio_read
2021-07-12 16:53:09 -05:00
examples/gpio/gpio_nuvoton
examples/seal/seal
examples/seal/unseal
examples/attestation/make_credential
examples/attestation/activate_credential
examples/boot/secure_rot
examples/boot/secret_seal
examples/boot/secret_unseal
examples/firmware/ifx_fw_extract
examples/firmware/ifx_fw_update
# Generated Cert Files
certs/ca-*.pem
certs/ca-*.der
certs/ca-*.crl
certs/*.par
certs/crlnumber*
certs/serial
certs/index*
certs/tpm-*.csr
certs/server-*.der
certs/server-*.pem
certs/client-*.der
certs/client-*.pem
certs/serial.old
certs/0*.pem
certs/1*.pem
certs/2*.pem
certs/3*.pem
certs/4*.pem
certs/5*.pem
certs/6*.pem
certs/7*.pem
certs/8*.pem
certs/9*.pem
# Test files
quote.blob
keyblob.bin
ecc_test_blob.raw
rsa_test_blob.raw
ak.name
cred.blob
ek.pub
srk.pub
ak.pem
ek.pem
2021-06-01 11:42:59 -05:00
# Generated Documentation
docs/html
# Wrapper
wrapper/CSharp/obj
wrapper/CSharp/bin
# Visual Studio
IDE/VisualStudio/Debug
IDE/VisualStudio/DLL Debug
IDE/VisualStudio/DLL Release
IDE/VisualStudio/Release