David Garske

Results 50 issues of David Garske

* Added --enable-tpm build option * Added new members to WOLFSSH_CTX structure * Added TPM 2.0 key handling in client example * Added TPM 2.0 signing in wolfSSH internals *...

Using macro `WOLFTPM_INFINEON_TC27X`.

TODO: Add example for sealing / unsealing data with TPM based on PCR value.

enhancement

Putting these up for visibility, but they should not be merged into master because ST files do not conform to our license. For these to get merged we need to...

* Recommended to use the SOFT SPI driver in U-boot * wolfTPM serves as a TPM 2.0 driver thanks to its internal TIS layer * wolfTPM provides native API with...

Experimental SSH support for public key based authentication using a TPM.

This is a rough template for: 1) Creating a new ECC key 2) Creating a CSR based on the new ECC key 3) Creating a new certificate based on CSR,...

The math for handling the ECC verify with a hash with null characters, such as {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} and hashlen = 20. This results in an invalid signature verification (v != r)....

bug

Adds `./configure --with-wolfssl=DIR`. See PR #383 for details. Fixes #574