David Garske
|
6fbb49a94f
|
wolfTPM Release v3.9.0. Updated copyright and version.
|
2025-05-14 15:31:07 -07:00 |
David Garske
|
026c82f799
|
Fixes and new tests for building wolfCrypt/wolfTPM without ECC or RSA. Fixes ZD 18470. Improved smallstack (eliminated `WOLFTPM2_MAX_BUFFER`). Fixes for building with NO_ASN.
|
2024-08-19 09:55:15 -07:00 |
David Garske
|
c98ee9a71e
|
Update copyright date.
|
2024-04-24 10:42:27 -07:00 |
David Garske
|
eed7803e96
|
Fixes for building wolfTPM examples with NO_FILESYSTEM. Tested with `./configure --enable-swtpm CFLAGS="-DNO_FILESYSTEM" && make`.
|
2024-03-22 14:24:18 -07:00 |
David Garske
|
b395b65287
|
Fix for config.h, which should only be included from .c files, not headers. ZD 17473
|
2024-02-07 14:28:33 -08:00 |
David Garske
|
50137547ed
|
Fix for policy_sign issue when r or s is less than key size (needs zero padding).
|
2023-11-29 13:10:04 -08:00 |
David Garske
|
249f9d4942
|
Fixes for building wolfCrypt without PEM to DER support.
|
2023-11-15 21:53:50 -08:00 |
David Garske
|
2d14cd2297
|
Fixes for building wolfCrypt with no RSA (--disable-rsa / NO_RSA).
|
2023-10-23 14:05:10 -07:00 |
David Garske
|
0c7254d7c0
|
Fixes for building with C++.
|
2023-10-11 15:56:04 -07:00 |
David Garske
|
49699b08fb
|
Fix for building without public MP.
|
2023-09-22 11:07:55 -07:00 |
David Garske
|
e2d502e773
|
Peer review fixes and getting CI to pass.
|
2023-08-31 09:53:39 -07:00 |
David Garske
|
a15260342f
|
wolfTPM Support for sealing/unsealing based on a PCR that is signed externally. Use an external key to sign a PCR digest. Allows a new signed policy to be sent with updates to continue allowing a sealed secret to be unsealed when PCR's change. This resolves the issue with PCR brittleness.
|
2023-08-29 18:47:18 -07:00 |