Skip to content

Commit

Permalink
xtt: update XTT to v0.10.1 and use XTT to read from NVRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrynfejer committed Dec 12, 2018
1 parent d03aa56 commit b1f23a1
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 234 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(BUILD_XTT)
add_definitions(-DUSE_TPM)
add_definitions(-DUSE_XTT)
find_package(sodium REQUIRED QUIET 1.0.11)
find_package(xtt COMPONENTS tpm REQUIRED QUIET 0.9.1)
find_package(xtt COMPONENTS tpm REQUIRED QUIET 0.10.1)
endif()

set(ENFTUN_SRCS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo apt-get install enftun
* [OpenSSL]() (version 1.1.0 or higher)
* [LibUV]() (version 1.9 or higher)
* [LibConfig]() (version 1.5 or higher)
* [xtt](https://github.com/xaptum/xtt) (version 0.10.0 or higher)
* [xtt](https://github.com/xaptum/xtt) (version 0.10.1 or higher)
* If building with XTT and TPM support

### Building the Binary
Expand Down
Loading

0 comments on commit b1f23a1

Please sign in to comment.