rfc9646v5.txt | rfc9646.txt | |||
---|---|---|---|---|
skipping to change at line 537 ¶ | skipping to change at line 537 ¶ | |||
While outside the scope of this document, one way to do this would be | While outside the scope of this document, one way to do this would be | |||
to use the "ietf-truststore" module defined in [RFC9641]. | to use the "ietf-truststore" module defined in [RFC9641]. | |||
2.3. YANG Module | 2.3. YANG Module | |||
This module augments an RPC defined in [RFC8572]. The module uses | This module augments an RPC defined in [RFC8572]. The module uses | |||
data types and groupings defined in [RFC8572], [RFC8791], and | data types and groupings defined in [RFC8572], [RFC8791], and | |||
[RFC9640]. The module also has an informative reference to | [RFC9640]. The module also has an informative reference to | |||
[Std-802.1AR-2018]. | [Std-802.1AR-2018]. | |||
<CODE BEGINS> file "ietf-sztp-csr@2022-03-02.yang" | <CODE BEGINS> file "ietf-sztp-csr@2024-10-10.yang" | |||
module ietf-sztp-csr { | module ietf-sztp-csr { | |||
yang-version 1.1; | yang-version 1.1; | |||
namespace "urn:ietf:params:xml:ns:yang:ietf-sztp-csr"; | namespace "urn:ietf:params:xml:ns:yang:ietf-sztp-csr"; | |||
prefix sztp-csr; | prefix sztp-csr; | |||
import ietf-sztp-bootstrap-server { | import ietf-sztp-bootstrap-server { | |||
prefix sztp-svr; | prefix sztp-svr; | |||
reference | reference | |||
"RFC 8572: Secure Zero Touch Provisioning (SZTP)"; | "RFC 8572: Secure Zero Touch Provisioning (SZTP)"; | |||
} | } | |||
skipping to change at line 602 ¶ | skipping to change at line 602 ¶ | |||
without modification, is permitted pursuant to, and subject to | without modification, is permitted pursuant to, and subject to | |||
the license terms contained in, the Revised BSD License set | the license terms contained in, the Revised BSD License set | |||
forth in Section 4.c of the IETF Trust's Legal Provisions | forth in Section 4.c of the IETF Trust's Legal Provisions | |||
Relating to IETF Documents | Relating to IETF Documents | |||
(https://trustee.ietf.org/license-info). | (https://trustee.ietf.org/license-info). | |||
This version of this YANG module is part of RFC 9646 | This version of this YANG module is part of RFC 9646 | |||
(https://www.rfc-editor.org/info/rfc9646); see the | (https://www.rfc-editor.org/info/rfc9646); see the | |||
RFC itself for full legal notices."; | RFC itself for full legal notices."; | |||
revision 2022-03-02 { | revision 2024-10-10 { | |||
description | description | |||
"Initial version."; | "Initial version."; | |||
reference | reference | |||
"RFC 9646: Conveying a Certificate Signing Request (CSR) | "RFC 9646: Conveying a Certificate Signing Request (CSR) | |||
in a Secure Zero-Touch Provisioning (SZTP) | in a Secure Zero-Touch Provisioning (SZTP) | |||
Bootstrapping Request"; | Bootstrapping Request"; | |||
} | } | |||
// Protocol-accessible nodes | // Protocol-accessible nodes | |||
skipping to change at line 723 ¶ | skipping to change at line 723 ¶ | |||
+--:(cmp-csr) | +--:(cmp-csr) | |||
+-- cmp-csr? binary | +-- cmp-csr? binary | |||
3.2. YANG Module | 3.2. YANG Module | |||
This module uses data types and groupings defined in [RFC8791] and | This module uses data types and groupings defined in [RFC8791] and | |||
[RFC9640]. The module has additional normative references to | [RFC9640]. The module has additional normative references to | |||
[RFC2986], [RFC4210], [RFC5272], and [ITU.X690.2021] and an | [RFC2986], [RFC4210], [RFC5272], and [ITU.X690.2021] and an | |||
informative reference to [Std-802.1AR-2018]. | informative reference to [Std-802.1AR-2018]. | |||
<CODE BEGINS> file "ietf-ztp-types@2022-03-02.yang" | <CODE BEGINS> file "ietf-ztp-types@2024-10-10.yang" | |||
module ietf-ztp-types { | module ietf-ztp-types { | |||
yang-version 1.1; | yang-version 1.1; | |||
namespace "urn:ietf:params:xml:ns:yang:ietf-ztp-types"; | namespace "urn:ietf:params:xml:ns:yang:ietf-ztp-types"; | |||
prefix zt; | prefix zt; | |||
import ietf-crypto-types { | import ietf-crypto-types { | |||
prefix ct; | prefix ct; | |||
reference | reference | |||
"RFC 9640: YANG Data Types and Groupings for Cryptography"; | "RFC 9640: YANG Data Types and Groupings for Cryptography"; | |||
} | } | |||
skipping to change at line 772 ¶ | skipping to change at line 772 ¶ | |||
without modification, is permitted pursuant to, and subject to | without modification, is permitted pursuant to, and subject to | |||
the license terms contained in, the Revised BSD License set | the license terms contained in, the Revised BSD License set | |||
forth in Section 4.c of the IETF Trust's Legal Provisions | forth in Section 4.c of the IETF Trust's Legal Provisions | |||
Relating to IETF Documents | Relating to IETF Documents | |||
(https://trustee.ietf.org/license-info). | (https://trustee.ietf.org/license-info). | |||
This version of this YANG module is part of RFC 9646 | This version of this YANG module is part of RFC 9646 | |||
(https://www.rfc-editor.org/info/rfc9646); see the | (https://www.rfc-editor.org/info/rfc9646); see the | |||
RFC itself for full legal notices."; | RFC itself for full legal notices."; | |||
revision 2022-03-02 { | revision 2024-10-10 { | |||
description | description | |||
"Initial version."; | "Initial version."; | |||
reference | reference | |||
"RFC 9646: Conveying a Certificate Signing Request (CSR) | "RFC 9646: Conveying a Certificate Signing Request (CSR) | |||
in a Secure Zero-Touch Provisioning (SZTP) | in a Secure Zero-Touch Provisioning (SZTP) | |||
Bootstrapping Request"; | Bootstrapping Request"; | |||
} | } | |||
identity certificate-request-format { | identity certificate-request-format { | |||
description | description | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. |