Skip to content

feat(esapi): add missing TPM commands in non_volatile_storage#649

Open
hyperfinitism wants to merge 1 commit into
parallaxsecond:mainfrom
hyperfinitism:feature/nvs-commands
Open

feat(esapi): add missing TPM commands in non_volatile_storage#649
hyperfinitism wants to merge 1 commit into
parallaxsecond:mainfrom
hyperfinitism:feature/nvs-commands

Conversation

@hyperfinitism
Copy link
Copy Markdown
Contributor

This pull request implements the following Esys wrapper functions with integration tests for these commands:

  • nv_set_bits (ESAPI spec 11.3.109)
  • nv_write_lock (11.3.110)
  • nv_global_write_lock (11.3.111)
  • nv_read_lock (11.3.113)
  • nv_change_auth (11.3.114)
  • nv_certify (11.3.115)

These were extracted from #625.

Added the following wrapper functions with integration tests for these commands:

- nv_set_bits (ESAPI spec 11.3.109)
- nv_write_lock (11.3.110)
- nv_global_write_lock (11.3.111)
- nv_read_lock (11.3.113)
- nv_change_auth (11.3.114)
- nv_certify (11.3.115)

Signed-off-by: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com>
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.

1 participant