-
Notifications
You must be signed in to change notification settings - Fork 28
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
Package split #161
Open
nicowilliams
wants to merge
8
commits into
osresearch:master
Choose a base branch
from
nicowilliams:package-split
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Package split #161
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
77ce7ba
gencert: Support use of OpenSSL for cert issuance
nicowilliams 86323a3
attest-enroll: Move gen scripts to libexec
nicowilliams 2c784e4
Look for functions.sh in /etc too (fix #153)
nicowilliams 12b9844
debian: Switch source/format to native
nicowilliams 9dfe763
debian: Package split part 1
nicowilliams a300623
debian: Package split part 2
nicowilliams afc8e71
fixup! debian: Package split part 2
nicowilliams 157ebd4
Release 0.9?
nicowilliams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
safeboot (0.9) unstable; urgency=medium | ||
|
||
* Add enrollment server functionality | ||
* Add helper scripts for enrolled host credential bootstrapping | ||
* Split Debian packaging | ||
|
||
-- Nico Williams <[email protected]> Wed, 24 Nov 2021 16:22:53 -0600 | ||
|
||
safeboot (0.8) unstable; urgency=medium | ||
|
||
* `tpm2-attest` and `attest-server` to perform attestations | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# shell script commands | ||
sbin/tpm2-attest usr/sbin/ | ||
sbin/tpm2-pcr-validate usr/sbin/ | ||
|
||
# libexec shell scripts | ||
sbin/getkeytab usr/libexec/safeboot/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# shell scripts in the tree | ||
sbin/attest-enroll usr/sbin/ | ||
sbin/attest-verify | ||
sbin/attest-server usr/sbin/ | ||
# XXX | ||
sbin/attest-server-sub.py usr/sbin/ | ||
|
||
# These are delivered by safeboot-attest-client for now until we split them up | ||
# sbin/tpm2-attest usr/sbin/ | ||
# sbin/tpm2-pcr-validate usr/sbin/ | ||
|
||
# libexec shell scripts | ||
sbin/gencert usr/libexec/safeboot/ | ||
sbin/genkeytab usr/libexec/safeboot/ |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Compiled with modifications from source | ||
# to add support for the pkcs11 engine (sbsign), | ||
# hostnames and small qrcodes (tpm2-totp), | ||
# and bundle all tpm2 applications in a single script (tpm2) | ||
bin/tpm2 usr/sbin/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Compiled with modifications from source | ||
# to add support for the pkcs11 engine (sbsign), | ||
# hostnames and small qrcodes (tpm2-totp), | ||
# and bundle all tpm2 applications in a single script (tpm2) | ||
bin/tpm2-totp usr/sbin/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Shell functions library | ||
functions.sh etc/safeboot/ | ||
functions.sh usr/lib/safeboot/ | ||
|
||
# TPM certs and a script to refresh them | ||
tpm-certs.txt usr/share/safeboot/ | ||
refresh-certs usr/share/safeboot/ | ||
certs/* usr/share/safeboot/certs/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0 (quilt) | ||
3.0 (native) | ||
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
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
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
Oops, something went wrong.
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.
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.
I'm not familiar with these formats and had copied from a different debian package. what's the difference?
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.
I did what Thomas told me :) I'm not familiar either.