Skip to content
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

updated agent-signed data. close #55 #58

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions ietf-voucher-request.yang
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,17 @@ module ietf-voucher-request {
leaf agent-signed-data {
type binary;
description
"The agent-signed-data field contains a JOSE [RFC7515]
object provided by the Registrar-Agent to the Pledge.
"The agent-signed-data field contains a data artifact provided
by the Registrar-Agent to the Pledge for inclusion into the
voucher request.

This artifact is signed by the Registrar-Agent
and contains a copy of the pledge's serial-number.";
This artifact is signed by the Registrar-Agent and contains
data, which can be verified by the pledge and the registrar.
This data contains the pledge's serial-number and a created-on
information of the agent-signed-data.

The format is intentionally defined as binary to allow
the document using this leaf to determine the encoding.";
}

leaf agent-provided-proximity-registrar-cert {
Expand Down
Loading