From abc251ef8a39527fde20c497832bbf6b29c9cb65 Mon Sep 17 00:00:00 2001 From: Guillaume Endignoux Date: Fri, 24 Jul 2020 10:52:41 +0200 Subject: [PATCH] Add reference elf2tab and binary hashes to the uploaded reproduced.tar file. --- reproduce_hashes.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reproduce_hashes.sh b/reproduce_hashes.sh index d30a9bd..a97f10d 100755 --- a/reproduce_hashes.sh +++ b/reproduce_hashes.sh @@ -35,3 +35,6 @@ done echo "Computing SHA-256 sum of the TAB file..." ./third_party/tock/tools/sha256sum/target/debug/sha256sum target/tab/ctap2.tab >> reproducible/binaries.sha256sum tar -rvf reproducible/reproduced.tar target/tab/ctap2.tab + +tar -rvf reproducible/reproduced.tar reproducible/elf2tab.txt +tar -rvf reproducible/reproduced.tar reproducible/binaries.sha256sum