-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prep for release v3.0 #306
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anhu
reviewed
Oct 13, 2023
ChangeLog.md
Outdated
* Example for Secure Boot solution to store root of trust in NV (PR's #276, #289, #291 and #292) | ||
* Support for importing and loading public ECC/RSA keys formatted as PEM or DER (PR #290) | ||
* Added new policy_nv example (PR #298) | ||
* Added `-nvhandle`` argument to nvram examples (PR #296) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double tick.
dgarske
force-pushed
the
rel_v3.0_prep
branch
from
October 13, 2023 22:55
e18f6ad
to
24b7594
Compare
anhu
approved these changes
Oct 13, 2023
anhu
previously approved these changes
Oct 13, 2023
dgarske
force-pushed
the
rel_v3.0_prep
branch
2 times, most recently
from
October 30, 2023 16:27
fa11130
to
b9eadef
Compare
…urn `TPM_RC_COMMAND_CODE` or `TPM_E_COMMAND_BLOCKED` for the `WOLFTPM_IS_COMMAND_UNAVAILABLE` macro. Add better enable option name `--enable-wintbs` (currently is `--enable-winapi`.
dgarske
force-pushed
the
rel_v3.0_prep
branch
from
October 30, 2023 17:07
b9eadef
to
6cf85c3
Compare
dgarske
force-pushed
the
rel_v3.0_prep
branch
from
October 30, 2023 18:35
6cf85c3
to
9b93192
Compare
dgarske
force-pushed
the
rel_v3.0_prep
branch
from
October 30, 2023 18:38
9b93192
to
6f165bf
Compare
…for TLS with param enc. Fix signed_timestamp with ECC.
dgarske
force-pushed
the
rel_v3.0_prep
branch
from
October 30, 2023 19:03
6f165bf
to
a10a10d
Compare
JacobBarthelmeh
approved these changes
Oct 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NO_FILESYSTEM
.wolfTPM2_NVStoreKey
should returnTPM_RC_COMMAND_CODE
orTPM_E_COMMAND_BLOCKED
for theWOLFTPM_IS_COMMAND_UNAVAILABLE
macro. Add better enable option name--enable-wintbs
(currently is--enable-winapi
).