ietf-voucher-request

This module defines the format for a voucher-request. It is a superset of the voucher itself. It provides content to the MASA fo...

  • Version: 2021-05-20

    ietf-voucher-request@2021-05-20


    
      module ietf-voucher-request {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-voucher-request";
    
        prefix vcr;
    
        import ietf-restconf {
          prefix rc;
          description
            "This import statement is only present to access
    the yang-data extension defined in RFC 8040.";
          reference
            "RFC 8040: RESTCONF Protocol";
    
    
        }
        import ietf-voucher {
          prefix vch;
          description
            "This module defines the format for a voucher,
    which is produced by a pledge's manufacturer or
    delegate (MASA) to securely assign a pledge to
    an 'owner', so that the pledge may establish a secure
    connection to the owner's network infrastructure.";
          reference
            "RFC 8366: A Voucher Artifact for
            Bootstrapping Protocols";
    
    
        }
    
        organization "IETF ANIMA Working Group";
    
        contact
          "WG Web:   <https://datatracker.ietf.org/wg/anima/>
         WG List:  <mailto:anima@ietf.org>
         Author:   Kent Watsen
                   <mailto:kent+ietf@watsen.net>
         Author:   Michael H. Behringer
                   <mailto:Michael.H.Behringer@gmail.com>
         Author:   Toerless Eckert
                   <mailto:tte+ietf@cs.fau.de>
         Author:   Max Pritikin
                   <mailto:pritikin@cisco.com>
         Author:   Michael Richardson
                   <mailto:mcr+ietf@sandelman.ca>";
    
        description
          "This module defines the format for a voucher-request.
         It is a superset of the voucher itself.
         It provides content to the MASA for consideration
         during a voucher-request.
    
         The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
         NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
         'MAY', and 'OPTIONAL' in this document are to be interpreted as
         described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
         they appear in all capitals, as shown here.
    
         Copyright (c) 2021 IETF Trust and the persons identified as
         authors of the code. All rights reserved.
    
         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject
         to the license terms contained in, the Simplified BSD License
         set forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (https://trustee.ietf.org/license-info).
    
         This version of this YANG module is part of RFC 8995; see the
         RFC itself for full legal notices.";
    
        revision "2021-05-20" {
          description "Initial version";
          reference
            "RFC 8995: Bootstrapping Remote Secure Key Infrastructure
            (BRSKI)";
    
        }
    
        rc:yang-data "voucher-request-artifact";
      }  // module ietf-voucher-request
    

© 2023 YumaWorks, Inc. All rights reserved.