Skip to content

Commit

Permalink
config UPDATE update all models to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Jun 6, 2023
1 parent a6de63a commit 44c8aee
Show file tree
Hide file tree
Showing 30 changed files with 447 additions and 383 deletions.
File renamed without changes.
13 changes: 5 additions & 8 deletions modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ module iana-ssh-encryption-algs {

revision 2022-06-16 {
description
"Updated to reflect contents of the encryption algorithms
registry on June 16, 2022.";
}

revision 2021-06-01 {
description
"Initial version";
"Reflects contents of the encryption algorithms registry
on June 16, 2022.";
reference
"RFC EEEE: YANG Groupings for SSH Clients and SSH Servers";
}
Expand Down Expand Up @@ -108,7 +103,6 @@ module iana-ssh-encryption-algs {
"RFC 4253:
The Secure Shell (SSH) Transport Layer Protocol";
}

identity twofish128-cbc {
base encryption-alg-base;
description
Expand Down Expand Up @@ -138,6 +132,7 @@ module iana-ssh-encryption-algs {

identity aes128-cbc {
base encryption-alg-base;
status deprecated;
description
"AES128-CBC";
reference
Expand Down Expand Up @@ -208,6 +203,7 @@ module iana-ssh-encryption-algs {
"RFC 4253:
The Secure Shell (SSH) Transport Layer Protocol";
}

identity des-cbc {
base encryption-alg-base;
status obsolete;
Expand Down Expand Up @@ -240,6 +236,7 @@ module iana-ssh-encryption-algs {

identity aes128-ctr {
base encryption-alg-base;
status deprecated;
description
"AES128-CTR";
reference
Expand Down
18 changes: 8 additions & 10 deletions modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ module iana-ssh-key-exchange-algs {

revision 2022-06-16 {
description
"Updated to reflect contents of the key exchange algorithms
registry on June 16, 2022.";
}

revision 2021-06-01 {
description
"Initial version";
"Reflects contents of the key exchange algorithms registry
on June 16, 2022.";
reference
"RFC EEEE: YANG Groupings for SSH Clients and SSH Servers";
}
Expand All @@ -66,6 +61,7 @@ module iana-ssh-key-exchange-algs {

identity diffie-hellman-group-exchange-sha1 {
base key-exchange-alg-base;
status deprecated;
description
"DIFFIE-HELLMAN-GROUP-EXCHANGE-SHA1";
reference
Expand All @@ -86,6 +82,7 @@ module iana-ssh-key-exchange-algs {

identity diffie-hellman-group1-sha1 {
base key-exchange-alg-base;
status deprecated;
description
"DIFFIE-HELLMAN-GROUP1-SHA1";
reference
Expand All @@ -95,6 +92,7 @@ module iana-ssh-key-exchange-algs {

identity diffie-hellman-group14-sha1 {
base key-exchange-alg-base;
status deprecated;
description
"DIFFIE-HELLMAN-GROUP14-SHA1";
reference
Expand All @@ -104,6 +102,7 @@ module iana-ssh-key-exchange-algs {

identity diffie-hellman-group14-sha256 {
base key-exchange-alg-base;
status deprecated;
description
"DIFFIE-HELLMAN-GROUP14-SHA256";
reference
Expand Down Expand Up @@ -154,6 +153,7 @@ module iana-ssh-key-exchange-algs {

identity ecdh-sha2-nistp256 {
base key-exchange-alg-base;
status deprecated;
description
"ECDH-SHA2-NISTP256 (secp256r1)";
reference
Expand Down Expand Up @@ -292,7 +292,6 @@ module iana-ssh-key-exchange-algs {
Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2";
}

identity gss-group1-sha1-nistp384 {
base key-exchange-alg-base;
status deprecated;
Expand Down Expand Up @@ -534,6 +533,7 @@ module iana-ssh-key-exchange-algs {
Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2";
}

identity gss-group14-sha1-1.3.132.0.36 {
base key-exchange-alg-base;
status deprecated;
Expand Down Expand Up @@ -676,7 +676,6 @@ module iana-ssh-key-exchange-algs {
Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2";
}

identity gss-gex-sha1-1.3.132.0.16 {
base key-exchange-alg-base;
status deprecated;
Expand Down Expand Up @@ -821,7 +820,6 @@ module iana-ssh-key-exchange-algs {
Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2";
}

identity gss-group14-sha256-1.2.840.10045.3.1.1 {
base key-exchange-alg-base;
description
Expand Down
9 changes: 2 additions & 7 deletions modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ module iana-ssh-mac-algs {

revision 2022-06-16 {
description
"Updated to reflect contents of the MAC algorithms
registry on June 16, 2022.";
}

revision 2021-06-01 {
description
"Initial version";
"Reflects contents of the MAC algorithms registry on
June 16, 2022.";
reference
"RFC EEEE: YANG Groupings for SSH Clients and SSH Servers";
}
Expand Down
13 changes: 4 additions & 9 deletions modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module iana-ssh-public-key-algs {

organization
"Internet Assigned Numbers Authority (IANA)";

contact
"Postal: ICANN
12025 Waterfront Drive, Suite 300
Expand Down Expand Up @@ -36,13 +35,8 @@ module iana-ssh-public-key-algs {

revision 2022-06-16 {
description
"Updated to reflect contents of the public key algorithms
registry on June 16, 2022.";
}

revision 2021-06-01 {
description
"Initial version";
"Reflects contents of the public key algorithms registry
on June 16, 2022.";
reference
"RFC EEEE: YANG Groupings for SSH Clients and SSH Servers";
}
Expand All @@ -58,7 +52,6 @@ module iana-ssh-public-key-algs {
}

// Identities

identity public-key-alg-base {
description
"Base identity used to identify public key algorithms.";
Expand Down Expand Up @@ -151,6 +144,7 @@ module iana-ssh-public-key-algs {

identity ecdsa-sha2-nistp256 {
base public-key-alg-base;
status deprecated;
description
"ECDSA-SHA2-NISTP256 (secp256r1)";
reference
Expand Down Expand Up @@ -289,6 +283,7 @@ module iana-ssh-public-key-algs {

identity x509v3-rsa2048-sha256 {
base public-key-alg-base;
status deprecated;
description
"X509V3-RSA2048-SHA256";
reference
Expand Down
29 changes: 14 additions & 15 deletions modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@ module iana-tls-cipher-suite-algs {

revision 2022-06-16 {
description
"Updated to reflect contents of the public key algorithms
registry on June 16, 2022.";
}

revision 2021-06-02 {
description
"Initial version";
"Reflect contents of the public key algorithms registry
on June 16, 2022.";
reference
"RFC EEEE: YANG Groupings for SSH Clients and SSH Servers";
"RFC FFFF: YANG Groupings for TLS Clients and TLS Servers";
}

// Typedefs
Expand All @@ -56,6 +51,7 @@ module iana-tls-cipher-suite-algs {
description
"A reference to a TLS cipher suite algorithm identifier.";
}

// Identities

identity cipher-suite-alg-base {
Expand Down Expand Up @@ -104,6 +100,7 @@ module iana-tls-cipher-suite-algs {
RFC 6347:
Datagram Transport Layer Security version 1.2";
}

identity tls-rsa-with-rc4-128-md5 {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -528,7 +525,6 @@ module iana-tls-cipher-suite-algs {
Addition of Kerberos Cipher Suites to
Transport Layer Security (TLS)";
}

identity tls-krb5-export-with-rc4-40-md5 {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -584,6 +580,7 @@ module iana-tls-cipher-suite-algs {
"RFC 5246:
The Transport Layer Security (TLS) Protocol Version 1.2";
}

identity tls-dh-dss-with-aes-128-cbc-sha {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -1592,6 +1589,7 @@ module iana-tls-cipher-suite-algs {
ShangMi (SM) Cipher Suites for Transport Layer Security
(TLS) Protocol Version 1.3";
}

identity tls-sm4-ccm-sm3 {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -1631,7 +1629,6 @@ module iana-tls-cipher-suite-algs {
"RFC 8446:
The Transport Layer Security (TLS) Protocol Version 1.3";
}

identity tls-chacha20-poly1305-sha256 {
base cipher-suite-alg-base;
description
Expand All @@ -1640,6 +1637,7 @@ module iana-tls-cipher-suite-algs {
"RFC 8446:
The Transport Layer Security (TLS) Protocol Version 1.3";
}

identity tls-aes-128-ccm-sha256 {
base cipher-suite-alg-base;
description
Expand Down Expand Up @@ -2024,6 +2022,7 @@ module iana-tls-cipher-suite-algs {
"RFC 5054:
Using SRP for TLS Authentication";
}

identity tls-srp-sha-rsa-with-aes-256-cbc-sha {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -2120,6 +2119,7 @@ module iana-tls-cipher-suite-algs {
TLS Elliptic Curve Cipher Suites with SHA-256/384
and AES Galois Counter Mode";
}

identity tls-ecdh-rsa-with-aes-256-cbc-sha384 {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -2493,7 +2493,6 @@ module iana-tls-cipher-suite-algs {
Addition of the ARIA Cipher Suites to
Transport Layer Security (TLS)";
}

identity tls-ecdhe-rsa-with-aria-256-cbc-sha384 {
base cipher-suite-alg-base;
status deprecated;
Expand All @@ -2504,6 +2503,7 @@ module iana-tls-cipher-suite-algs {
Addition of the ARIA Cipher Suites to
Transport Layer Security (TLS)";
}

identity tls-ecdh-rsa-with-aria-128-cbc-sha256 {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -2877,7 +2877,6 @@ module iana-tls-cipher-suite-algs {
Addition of the ARIA Cipher Suites to
Transport Layer Security (TLS)";
}

identity tls-ecdhe-psk-with-aria-128-cbc-sha256 {
base cipher-suite-alg-base;
status deprecated;
Expand All @@ -2888,6 +2887,7 @@ module iana-tls-cipher-suite-algs {
Addition of the ARIA Cipher Suites to
Transport Layer Security (TLS)";
}

identity tls-ecdhe-psk-with-aria-256-cbc-sha384 {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -3261,7 +3261,6 @@ module iana-tls-cipher-suite-algs {
Addition of the Camellia Cipher Suites to
Transport Layer Security (TLS)";
}

identity tls-rsa-psk-with-camellia-256-gcm-sha384 {
base cipher-suite-alg-base;
status deprecated;
Expand All @@ -3272,6 +3271,7 @@ module iana-tls-cipher-suite-algs {
Addition of the Camellia Cipher Suites to
Transport Layer Security (TLS)";
}

identity tls-psk-with-camellia-128-cbc-sha256 {
base cipher-suite-alg-base;
status deprecated;
Expand Down Expand Up @@ -3693,7 +3693,6 @@ module iana-tls-cipher-suite-algs {
ChaCha20-Poly1305 Cipher Suites for
Transport Layer Security (TLS)";
}

identity tls-ecdhe-psk-with-chacha20-poly1305-sha256 {
base cipher-suite-alg-base;
description
Expand Down Expand Up @@ -3742,7 +3741,6 @@ module iana-tls-cipher-suite-algs {
"RFC 8442:
ECDHE_PSK with AES-GCM and AES-CCM Cipher Suites";
}

identity tls-ecdhe-psk-with-aes-128-ccm-8-sha256 {
base cipher-suite-alg-base;
status deprecated;
Expand All @@ -3752,6 +3750,7 @@ module iana-tls-cipher-suite-algs {
"RFC 8442:
ECDHE_PSK with AES-GCM and AES-CCM Cipher Suites";
}

identity tls-ecdhe-psk-with-aes-128-ccm-sha256 {
base cipher-suite-alg-base;
description
Expand Down
Loading

0 comments on commit 44c8aee

Please sign in to comment.