Skip to content

Honor an optional auth value for keys on Linux - #10

Open
paulofduarte wants to merge 1 commit into
facebookincubator:mainfrom
paulofduarte:linux-user-presence
Open

Honor an optional auth value for keys on Linux#10
paulofduarte wants to merge 1 commit into
facebookincubator:mainfrom
paulofduarte:linux-user-presence

Conversation

@paulofduarte

Copy link
Copy Markdown

The Linux backend ignores useBiometrics because the TPM has no biometric prompt,
so there is no way to require user presence to sign with a key.

This adds a WithAuthValue option to NewKey and FromLabelTag. On Linux the value
is set as the TPM auth value when the key is created and is then required to sign
with it. macOS and Windows ignore it, so existing callers are unaffected.

A note on naming: useBiometrics reads oddly now that it gates a PIN-style value on
Linux. If you would prefer, I am happy to rename it to checkPresence (or similar)
in a follow-up.

Tested with the TPM simulator (sign succeeds with the right value, fails with a
wrong one) plus an option-plumbing test that runs everywhere.

NewKey and FromLabelTag take a WithAuthValue option that, on Linux, sets a TPM
authValue on the key when it is created and requires it to sign. macOS and
Windows ignore it; the presence-less behaviour is unchanged when no value is
given.
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant