Skip to content

Commit

Permalink
Merge pull request #66 from anima-wg/bearer-vouchers
Browse files Browse the repository at this point in the history
Bearer vouchers
  • Loading branch information
mcr authored Dec 16, 2024
2 parents ee8145f + 206979f commit f5758bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
14 changes: 9 additions & 5 deletions draft-ietf-anima-rfc8366bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Owner Audit | X | X | X | | X | X |
|--
Owner ID | | X | X | X | X | |
|--
Bearer out-of-scope| X| | wildcard | wildcard | optional|opt|
Bearer voucher| X| | wildcard | wildcard | optional|opt|
|==

NOTE: All voucher types include a 'Pledge ID serial-number'
Expand Down Expand Up @@ -354,10 +354,14 @@ Bearer Voucher:
: A Bearer Voucher is named after the inclusion of a registrar ID
wildcard. Because the registrar identity is not indicated, this
voucher type must be treated as a secret and protected from exposure
as any 'bearer' of the voucher can claim the Pledge
device. Publishing a nonceless bearer voucher effectively turns the
specified Pledge into a "TOFU" device with minimal mitigation
against MiTM registrars. Bearer vouchers are out of scope.
as any 'bearer' of the voucher can claim the pledge
device. This variation is included in the above description in order to clearly
how other voucher types differ.
This specification does not support bearer vouchers at this time.
There are other specifications in the industry which are equivalent though.
Publishing a nonceless bearer voucher effectively turns the
specified pledge into a "TOFU" device with minimal mitigation
against MiTM registrars. Bearer vouchers are therefore out of scope.

# Changes since RFC8366

Expand Down
3 changes: 1 addition & 2 deletions ietf-voucher-request.yang
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ RFCEDITOR: please replace XXXX with the RFC number assigned.
mandatory false;
}

refine "voucher/pinned-domain-cert" {
mandatory false;
refine "voucher/pinning/pinned-domain-cert" {
description "A pinned-domain-cert field
is not valid in a voucher request, and
any occurrence MUST be ignored";
Expand Down

0 comments on commit f5758bc

Please sign in to comment.