Skip to content

Commit

Permalink
Merge pull request #58 from anima-wg/agent-signed-data-update
Browse files Browse the repository at this point in the history
updated agent-signed data. close #55
  • Loading branch information
mcr authored Jul 8, 2024
2 parents df2ada7 + c390e4a commit e7c4939
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions ietf-voucher-request.yang
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,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

0 comments on commit e7c4939

Please sign in to comment.