Skip to content
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

Implement esapi crate and conf edition 2018 #107

Merged
merged 3 commits into from
Oct 5, 2020
Merged

Implement esapi crate and conf edition 2018 #107

merged 3 commits into from
Oct 5, 2020

Conversation

lukehinds
Copy link
Member

There are a number of changes in here:

  • Implement the ESAPI wrapper crate
  • Set up a simple connection context to the TPM
  • Remove extern crate calls for edition 2018
  • Comment out unused tpm calls in response handlers

Use of this change will require setting up the tpm2-tss. I will
document this in the readme and / or wiki

There are a number of changes in here:

* Implement the ESAPI wrapper crate
* Set up a simple connection context to the TPM
* Remove extern crate calls for edition 2018
* Comment out unused tpm calls in response handlers

Use of this change will require setting up the tpm2-tss. I will
document this in the readme and / or wiki
archive/main.rs Outdated
@@ -0,0 +1,552 @@
#[macro_use]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest not putting in the archive/ files here.
If we need them, they'll be in the Git history forever.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. I had the same thought and considerated both. I will make another commit and remove archive/

@ashcrow
Copy link
Contributor

ashcrow commented Oct 1, 2020

CI failure is rustfmt results.

@puiterwijk puiterwijk self-requested a review October 1, 2020 14:35
@lukehinds
Copy link
Member Author

would be nice to merge this, so we can start to lay down the main tpm code next week

is there anything else anyone would like changed?

@lukehinds lukehinds merged commit 5abcf4e into keylime:master Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants