ietf-ssh-common@2024-03-16.yang | ietf-ssh-common@2024-03-16.formatted.yang | |||
---|---|---|---|---|
skipping to change at line 126 ¶ | skipping to change at line 119 ¶ | |||
type string { | type string { | |||
length "1..64" { | length "1..64" { | |||
description | description | |||
"Non-IANA-maintained algorithms must include the | "Non-IANA-maintained algorithms must include the | |||
at sign (@) in them, per Section 4.6.1 of RFC | at sign (@) in them, per Section 4.6.1 of RFC | |||
4250."; | 4250."; | |||
reference | reference | |||
"RFC 4250: The Secure Shell (SSH) Protocol Assigned | "RFC 4250: The Secure Shell (SSH) Protocol Assigned | |||
Numbers"; | Numbers"; | |||
} | } | |||
pattern ".*@.*" { | pattern '.*@.*' { | |||
description | description | |||
"Non-IANA-maintained algorithms must include the | "Non-IANA-maintained algorithms must include the | |||
at sign (@) in them, per Section 4.6.1 of RFC | at sign (@) in them, per Section 4.6.1 of RFC | |||
4250."; | 4250."; | |||
reference | reference | |||
"RFC 4250: The Secure Shell (SSH) Protocol Assigned | "RFC 4250: The Secure Shell (SSH) Protocol Assigned | |||
Numbers"; | Numbers"; | |||
} | } | |||
} | } | |||
} | } | |||
skipping to change at line 161 ¶ | skipping to change at line 154 ¶ | |||
type string { | type string { | |||
length "1..64" { | length "1..64" { | |||
description | description | |||
"Non-IANA-maintained algorithms must include the | "Non-IANA-maintained algorithms must include the | |||
at sign (@) in them, per Section 4.6.1 of RFC | at sign (@) in them, per Section 4.6.1 of RFC | |||
4250."; | 4250."; | |||
reference | reference | |||
"RFC 4250: The Secure Shell (SSH) Protocol Assigned | "RFC 4250: The Secure Shell (SSH) Protocol Assigned | |||
Numbers"; | Numbers"; | |||
} | } | |||
pattern ".*@.*" { | pattern '.*@.*' { | |||
description | description | |||
"Non-IANA-maintained algorithms must include the | "Non-IANA-maintained algorithms must include the | |||
at sign (@) in them, per Section 4.6.1 of RFC | at sign (@) in them, per Section 4.6.1 of RFC | |||
4250."; | 4250."; | |||
reference | reference | |||
"RFC 4250: The Secure Shell (SSH) Protocol Assigned | "RFC 4250: The Secure Shell (SSH) Protocol Assigned | |||
Numbers"; | Numbers"; | |||
} | } | |||
} | } | |||
} | } | |||
description | description | |||
"A type that enables the key exchange algorithm to be | "A type that enables the key exchange algorithm to be | |||
either an IANA-maintained key exchange algorithm in | either an IANA-maintained key exchange algorithm in | |||
the 'iana-ssh-key-exchange-algs' YANG module (RFC 9644) | the 'iana-ssh-key-exchange-algs' YANG module (RFC 9644) | |||
or a locally defined algorithm, per Section 4.6.1 | or a locally defined algorithm, per Section 4.6.1 | |||
of RFC 4250."; | of RFC 4250."; | |||
reference | reference | |||
skipping to change at line 196 ¶ | skipping to change at line 189 ¶ | |||
type string { | type string { | |||
length "1..64" { | length "1..64" { | |||
description | description | |||
"Non-IANA-maintained algorithms must include the | "Non-IANA-maintained algorithms must include the | |||
at sign (@) in them, per Section 4.6.1 of RFC | at sign (@) in them, per Section 4.6.1 of RFC | |||
4250."; | 4250."; | |||
reference | reference | |||
"RFC 4250: The Secure Shell (SSH) Protocol Assigned | "RFC 4250: The Secure Shell (SSH) Protocol Assigned | |||
Numbers"; | Numbers"; | |||
} | } | |||
pattern ".*@.*" { | pattern '.*@.*' { | |||
description | description | |||
"Non-IANA-maintained algorithms must include the | "Non-IANA-maintained algorithms must include the | |||
at sign (@) in them, per Section 4.6.1 of RFC | at sign (@) in them, per Section 4.6.1 of RFC | |||
4250."; | 4250."; | |||
reference | reference | |||
"RFC 4250: The Secure Shell (SSH) Protocol Assigned | "RFC 4250: The Secure Shell (SSH) Protocol Assigned | |||
Numbers"; | Numbers"; | |||
} | } | |||
} | } | |||
} | } | |||
skipping to change at line 231 ¶ | skipping to change at line 224 ¶ | |||
type string { | type string { | |||
length "1..64" { | length "1..64" { | |||
description | description | |||
"Non-IANA-maintained algorithms must include the | "Non-IANA-maintained algorithms must include the | |||
at sign (@) in them, per Section 4.6.1 of RFC | at sign (@) in them, per Section 4.6.1 of RFC | |||
4250."; | 4250."; | |||
reference | reference | |||
"RFC 4250: The Secure Shell (SSH) Protocol Assigned | "RFC 4250: The Secure Shell (SSH) Protocol Assigned | |||
Numbers"; | Numbers"; | |||
} | } | |||
pattern ".*@.*" { | pattern '.*@.*' { | |||
description | description | |||
"Non-IANA-maintained algorithms must include the | "Non-IANA-maintained algorithms must include the | |||
at sign (@) in them, per Section 4.6.1 of RFC | at sign (@) in them, per Section 4.6.1 of RFC | |||
4250."; | 4250."; | |||
reference | reference | |||
"RFC 4250: The Secure Shell (SSH) Protocol Assigned | "RFC 4250: The Secure Shell (SSH) Protocol Assigned | |||
Numbers"; | Numbers"; | |||
} | } | |||
} | } | |||
} | } | |||
skipping to change at line 425 ¶ | skipping to change at line 418 ¶ | |||
type empty; | type empty; | |||
description | description | |||
"Indicates that the private key is to be returned | "Indicates that the private key is to be returned | |||
as a cleartext value."; | as a cleartext value."; | |||
} | } | |||
} | } | |||
case encrypted { | case encrypted { | |||
if-feature "ct:encrypted-private-keys"; | if-feature "ct:encrypted-private-keys"; | |||
container encrypted { | container encrypted { | |||
description | description | |||
"Indicates that the private key is to be encrypted | "Indicates that the private key is to be encrypted | |||
using the specified symmetric or asymmetric key."; | using the specified symmetric or asymmetric key."; | |||
uses ks:encrypted-by-grouping; | uses ks:encrypted-by-grouping; | |||
} | } | |||
} | } | |||
case hidden { | case hidden { | |||
if-feature "ct:hidden-private-keys"; | if-feature "ct:hidden-private-keys"; | |||
leaf hidden { | leaf hidden { | |||
type empty; | type empty; | |||
description | description | |||
"Indicates that the private key is to be hidden. | "Indicates that the private key is to be hidden. | |||
End of changes. 6 change blocks. | ||||
8 lines changed or deleted | 8 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. |