David Garske
|
2d274f08b7
|
Fix logic error with `--enable-wrapper`. Fix for RSA encrypt/decrypt with no (NULL) padding scheme. Added RSA wrapper test for no padding. Added wrapper function to get a devId based on did_vid. Added wrapper TPM device pointer to handle.
|
2018-05-18 10:07:26 -07:00 |
David Garske
|
9f574a89fb
|
Minor cleanups. Added way to get TPM's WC_RNG.
|
2018-05-17 16:21:10 -07:00 |
David Garske
|
cecf33ae03
|
Added support for getting the builtin Endorsement Keys.
|
2018-05-14 16:36:14 -07:00 |
David Garske
|
98ee7be29c
|
Added new API wrappers (`wolfTPM2_LoadRsaPublicKey` and `wolfTPM2_LoadEccPublicKey`) for loading RSA and ECC public keys.
|
2018-05-03 14:45:29 -07:00 |
David Garske
|
51655bf7c2
|
Added TPM wrapper support for NV create, write, read and delete.
|
2018-05-02 11:47:02 -07:00 |
David Garske
|
cf2305b994
|
Fixes for evict control. Added new API `wolfTPM2_Clear` to clear (fully reset) TPM.
|
2018-05-01 17:16:05 -07:00 |
David Garske
|
db49e917ac
|
Split the native and wrapper test code into separate applications. Moved some of the utility wrapper functions into native area to support `WOLFTPM2_NO_WRAPPER`. Fix for storageKey auth in case when it used from NV.
|
2018-05-01 15:59:54 -07:00 |