Refresh IETF client/server models
[netconf.git] / transport / transport-ssh / src / main / yang / iana-ssh-public-key-algs@2022-06-16.yang
index 647a7edb6422ea1d13ca2bd558a679a02d6bd7d5..e17679922f3e7aa174321ab83aba7c5ba95f7e2c 100644 (file)
@@ -36,13 +36,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";
   }
@@ -57,6 +52,7 @@ module iana-ssh-public-key-algs {
       "A reference to a SSH public key algorithm identifier.";
   }
 
+
   // Identities
 
   identity public-key-alg-base {
@@ -151,6 +147,7 @@ module iana-ssh-public-key-algs {
 
   identity ecdsa-sha2-nistp256 {
     base public-key-alg-base;
+    status deprecated;
     description
       "ECDSA-SHA2-NISTP256 (secp256r1)";
     reference
@@ -289,6 +286,7 @@ module iana-ssh-public-key-algs {
 
   identity x509v3-rsa2048-sha256 {
     base public-key-alg-base;
+    status deprecated;
     description
       "X509V3-RSA2048-SHA256";
     reference