Refresh IETF client/server models
[netconf.git] / transport / transport-ssh / src / main / yang / iana-ssh-key-exchange-algs@2024-02-08.yang
1 module iana-ssh-key-exchange-algs {
2   yang-version 1.1;
3   namespace "urn:ietf:params:xml:ns:yang:iana-ssh-key-exchange-algs";
4   prefix sshkea;
5
6   organization
7     "Internet Assigned Numbers Authority (IANA)";
8
9   contact
10     "Postal: ICANN
11              12025 Waterfront Drive, Suite 300
12              Los Angeles, CA  90094-2536
13              United States of America
14      Tel:    +1 310 301 5800
15      Email:  iana@iana.org";
16
17   description
18     "This module defines identities for the key exchange algorithms
19      defined in the 'Key Exchange Method Names' sub-registry of the
20      'Secure Shell (SSH) Protocol Parameters' registry maintained
21      by IANA.
22
23      Copyright (c) 2024 IETF Trust and the persons identified as
24      authors of the code. All rights reserved.
25
26      Redistribution and use in source and binary forms, with
27      or without modification, is permitted pursuant to, and
28      subject to the license terms contained in, the Revised
29      BSD License set forth in Section 4.c of the IETF Trust's
30      Legal Provisions Relating to IETF Documents
31      (https://trustee.ietf.org/license-info).
32
33      The initial version of this YANG module is part of RFC EEEE
34      (https://www.rfc-editor.org/info/rfcEEEE); see the RFC
35      itself for full legal notices.";
36
37   revision 2024-02-08 {
38     description
39       "Reflects contents of the key exchange algorithms registry.";
40     reference
41       "RFC EEEE: YANG Groupings for SSH Clients and SSH Servers";
42   }
43
44   // Typedefs
45
46   typedef key-exchange-algorithm-ref {
47     type identityref {
48       base "key-exchange-alg-base";
49     }
50     description
51       "A reference to an SSH key exchange algorithm identifier.";
52   }
53
54
55   // Identities
56
57   identity key-exchange-alg-base {
58     description
59       "Base identity for SSH key exchange algorithms.";
60   }
61
62   identity diffie-hellman-group-exchange-sha1 {
63     base key-exchange-alg-base;
64     status deprecated;
65     description
66       "Identity for the 'diffie-hellman-group-exchange-sha1'
67        algorithm.  Section 4.1";
68     reference
69       "RFC 4419:
70          Diffie-Hellman Group Exchange for the Secure Shell (SSH)
71          Transport Layer Protocol
72        RFC 8270:
73          Increase the Secure Shell Minimum Recommended Diffie-Hellman
74          Modulus Size to 2048 Bits";
75   }
76
77   identity diffie-hellman-group-exchange-sha256 {
78     base key-exchange-alg-base;
79     description
80       "Identity for the 'diffie-hellman-group-exchange-sha256'
81        algorithm.  Section 4.2";
82     reference
83       "RFC 4419:
84          Diffie-Hellman Group Exchange for the Secure Shell (SSH)
85          Transport Layer Protocol
86        RFC 8270:
87          Increase the Secure Shell Minimum Recommended Diffie-Hellman
88          Modulus Size to 2048 Bits";
89   }
90
91   identity diffie-hellman-group1-sha1 {
92     base key-exchange-alg-base;
93     status deprecated;
94     description
95       "Identity for the 'diffie-hellman-group1-sha1' algorithm.
96        Section 8.1";
97     reference
98       "RFC 4253:
99          The Secure Shell (SSH) Transport Layer Protocol";
100   }
101
102   identity diffie-hellman-group14-sha1 {
103     base key-exchange-alg-base;
104     description
105       "Identity for the 'diffie-hellman-group14-sha1' algorithm.
106        Section 8.2";
107     reference
108       "RFC 4253:
109          The Secure Shell (SSH) Transport Layer Protocol";
110   }
111
112   identity diffie-hellman-group14-sha256 {
113     base key-exchange-alg-base;
114     description
115       "Identity for the 'diffie-hellman-group14-sha256' algorithm.";
116     reference
117       "RFC 8268:
118          More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key
119          Exchange (KEX) Groups for Secure Shell (SSH)";
120   }
121
122   identity diffie-hellman-group15-sha512 {
123     base key-exchange-alg-base;
124     description
125       "Identity for the 'diffie-hellman-group15-sha512' algorithm.";
126     reference
127       "RFC 8268:
128          More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key
129          Exchange (KEX) Groups for Secure Shell (SSH)";
130   }
131
132   identity diffie-hellman-group16-sha512 {
133     base key-exchange-alg-base;
134     description
135       "Identity for the 'diffie-hellman-group16-sha512' algorithm.";
136     reference
137       "RFC 8268:
138          More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key
139          Exchange (KEX) Groups for Secure Shell (SSH)";
140   }
141
142   identity diffie-hellman-group17-sha512 {
143     base key-exchange-alg-base;
144     description
145       "Identity for the 'diffie-hellman-group17-sha512' algorithm.";
146     reference
147       "RFC 8268:
148          More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key
149          Exchange (KEX) Groups for Secure Shell (SSH)";
150   }
151
152   identity diffie-hellman-group18-sha512 {
153     base key-exchange-alg-base;
154     description
155       "Identity for the 'diffie-hellman-group18-sha512' algorithm.";
156     reference
157       "RFC 8268:
158          More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key
159          Exchange (KEX) Groups for Secure Shell (SSH)";
160   }
161
162   identity ecdh-sha2-nistp256 {
163     base key-exchange-alg-base;
164     description
165       "Identity for the 'ecdh-sha2-nistp256' algorithm.";
166     reference
167       "RFC 5656:
168          Elliptic Curve Algorithm Integration in the Secure Shell
169          Transport Layer";
170   }
171
172   identity ecdh-sha2-nistp384 {
173     base key-exchange-alg-base;
174     description
175       "Identity for the 'ecdh-sha2-nistp384' algorithm.";
176     reference
177       "RFC 5656:
178          Elliptic Curve Algorithm Integration in the Secure Shell
179          Transport Layer";
180   }
181
182   identity ecdh-sha2-nistp521 {
183     base key-exchange-alg-base;
184     description
185       "Identity for the 'ecdh-sha2-nistp521' algorithm.";
186     reference
187       "RFC 5656:
188          Elliptic Curve Algorithm Integration in the Secure Shell
189          Transport Layer";
190   }
191
192   identity ecdh-sha2-1.3.132.0.1 {
193     base key-exchange-alg-base;
194     description
195       "Identity for the 'ecdh-sha2-1.3.132.0.1' algorithm.";
196     reference
197       "RFC 5656:
198          Elliptic Curve Algorithm Integration in the Secure Shell
199          Transport Layer";
200   }
201
202   identity ecdh-sha2-1.2.840.10045.3.1.1 {
203     base key-exchange-alg-base;
204     description
205       "Identity for the 'ecdh-sha2-1.2.840.10045.3.1.1' algorithm.";
206     reference
207       "RFC 5656:
208          Elliptic Curve Algorithm Integration in the Secure Shell
209          Transport Layer";
210   }
211
212   identity ecdh-sha2-1.3.132.0.33 {
213     base key-exchange-alg-base;
214     description
215       "Identity for the 'ecdh-sha2-1.3.132.0.33' algorithm.";
216     reference
217       "RFC 5656:
218          Elliptic Curve Algorithm Integration in the Secure Shell
219          Transport Layer";
220   }
221
222   identity ecdh-sha2-1.3.132.0.26 {
223     base key-exchange-alg-base;
224     description
225       "Identity for the 'ecdh-sha2-1.3.132.0.26' algorithm.";
226     reference
227       "RFC 5656:
228          Elliptic Curve Algorithm Integration in the Secure Shell
229          Transport Layer";
230   }
231
232   identity ecdh-sha2-1.3.132.0.27 {
233     base key-exchange-alg-base;
234     description
235       "Identity for the 'ecdh-sha2-1.3.132.0.27' algorithm.";
236     reference
237       "RFC 5656:
238          Elliptic Curve Algorithm Integration in the Secure Shell
239          Transport Layer";
240   }
241
242   identity ecdh-sha2-1.3.132.0.16 {
243     base key-exchange-alg-base;
244     description
245       "Identity for the 'ecdh-sha2-1.3.132.0.16' algorithm.";
246     reference
247       "RFC 5656:
248          Elliptic Curve Algorithm Integration in the Secure Shell
249          Transport Layer";
250   }
251
252   identity ecdh-sha2-1.3.132.0.36 {
253     base key-exchange-alg-base;
254     description
255       "Identity for the 'ecdh-sha2-1.3.132.0.36' algorithm.";
256     reference
257       "RFC 5656:
258          Elliptic Curve Algorithm Integration in the Secure Shell
259          Transport Layer";
260   }
261
262   identity ecdh-sha2-1.3.132.0.37 {
263     base key-exchange-alg-base;
264     description
265       "Identity for the 'ecdh-sha2-1.3.132.0.37' algorithm.";
266     reference
267       "RFC 5656:
268          Elliptic Curve Algorithm Integration in the Secure Shell
269          Transport Layer";
270   }
271
272   identity ecdh-sha2-1.3.132.0.38 {
273     base key-exchange-alg-base;
274     description
275       "Identity for the 'ecdh-sha2-1.3.132.0.38' algorithm.";
276     reference
277       "RFC 5656:
278          Elliptic Curve Algorithm Integration in the Secure Shell
279          Transport Layer";
280   }
281
282   identity ecmqv-sha2 {
283     base key-exchange-alg-base;
284     description
285       "Identity for the 'ecmqv-sha2' algorithm.";
286     reference
287       "RFC 5656:
288          Elliptic Curve Algorithm Integration in the Secure Shell
289          Transport Layer";
290   }
291
292   identity gss-group1-sha1-nistp256 {
293     base key-exchange-alg-base;
294     status deprecated;
295     description
296       "Identity for the 'gss-group1-sha1-nistp256' algorithm.";
297     reference
298       "RFC 4462:
299          Generic Security Service Application Program Interface (GSS-
300          API) Authentication and Key Exchange for the Secure Shell
301          (SSH) Protocol
302        RFC 8732:
303          Generic Security Service Application Program Interface (GSS-
304          API) Key Exchange with SHA-2";
305   }
306
307   identity gss-group1-sha1-nistp384 {
308     base key-exchange-alg-base;
309     status deprecated;
310     description
311       "Identity for the 'gss-group1-sha1-nistp384' algorithm.";
312     reference
313       "RFC 4462:
314          Generic Security Service Application Program Interface (GSS-
315          API) Authentication and Key Exchange for the Secure Shell
316          (SSH) Protocol
317        RFC 8732:
318          Generic Security Service Application Program Interface (GSS-
319          API) Key Exchange with SHA-2";
320   }
321
322   identity gss-group1-sha1-nistp521 {
323     base key-exchange-alg-base;
324     status deprecated;
325     description
326       "Identity for the 'gss-group1-sha1-nistp521' algorithm.";
327     reference
328       "RFC 4462:
329          Generic Security Service Application Program Interface (GSS-
330          API) Authentication and Key Exchange for the Secure Shell
331          (SSH) Protocol
332        RFC 8732:
333          Generic Security Service Application Program Interface (GSS-
334          API) Key Exchange with SHA-2";
335   }
336
337   identity gss-group1-sha1-1.3.132.0.1 {
338     base key-exchange-alg-base;
339     status deprecated;
340     description
341       "Identity for the 'gss-group1-sha1-1.3.132.0.1' algorithm.";
342     reference
343       "RFC 4462:
344          Generic Security Service Application Program Interface (GSS-
345          API) Authentication and Key Exchange for the Secure Shell
346          (SSH) Protocol
347        RFC 8732:
348          Generic Security Service Application Program Interface (GSS-
349          API) Key Exchange with SHA-2";
350   }
351
352   identity gss-group1-sha1-1.2.840.10045.3.1.1 {
353     base key-exchange-alg-base;
354     status deprecated;
355     description
356       "Identity for the 'gss-group1-sha1-1.2.840.10045.3.1.1'
357        algorithm.";
358     reference
359       "RFC 4462:
360          Generic Security Service Application Program Interface (GSS-
361          API) Authentication and Key Exchange for the Secure Shell
362          (SSH) Protocol
363        RFC 8732:
364          Generic Security Service Application Program Interface (GSS-
365          API) Key Exchange with SHA-2";
366   }
367
368   identity gss-group1-sha1-1.3.132.0.33 {
369     base key-exchange-alg-base;
370     status deprecated;
371     description
372       "Identity for the 'gss-group1-sha1-1.3.132.0.33' algorithm.";
373     reference
374       "RFC 4462:
375          Generic Security Service Application Program Interface (GSS-
376          API) Authentication and Key Exchange for the Secure Shell
377          (SSH) Protocol
378        RFC 8732:
379          Generic Security Service Application Program Interface (GSS-
380          API) Key Exchange with SHA-2";
381   }
382
383   identity gss-group1-sha1-1.3.132.0.26 {
384     base key-exchange-alg-base;
385     status deprecated;
386     description
387       "Identity for the 'gss-group1-sha1-1.3.132.0.26' algorithm.";
388     reference
389       "RFC 4462:
390          Generic Security Service Application Program Interface (GSS-
391          API) Authentication and Key Exchange for the Secure Shell
392          (SSH) Protocol
393        RFC 8732:
394          Generic Security Service Application Program Interface (GSS-
395          API) Key Exchange with SHA-2";
396   }
397
398   identity gss-group1-sha1-1.3.132.0.27 {
399     base key-exchange-alg-base;
400     status deprecated;
401     description
402       "Identity for the 'gss-group1-sha1-1.3.132.0.27' algorithm.";
403     reference
404       "RFC 4462:
405          Generic Security Service Application Program Interface (GSS-
406          API) Authentication and Key Exchange for the Secure Shell
407          (SSH) Protocol
408        RFC 8732:
409          Generic Security Service Application Program Interface (GSS-
410          API) Key Exchange with SHA-2";
411   }
412
413   identity gss-group1-sha1-1.3.132.0.16 {
414     base key-exchange-alg-base;
415     status deprecated;
416     description
417       "Identity for the 'gss-group1-sha1-1.3.132.0.16' algorithm.";
418     reference
419       "RFC 4462:
420          Generic Security Service Application Program Interface (GSS-
421          API) Authentication and Key Exchange for the Secure Shell
422          (SSH) Protocol
423        RFC 8732:
424          Generic Security Service Application Program Interface (GSS-
425          API) Key Exchange with SHA-2";
426   }
427
428   identity gss-group1-sha1-1.3.132.0.36 {
429     base key-exchange-alg-base;
430     status deprecated;
431     description
432       "Identity for the 'gss-group1-sha1-1.3.132.0.36' algorithm.";
433     reference
434       "RFC 4462:
435          Generic Security Service Application Program Interface (GSS-
436          API) Authentication and Key Exchange for the Secure Shell
437          (SSH) Protocol
438        RFC 8732:
439          Generic Security Service Application Program Interface (GSS-
440          API) Key Exchange with SHA-2";
441   }
442
443   identity gss-group1-sha1-1.3.132.0.37 {
444     base key-exchange-alg-base;
445     status deprecated;
446     description
447       "Identity for the 'gss-group1-sha1-1.3.132.0.37' algorithm.";
448     reference
449       "RFC 4462:
450          Generic Security Service Application Program Interface (GSS-
451          API) Authentication and Key Exchange for the Secure Shell
452          (SSH) Protocol
453        RFC 8732:
454          Generic Security Service Application Program Interface (GSS-
455          API) Key Exchange with SHA-2";
456   }
457
458   identity gss-group1-sha1-1.3.132.0.38 {
459     base key-exchange-alg-base;
460     status deprecated;
461     description
462       "Identity for the 'gss-group1-sha1-1.3.132.0.38' algorithm.";
463     reference
464       "RFC 4462:
465          Generic Security Service Application Program Interface (GSS-
466          API) Authentication and Key Exchange for the Secure Shell
467          (SSH) Protocol
468        RFC 8732:
469          Generic Security Service Application Program Interface (GSS-
470          API) Key Exchange with SHA-2";
471   }
472
473   identity gss-group14-sha1-nistp256 {
474     base key-exchange-alg-base;
475     status deprecated;
476     description
477       "Identity for the 'gss-group14-sha1-nistp256' algorithm.";
478     reference
479       "RFC 4462:
480          Generic Security Service Application Program Interface (GSS-
481          API) Authentication and Key Exchange for the Secure Shell
482          (SSH) Protocol
483        RFC 8732:
484          Generic Security Service Application Program Interface (GSS-
485          API) Key Exchange with SHA-2";
486   }
487
488   identity gss-group14-sha1-nistp384 {
489     base key-exchange-alg-base;
490     status deprecated;
491     description
492       "Identity for the 'gss-group14-sha1-nistp384' algorithm.";
493     reference
494       "RFC 4462:
495          Generic Security Service Application Program Interface (GSS-
496          API) Authentication and Key Exchange for the Secure Shell
497          (SSH) Protocol
498        RFC 8732:
499          Generic Security Service Application Program Interface (GSS-
500          API) Key Exchange with SHA-2";
501   }
502
503   identity gss-group14-sha1-nistp521 {
504     base key-exchange-alg-base;
505     status deprecated;
506     description
507       "Identity for the 'gss-group14-sha1-nistp521' algorithm.";
508     reference
509       "RFC 4462:
510          Generic Security Service Application Program Interface (GSS-
511          API) Authentication and Key Exchange for the Secure Shell
512          (SSH) Protocol
513        RFC 8732:
514          Generic Security Service Application Program Interface (GSS-
515          API) Key Exchange with SHA-2";
516   }
517
518   identity gss-group14-sha1-1.3.132.0.1 {
519     base key-exchange-alg-base;
520     status deprecated;
521     description
522       "Identity for the 'gss-group14-sha1-1.3.132.0.1' algorithm.";
523     reference
524       "RFC 4462:
525          Generic Security Service Application Program Interface (GSS-
526          API) Authentication and Key Exchange for the Secure Shell
527          (SSH) Protocol
528        RFC 8732:
529          Generic Security Service Application Program Interface (GSS-
530          API) Key Exchange with SHA-2";
531   }
532
533   identity gss-group14-sha1-1.2.840.10045.3.1.1 {
534     base key-exchange-alg-base;
535     status deprecated;
536     description
537       "Identity for the 'gss-group14-sha1-1.2.840.10045.3.1.1'
538        algorithm.";
539     reference
540       "RFC 4462:
541          Generic Security Service Application Program Interface (GSS-
542          API) Authentication and Key Exchange for the Secure Shell
543          (SSH) Protocol
544        RFC 8732:
545          Generic Security Service Application Program Interface (GSS-
546          API) Key Exchange with SHA-2";
547   }
548
549   identity gss-group14-sha1-1.3.132.0.33 {
550     base key-exchange-alg-base;
551     status deprecated;
552     description
553       "Identity for the 'gss-group14-sha1-1.3.132.0.33' algorithm.";
554     reference
555       "RFC 4462:
556          Generic Security Service Application Program Interface (GSS-
557          API) Authentication and Key Exchange for the Secure Shell
558          (SSH) Protocol
559        RFC 8732:
560          Generic Security Service Application Program Interface (GSS-
561          API) Key Exchange with SHA-2";
562   }
563
564   identity gss-group14-sha1-1.3.132.0.26 {
565     base key-exchange-alg-base;
566     status deprecated;
567     description
568       "Identity for the 'gss-group14-sha1-1.3.132.0.26' algorithm.";
569     reference
570       "RFC 4462:
571          Generic Security Service Application Program Interface (GSS-
572          API) Authentication and Key Exchange for the Secure Shell
573          (SSH) Protocol
574        RFC 8732:
575          Generic Security Service Application Program Interface (GSS-
576          API) Key Exchange with SHA-2";
577   }
578
579   identity gss-group14-sha1-1.3.132.0.27 {
580     base key-exchange-alg-base;
581     status deprecated;
582     description
583       "Identity for the 'gss-group14-sha1-1.3.132.0.27' algorithm.";
584     reference
585       "RFC 4462:
586          Generic Security Service Application Program Interface (GSS-
587          API) Authentication and Key Exchange for the Secure Shell
588          (SSH) Protocol
589        RFC 8732:
590          Generic Security Service Application Program Interface (GSS-
591          API) Key Exchange with SHA-2";
592   }
593
594   identity gss-group14-sha1-1.3.132.0.16 {
595     base key-exchange-alg-base;
596     status deprecated;
597     description
598       "Identity for the 'gss-group14-sha1-1.3.132.0.16' algorithm.";
599     reference
600       "RFC 4462:
601          Generic Security Service Application Program Interface (GSS-
602          API) Authentication and Key Exchange for the Secure Shell
603          (SSH) Protocol
604        RFC 8732:
605          Generic Security Service Application Program Interface (GSS-
606          API) Key Exchange with SHA-2";
607   }
608
609   identity gss-group14-sha1-1.3.132.0.36 {
610     base key-exchange-alg-base;
611     status deprecated;
612     description
613       "Identity for the 'gss-group14-sha1-1.3.132.0.36' algorithm.";
614     reference
615       "RFC 4462:
616          Generic Security Service Application Program Interface (GSS-
617          API) Authentication and Key Exchange for the Secure Shell
618          (SSH) Protocol
619        RFC 8732:
620          Generic Security Service Application Program Interface (GSS-
621          API) Key Exchange with SHA-2";
622   }
623
624   identity gss-group14-sha1-1.3.132.0.37 {
625     base key-exchange-alg-base;
626     status deprecated;
627     description
628       "Identity for the 'gss-group14-sha1-1.3.132.0.37' algorithm.";
629     reference
630       "RFC 4462:
631          Generic Security Service Application Program Interface (GSS-
632          API) Authentication and Key Exchange for the Secure Shell
633          (SSH) Protocol
634        RFC 8732:
635          Generic Security Service Application Program Interface (GSS-
636          API) Key Exchange with SHA-2";
637   }
638
639   identity gss-group14-sha1-1.3.132.0.38 {
640     base key-exchange-alg-base;
641     status deprecated;
642     description
643       "Identity for the 'gss-group14-sha1-1.3.132.0.38' algorithm.";
644     reference
645       "RFC 4462:
646          Generic Security Service Application Program Interface (GSS-
647          API) Authentication and Key Exchange for the Secure Shell
648          (SSH) Protocol
649        RFC 8732:
650          Generic Security Service Application Program Interface (GSS-
651          API) Key Exchange with SHA-2";
652   }
653
654   identity gss-gex-sha1-nistp256 {
655     base key-exchange-alg-base;
656     status deprecated;
657     description
658       "Identity for the 'gss-gex-sha1-nistp256' algorithm.";
659     reference
660       "RFC 4462:
661          Generic Security Service Application Program Interface (GSS-
662          API) Authentication and Key Exchange for the Secure Shell
663          (SSH) Protocol
664        RFC 8732:
665          Generic Security Service Application Program Interface (GSS-
666          API) Key Exchange with SHA-2";
667   }
668
669   identity gss-gex-sha1-nistp384 {
670     base key-exchange-alg-base;
671     status deprecated;
672     description
673       "Identity for the 'gss-gex-sha1-nistp384' algorithm.";
674     reference
675       "RFC 4462:
676          Generic Security Service Application Program Interface (GSS-
677          API) Authentication and Key Exchange for the Secure Shell
678          (SSH) Protocol
679        RFC 8732:
680          Generic Security Service Application Program Interface (GSS-
681          API) Key Exchange with SHA-2";
682   }
683
684   identity gss-gex-sha1-nistp521 {
685     base key-exchange-alg-base;
686     status deprecated;
687     description
688       "Identity for the 'gss-gex-sha1-nistp521' algorithm.";
689     reference
690       "RFC 4462:
691          Generic Security Service Application Program Interface (GSS-
692          API) Authentication and Key Exchange for the Secure Shell
693          (SSH) Protocol
694        RFC 8732:
695          Generic Security Service Application Program Interface (GSS-
696          API) Key Exchange with SHA-2";
697   }
698
699   identity gss-gex-sha1-1.3.132.0.1 {
700     base key-exchange-alg-base;
701     status deprecated;
702     description
703       "Identity for the 'gss-gex-sha1-1.3.132.0.1' algorithm.";
704     reference
705       "RFC 4462:
706          Generic Security Service Application Program Interface (GSS-
707          API) Authentication and Key Exchange for the Secure Shell
708          (SSH) Protocol
709        RFC 8732:
710          Generic Security Service Application Program Interface (GSS-
711          API) Key Exchange with SHA-2";
712   }
713
714   identity gss-gex-sha1-1.2.840.10045.3.1.1 {
715     base key-exchange-alg-base;
716     status deprecated;
717     description
718       "Identity for the 'gss-gex-sha1-1.2.840.10045.3.1.1'
719        algorithm.";
720     reference
721       "RFC 4462:
722          Generic Security Service Application Program Interface (GSS-
723          API) Authentication and Key Exchange for the Secure Shell
724          (SSH) Protocol
725        RFC 8732:
726          Generic Security Service Application Program Interface (GSS-
727          API) Key Exchange with SHA-2";
728   }
729
730   identity gss-gex-sha1-1.3.132.0.33 {
731     base key-exchange-alg-base;
732     status deprecated;
733     description
734       "Identity for the 'gss-gex-sha1-1.3.132.0.33' algorithm.";
735     reference
736       "RFC 4462:
737          Generic Security Service Application Program Interface (GSS-
738          API) Authentication and Key Exchange for the Secure Shell
739          (SSH) Protocol
740        RFC 8732:
741          Generic Security Service Application Program Interface (GSS-
742          API) Key Exchange with SHA-2";
743   }
744
745   identity gss-gex-sha1-1.3.132.0.26 {
746     base key-exchange-alg-base;
747     status deprecated;
748     description
749       "Identity for the 'gss-gex-sha1-1.3.132.0.26' algorithm.";
750     reference
751       "RFC 4462:
752          Generic Security Service Application Program Interface (GSS-
753          API) Authentication and Key Exchange for the Secure Shell
754          (SSH) Protocol
755        RFC 8732:
756          Generic Security Service Application Program Interface (GSS-
757          API) Key Exchange with SHA-2";
758   }
759
760   identity gss-gex-sha1-1.3.132.0.27 {
761     base key-exchange-alg-base;
762     status deprecated;
763     description
764       "Identity for the 'gss-gex-sha1-1.3.132.0.27' algorithm.";
765     reference
766       "RFC 4462:
767          Generic Security Service Application Program Interface (GSS-
768          API) Authentication and Key Exchange for the Secure Shell
769          (SSH) Protocol
770        RFC 8732:
771          Generic Security Service Application Program Interface (GSS-
772          API) Key Exchange with SHA-2";
773   }
774
775   identity gss-gex-sha1-1.3.132.0.16 {
776     base key-exchange-alg-base;
777     status deprecated;
778     description
779       "Identity for the 'gss-gex-sha1-1.3.132.0.16' algorithm.";
780     reference
781       "RFC 4462:
782          Generic Security Service Application Program Interface (GSS-
783          API) Authentication and Key Exchange for the Secure Shell
784          (SSH) Protocol
785        RFC 8732:
786          Generic Security Service Application Program Interface (GSS-
787          API) Key Exchange with SHA-2";
788   }
789
790   identity gss-gex-sha1-1.3.132.0.36 {
791     base key-exchange-alg-base;
792     status deprecated;
793     description
794       "Identity for the 'gss-gex-sha1-1.3.132.0.36' algorithm.";
795     reference
796       "RFC 4462:
797          Generic Security Service Application Program Interface (GSS-
798          API) Authentication and Key Exchange for the Secure Shell
799          (SSH) Protocol
800        RFC 8732:
801          Generic Security Service Application Program Interface (GSS-
802          API) Key Exchange with SHA-2";
803   }
804
805   identity gss-gex-sha1-1.3.132.0.37 {
806     base key-exchange-alg-base;
807     status deprecated;
808     description
809       "Identity for the 'gss-gex-sha1-1.3.132.0.37' algorithm.";
810     reference
811       "RFC 4462:
812          Generic Security Service Application Program Interface (GSS-
813          API) Authentication and Key Exchange for the Secure Shell
814          (SSH) Protocol
815        RFC 8732:
816          Generic Security Service Application Program Interface (GSS-
817          API) Key Exchange with SHA-2";
818   }
819
820   identity gss-gex-sha1-1.3.132.0.38 {
821     base key-exchange-alg-base;
822     status deprecated;
823     description
824       "Identity for the 'gss-gex-sha1-1.3.132.0.38' algorithm.";
825     reference
826       "RFC 4462:
827          Generic Security Service Application Program Interface (GSS-
828          API) Authentication and Key Exchange for the Secure Shell
829          (SSH) Protocol
830        RFC 8732:
831          Generic Security Service Application Program Interface (GSS-
832          API) Key Exchange with SHA-2";
833   }
834
835   identity gss- {
836     base key-exchange-alg-base;
837     description
838       "Identity for the 'gss-' algorithm.  Section 2.6";
839     reference
840       "RFC 4462:
841          Generic Security Service Application Program Interface (GSS-
842          API) Authentication and Key Exchange for the Secure Shell
843          (SSH) Protocol";
844   }
845
846   identity rsa1024-sha1 {
847     base key-exchange-alg-base;
848     status obsolete;
849     description
850       "Identity for the 'rsa1024-sha1' algorithm.";
851     reference
852       "RFC 4432:
853          RSA Key Exchange for the Secure Shell (SSH) Transport Layer
854          Protocol";
855   }
856
857   identity rsa2048-sha256 {
858     base key-exchange-alg-base;
859     description
860       "Identity for the 'rsa2048-sha256' algorithm.";
861     reference
862       "RFC 4432:
863          RSA Key Exchange for the Secure Shell (SSH) Transport Layer
864          Protocol";
865   }
866
867   identity ext-info-s {
868     base key-exchange-alg-base;
869     description
870       "Identity for the 'ext-info-s' algorithm.  Section 2";
871     reference
872       "RFC 8308:
873          Extension Negotiation in the Secure Shell (SSH) Protocol";
874   }
875
876   identity ext-info-c {
877     base key-exchange-alg-base;
878     description
879       "Identity for the 'ext-info-c' algorithm.  Section 2";
880     reference
881       "RFC 8308:
882          Extension Negotiation in the Secure Shell (SSH) Protocol";
883   }
884
885   identity gss-group14-sha256-nistp256 {
886     base key-exchange-alg-base;
887     description
888       "Identity for the 'gss-group14-sha256-nistp256' algorithm.";
889     reference
890       "RFC 8732:
891          Generic Security Service Application Program Interface (GSS-
892          API) Key Exchange with SHA-2";
893   }
894
895   identity gss-group14-sha256-nistp384 {
896     base key-exchange-alg-base;
897     description
898       "Identity for the 'gss-group14-sha256-nistp384' algorithm.";
899     reference
900       "RFC 8732:
901          Generic Security Service Application Program Interface (GSS-
902          API) Key Exchange with SHA-2";
903   }
904
905   identity gss-group14-sha256-nistp521 {
906     base key-exchange-alg-base;
907     description
908       "Identity for the 'gss-group14-sha256-nistp521' algorithm.";
909     reference
910       "RFC 8732:
911          Generic Security Service Application Program Interface (GSS-
912          API) Key Exchange with SHA-2";
913   }
914
915   identity gss-group14-sha256-1.3.132.0.1 {
916     base key-exchange-alg-base;
917     description
918       "Identity for the 'gss-group14-sha256-1.3.132.0.1' algorithm.";
919     reference
920       "RFC 8732:
921          Generic Security Service Application Program Interface (GSS-
922          API) Key Exchange with SHA-2";
923   }
924
925   identity gss-group14-sha256-1.2.840.10045.3.1.1 {
926     base key-exchange-alg-base;
927     description
928       "Identity for the 'gss-group14-sha256-1.2.840.10045.3.1.1'
929        algorithm.";
930     reference
931       "RFC 8732:
932          Generic Security Service Application Program Interface (GSS-
933          API) Key Exchange with SHA-2";
934   }
935
936   identity gss-group14-sha256-1.3.132.0.33 {
937     base key-exchange-alg-base;
938     description
939       "Identity for the 'gss-group14-sha256-1.3.132.0.33'
940        algorithm.";
941     reference
942       "RFC 8732:
943          Generic Security Service Application Program Interface (GSS-
944          API) Key Exchange with SHA-2";
945   }
946
947   identity gss-group14-sha256-1.3.132.0.26 {
948     base key-exchange-alg-base;
949     description
950       "Identity for the 'gss-group14-sha256-1.3.132.0.26'
951        algorithm.";
952     reference
953       "RFC 8732:
954          Generic Security Service Application Program Interface (GSS-
955          API) Key Exchange with SHA-2";
956   }
957
958   identity gss-group14-sha256-1.3.132.0.27 {
959     base key-exchange-alg-base;
960     description
961       "Identity for the 'gss-group14-sha256-1.3.132.0.27'
962        algorithm.";
963     reference
964       "RFC 8732:
965          Generic Security Service Application Program Interface (GSS-
966          API) Key Exchange with SHA-2";
967   }
968
969   identity gss-group14-sha256-1.3.132.0.16 {
970     base key-exchange-alg-base;
971     description
972       "Identity for the 'gss-group14-sha256-1.3.132.0.16'
973        algorithm.";
974     reference
975       "RFC 8732:
976          Generic Security Service Application Program Interface (GSS-
977          API) Key Exchange with SHA-2";
978   }
979
980   identity gss-group14-sha256-1.3.132.0.36 {
981     base key-exchange-alg-base;
982     description
983       "Identity for the 'gss-group14-sha256-1.3.132.0.36'
984        algorithm.";
985     reference
986       "RFC 8732:
987          Generic Security Service Application Program Interface (GSS-
988          API) Key Exchange with SHA-2";
989   }
990
991   identity gss-group14-sha256-1.3.132.0.37 {
992     base key-exchange-alg-base;
993     description
994       "Identity for the 'gss-group14-sha256-1.3.132.0.37'
995        algorithm.";
996     reference
997       "RFC 8732:
998          Generic Security Service Application Program Interface (GSS-
999          API) Key Exchange with SHA-2";
1000   }
1001
1002   identity gss-group14-sha256-1.3.132.0.38 {
1003     base key-exchange-alg-base;
1004     description
1005       "Identity for the 'gss-group14-sha256-1.3.132.0.38'
1006        algorithm.";
1007     reference
1008       "RFC 8732:
1009          Generic Security Service Application Program Interface (GSS-
1010          API) Key Exchange with SHA-2";
1011   }
1012
1013   identity gss-group15-sha512-nistp256 {
1014     base key-exchange-alg-base;
1015     description
1016       "Identity for the 'gss-group15-sha512-nistp256' algorithm.";
1017     reference
1018       "RFC 8732:
1019          Generic Security Service Application Program Interface (GSS-
1020          API) Key Exchange with SHA-2";
1021   }
1022
1023   identity gss-group15-sha512-nistp384 {
1024     base key-exchange-alg-base;
1025     description
1026       "Identity for the 'gss-group15-sha512-nistp384' algorithm.";
1027     reference
1028       "RFC 8732:
1029          Generic Security Service Application Program Interface (GSS-
1030          API) Key Exchange with SHA-2";
1031   }
1032
1033   identity gss-group15-sha512-nistp521 {
1034     base key-exchange-alg-base;
1035     description
1036       "Identity for the 'gss-group15-sha512-nistp521' algorithm.";
1037     reference
1038       "RFC 8732:
1039          Generic Security Service Application Program Interface (GSS-
1040          API) Key Exchange with SHA-2";
1041   }
1042
1043   identity gss-group15-sha512-1.3.132.0.1 {
1044     base key-exchange-alg-base;
1045     description
1046       "Identity for the 'gss-group15-sha512-1.3.132.0.1' algorithm.";
1047     reference
1048       "RFC 8732:
1049          Generic Security Service Application Program Interface (GSS-
1050          API) Key Exchange with SHA-2";
1051   }
1052
1053   identity gss-group15-sha512-1.2.840.10045.3.1.1 {
1054     base key-exchange-alg-base;
1055     description
1056       "Identity for the 'gss-group15-sha512-1.2.840.10045.3.1.1'
1057        algorithm.";
1058     reference
1059       "RFC 8732:
1060          Generic Security Service Application Program Interface (GSS-
1061          API) Key Exchange with SHA-2";
1062   }
1063
1064   identity gss-group15-sha512-1.3.132.0.33 {
1065     base key-exchange-alg-base;
1066     description
1067       "Identity for the 'gss-group15-sha512-1.3.132.0.33'
1068        algorithm.";
1069     reference
1070       "RFC 8732:
1071          Generic Security Service Application Program Interface (GSS-
1072          API) Key Exchange with SHA-2";
1073   }
1074
1075   identity gss-group15-sha512-1.3.132.0.26 {
1076     base key-exchange-alg-base;
1077     description
1078       "Identity for the 'gss-group15-sha512-1.3.132.0.26'
1079        algorithm.";
1080     reference
1081       "RFC 8732:
1082          Generic Security Service Application Program Interface (GSS-
1083          API) Key Exchange with SHA-2";
1084   }
1085
1086   identity gss-group15-sha512-1.3.132.0.27 {
1087     base key-exchange-alg-base;
1088     description
1089       "Identity for the 'gss-group15-sha512-1.3.132.0.27'
1090        algorithm.";
1091     reference
1092       "RFC 8732:
1093          Generic Security Service Application Program Interface (GSS-
1094          API) Key Exchange with SHA-2";
1095   }
1096
1097   identity gss-group15-sha512-1.3.132.0.16 {
1098     base key-exchange-alg-base;
1099     description
1100       "Identity for the 'gss-group15-sha512-1.3.132.0.16'
1101        algorithm.";
1102     reference
1103       "RFC 8732:
1104          Generic Security Service Application Program Interface (GSS-
1105          API) Key Exchange with SHA-2";
1106   }
1107
1108   identity gss-group15-sha512-1.3.132.0.36 {
1109     base key-exchange-alg-base;
1110     description
1111       "Identity for the 'gss-group15-sha512-1.3.132.0.36'
1112        algorithm.";
1113     reference
1114       "RFC 8732:
1115          Generic Security Service Application Program Interface (GSS-
1116          API) Key Exchange with SHA-2";
1117   }
1118
1119   identity gss-group15-sha512-1.3.132.0.37 {
1120     base key-exchange-alg-base;
1121     description
1122       "Identity for the 'gss-group15-sha512-1.3.132.0.37'
1123        algorithm.";
1124     reference
1125       "RFC 8732:
1126          Generic Security Service Application Program Interface (GSS-
1127          API) Key Exchange with SHA-2";
1128   }
1129
1130   identity gss-group15-sha512-1.3.132.0.38 {
1131     base key-exchange-alg-base;
1132     description
1133       "Identity for the 'gss-group15-sha512-1.3.132.0.38'
1134        algorithm.";
1135     reference
1136       "RFC 8732:
1137          Generic Security Service Application Program Interface (GSS-
1138          API) Key Exchange with SHA-2";
1139   }
1140
1141   identity gss-group16-sha512-nistp256 {
1142     base key-exchange-alg-base;
1143     description
1144       "Identity for the 'gss-group16-sha512-nistp256' algorithm.";
1145     reference
1146       "RFC 8732:
1147          Generic Security Service Application Program Interface (GSS-
1148          API) Key Exchange with SHA-2";
1149   }
1150
1151   identity gss-group16-sha512-nistp384 {
1152     base key-exchange-alg-base;
1153     description
1154       "Identity for the 'gss-group16-sha512-nistp384' algorithm.";
1155     reference
1156       "RFC 8732:
1157          Generic Security Service Application Program Interface (GSS-
1158          API) Key Exchange with SHA-2";
1159   }
1160
1161   identity gss-group16-sha512-nistp521 {
1162     base key-exchange-alg-base;
1163     description
1164       "Identity for the 'gss-group16-sha512-nistp521' algorithm.";
1165     reference
1166       "RFC 8732:
1167          Generic Security Service Application Program Interface (GSS-
1168          API) Key Exchange with SHA-2";
1169   }
1170
1171   identity gss-group16-sha512-1.3.132.0.1 {
1172     base key-exchange-alg-base;
1173     description
1174       "Identity for the 'gss-group16-sha512-1.3.132.0.1' algorithm.";
1175     reference
1176       "RFC 8732:
1177          Generic Security Service Application Program Interface (GSS-
1178          API) Key Exchange with SHA-2";
1179   }
1180
1181   identity gss-group16-sha512-1.2.840.10045.3.1.1 {
1182     base key-exchange-alg-base;
1183     description
1184       "Identity for the 'gss-group16-sha512-1.2.840.10045.3.1.1'
1185        algorithm.";
1186     reference
1187       "RFC 8732:
1188          Generic Security Service Application Program Interface (GSS-
1189          API) Key Exchange with SHA-2";
1190   }
1191
1192   identity gss-group16-sha512-1.3.132.0.33 {
1193     base key-exchange-alg-base;
1194     description
1195       "Identity for the 'gss-group16-sha512-1.3.132.0.33'
1196        algorithm.";
1197     reference
1198       "RFC 8732:
1199          Generic Security Service Application Program Interface (GSS-
1200          API) Key Exchange with SHA-2";
1201   }
1202
1203   identity gss-group16-sha512-1.3.132.0.26 {
1204     base key-exchange-alg-base;
1205     description
1206       "Identity for the 'gss-group16-sha512-1.3.132.0.26'
1207        algorithm.";
1208     reference
1209       "RFC 8732:
1210          Generic Security Service Application Program Interface (GSS-
1211          API) Key Exchange with SHA-2";
1212   }
1213
1214   identity gss-group16-sha512-1.3.132.0.27 {
1215     base key-exchange-alg-base;
1216     description
1217       "Identity for the 'gss-group16-sha512-1.3.132.0.27'
1218        algorithm.";
1219     reference
1220       "RFC 8732:
1221          Generic Security Service Application Program Interface (GSS-
1222          API) Key Exchange with SHA-2";
1223   }
1224
1225   identity gss-group16-sha512-1.3.132.0.16 {
1226     base key-exchange-alg-base;
1227     description
1228       "Identity for the 'gss-group16-sha512-1.3.132.0.16'
1229        algorithm.";
1230     reference
1231       "RFC 8732:
1232          Generic Security Service Application Program Interface (GSS-
1233          API) Key Exchange with SHA-2";
1234   }
1235
1236   identity gss-group16-sha512-1.3.132.0.36 {
1237     base key-exchange-alg-base;
1238     description
1239       "Identity for the 'gss-group16-sha512-1.3.132.0.36'
1240        algorithm.";
1241     reference
1242       "RFC 8732:
1243          Generic Security Service Application Program Interface (GSS-
1244          API) Key Exchange with SHA-2";
1245   }
1246
1247   identity gss-group16-sha512-1.3.132.0.37 {
1248     base key-exchange-alg-base;
1249     description
1250       "Identity for the 'gss-group16-sha512-1.3.132.0.37'
1251        algorithm.";
1252     reference
1253       "RFC 8732:
1254          Generic Security Service Application Program Interface (GSS-
1255          API) Key Exchange with SHA-2";
1256   }
1257
1258   identity gss-group16-sha512-1.3.132.0.38 {
1259     base key-exchange-alg-base;
1260     description
1261       "Identity for the 'gss-group16-sha512-1.3.132.0.38'
1262        algorithm.";
1263     reference
1264       "RFC 8732:
1265          Generic Security Service Application Program Interface (GSS-
1266          API) Key Exchange with SHA-2";
1267   }
1268
1269   identity gss-group17-sha512-nistp256 {
1270     base key-exchange-alg-base;
1271     description
1272       "Identity for the 'gss-group17-sha512-nistp256' algorithm.";
1273     reference
1274       "RFC 8732:
1275          Generic Security Service Application Program Interface (GSS-
1276          API) Key Exchange with SHA-2";
1277   }
1278
1279   identity gss-group17-sha512-nistp384 {
1280     base key-exchange-alg-base;
1281     description
1282       "Identity for the 'gss-group17-sha512-nistp384' algorithm.";
1283     reference
1284       "RFC 8732:
1285          Generic Security Service Application Program Interface (GSS-
1286          API) Key Exchange with SHA-2";
1287   }
1288
1289   identity gss-group17-sha512-nistp521 {
1290     base key-exchange-alg-base;
1291     description
1292       "Identity for the 'gss-group17-sha512-nistp521' algorithm.";
1293     reference
1294       "RFC 8732:
1295          Generic Security Service Application Program Interface (GSS-
1296          API) Key Exchange with SHA-2";
1297   }
1298
1299   identity gss-group17-sha512-1.3.132.0.1 {
1300     base key-exchange-alg-base;
1301     description
1302       "Identity for the 'gss-group17-sha512-1.3.132.0.1' algorithm.";
1303     reference
1304       "RFC 8732:
1305          Generic Security Service Application Program Interface (GSS-
1306          API) Key Exchange with SHA-2";
1307   }
1308
1309   identity gss-group17-sha512-1.2.840.10045.3.1.1 {
1310     base key-exchange-alg-base;
1311     description
1312       "Identity for the 'gss-group17-sha512-1.2.840.10045.3.1.1'
1313        algorithm.";
1314     reference
1315       "RFC 8732:
1316          Generic Security Service Application Program Interface (GSS-
1317          API) Key Exchange with SHA-2";
1318   }
1319
1320   identity gss-group17-sha512-1.3.132.0.33 {
1321     base key-exchange-alg-base;
1322     description
1323       "Identity for the 'gss-group17-sha512-1.3.132.0.33'
1324        algorithm.";
1325     reference
1326       "RFC 8732:
1327          Generic Security Service Application Program Interface (GSS-
1328          API) Key Exchange with SHA-2";
1329   }
1330
1331   identity gss-group17-sha512-1.3.132.0.26 {
1332     base key-exchange-alg-base;
1333     description
1334       "Identity for the 'gss-group17-sha512-1.3.132.0.26'
1335        algorithm.";
1336     reference
1337       "RFC 8732:
1338          Generic Security Service Application Program Interface (GSS-
1339          API) Key Exchange with SHA-2";
1340   }
1341
1342   identity gss-group17-sha512-1.3.132.0.27 {
1343     base key-exchange-alg-base;
1344     description
1345       "Identity for the 'gss-group17-sha512-1.3.132.0.27'
1346        algorithm.";
1347     reference
1348       "RFC 8732:
1349          Generic Security Service Application Program Interface (GSS-
1350          API) Key Exchange with SHA-2";
1351   }
1352
1353   identity gss-group17-sha512-1.3.132.0.16 {
1354     base key-exchange-alg-base;
1355     description
1356       "Identity for the 'gss-group17-sha512-1.3.132.0.16'
1357        algorithm.";
1358     reference
1359       "RFC 8732:
1360          Generic Security Service Application Program Interface (GSS-
1361          API) Key Exchange with SHA-2";
1362   }
1363
1364   identity gss-group17-sha512-1.3.132.0.36 {
1365     base key-exchange-alg-base;
1366     description
1367       "Identity for the 'gss-group17-sha512-1.3.132.0.36'
1368        algorithm.";
1369     reference
1370       "RFC 8732:
1371          Generic Security Service Application Program Interface (GSS-
1372          API) Key Exchange with SHA-2";
1373   }
1374
1375   identity gss-group17-sha512-1.3.132.0.37 {
1376     base key-exchange-alg-base;
1377     description
1378       "Identity for the 'gss-group17-sha512-1.3.132.0.37'
1379        algorithm.";
1380     reference
1381       "RFC 8732:
1382          Generic Security Service Application Program Interface (GSS-
1383          API) Key Exchange with SHA-2";
1384   }
1385
1386   identity gss-group17-sha512-1.3.132.0.38 {
1387     base key-exchange-alg-base;
1388     description
1389       "Identity for the 'gss-group17-sha512-1.3.132.0.38'
1390        algorithm.";
1391     reference
1392       "RFC 8732:
1393          Generic Security Service Application Program Interface (GSS-
1394          API) Key Exchange with SHA-2";
1395   }
1396
1397   identity gss-group18-sha512-nistp256 {
1398     base key-exchange-alg-base;
1399     description
1400       "Identity for the 'gss-group18-sha512-nistp256' algorithm.";
1401     reference
1402       "RFC 8732:
1403          Generic Security Service Application Program Interface (GSS-
1404          API) Key Exchange with SHA-2";
1405   }
1406
1407   identity gss-group18-sha512-nistp384 {
1408     base key-exchange-alg-base;
1409     description
1410       "Identity for the 'gss-group18-sha512-nistp384' algorithm.";
1411     reference
1412       "RFC 8732:
1413          Generic Security Service Application Program Interface (GSS-
1414          API) Key Exchange with SHA-2";
1415   }
1416
1417   identity gss-group18-sha512-nistp521 {
1418     base key-exchange-alg-base;
1419     description
1420       "Identity for the 'gss-group18-sha512-nistp521' algorithm.";
1421     reference
1422       "RFC 8732:
1423          Generic Security Service Application Program Interface (GSS-
1424          API) Key Exchange with SHA-2";
1425   }
1426
1427   identity gss-group18-sha512-1.3.132.0.1 {
1428     base key-exchange-alg-base;
1429     description
1430       "Identity for the 'gss-group18-sha512-1.3.132.0.1' algorithm.";
1431     reference
1432       "RFC 8732:
1433          Generic Security Service Application Program Interface (GSS-
1434          API) Key Exchange with SHA-2";
1435   }
1436
1437   identity gss-group18-sha512-1.2.840.10045.3.1.1 {
1438     base key-exchange-alg-base;
1439     description
1440       "Identity for the 'gss-group18-sha512-1.2.840.10045.3.1.1'
1441        algorithm.";
1442     reference
1443       "RFC 8732:
1444          Generic Security Service Application Program Interface (GSS-
1445          API) Key Exchange with SHA-2";
1446   }
1447
1448   identity gss-group18-sha512-1.3.132.0.33 {
1449     base key-exchange-alg-base;
1450     description
1451       "Identity for the 'gss-group18-sha512-1.3.132.0.33'
1452        algorithm.";
1453     reference
1454       "RFC 8732:
1455          Generic Security Service Application Program Interface (GSS-
1456          API) Key Exchange with SHA-2";
1457   }
1458
1459   identity gss-group18-sha512-1.3.132.0.26 {
1460     base key-exchange-alg-base;
1461     description
1462       "Identity for the 'gss-group18-sha512-1.3.132.0.26'
1463        algorithm.";
1464     reference
1465       "RFC 8732:
1466          Generic Security Service Application Program Interface (GSS-
1467          API) Key Exchange with SHA-2";
1468   }
1469
1470   identity gss-group18-sha512-1.3.132.0.27 {
1471     base key-exchange-alg-base;
1472     description
1473       "Identity for the 'gss-group18-sha512-1.3.132.0.27'
1474        algorithm.";
1475     reference
1476       "RFC 8732:
1477          Generic Security Service Application Program Interface (GSS-
1478          API) Key Exchange with SHA-2";
1479   }
1480
1481   identity gss-group18-sha512-1.3.132.0.16 {
1482     base key-exchange-alg-base;
1483     description
1484       "Identity for the 'gss-group18-sha512-1.3.132.0.16'
1485        algorithm.";
1486     reference
1487       "RFC 8732:
1488          Generic Security Service Application Program Interface (GSS-
1489          API) Key Exchange with SHA-2";
1490   }
1491
1492   identity gss-group18-sha512-1.3.132.0.36 {
1493     base key-exchange-alg-base;
1494     description
1495       "Identity for the 'gss-group18-sha512-1.3.132.0.36'
1496        algorithm.";
1497     reference
1498       "RFC 8732:
1499          Generic Security Service Application Program Interface (GSS-
1500          API) Key Exchange with SHA-2";
1501   }
1502
1503   identity gss-group18-sha512-1.3.132.0.37 {
1504     base key-exchange-alg-base;
1505     description
1506       "Identity for the 'gss-group18-sha512-1.3.132.0.37'
1507        algorithm.";
1508     reference
1509       "RFC 8732:
1510          Generic Security Service Application Program Interface (GSS-
1511          API) Key Exchange with SHA-2";
1512   }
1513
1514   identity gss-group18-sha512-1.3.132.0.38 {
1515     base key-exchange-alg-base;
1516     description
1517       "Identity for the 'gss-group18-sha512-1.3.132.0.38'
1518        algorithm.";
1519     reference
1520       "RFC 8732:
1521          Generic Security Service Application Program Interface (GSS-
1522          API) Key Exchange with SHA-2";
1523   }
1524
1525   identity gss-nistp256-sha256-nistp256 {
1526     base key-exchange-alg-base;
1527     description
1528       "Identity for the 'gss-nistp256-sha256-nistp256' algorithm.";
1529     reference
1530       "RFC 8732:
1531          Generic Security Service Application Program Interface (GSS-
1532          API) Key Exchange with SHA-2";
1533   }
1534
1535   identity gss-nistp256-sha256-nistp384 {
1536     base key-exchange-alg-base;
1537     description
1538       "Identity for the 'gss-nistp256-sha256-nistp384' algorithm.";
1539     reference
1540       "RFC 8732:
1541          Generic Security Service Application Program Interface (GSS-
1542          API) Key Exchange with SHA-2";
1543   }
1544
1545   identity gss-nistp256-sha256-nistp521 {
1546     base key-exchange-alg-base;
1547     description
1548       "Identity for the 'gss-nistp256-sha256-nistp521' algorithm.";
1549     reference
1550       "RFC 8732:
1551          Generic Security Service Application Program Interface (GSS-
1552          API) Key Exchange with SHA-2";
1553   }
1554
1555   identity gss-nistp256-sha256-1.3.132.0.1 {
1556     base key-exchange-alg-base;
1557     description
1558       "Identity for the 'gss-nistp256-sha256-1.3.132.0.1'
1559        algorithm.";
1560     reference
1561       "RFC 8732:
1562          Generic Security Service Application Program Interface (GSS-
1563          API) Key Exchange with SHA-2";
1564   }
1565
1566   identity gss-nistp256-sha256-1.2.840.10045.3.1.1 {
1567     base key-exchange-alg-base;
1568     description
1569       "Identity for the 'gss-nistp256-sha256-1.2.840.10045.3.1.1'
1570        algorithm.";
1571     reference
1572       "RFC 8732:
1573          Generic Security Service Application Program Interface (GSS-
1574          API) Key Exchange with SHA-2";
1575   }
1576
1577   identity gss-nistp256-sha256-1.3.132.0.33 {
1578     base key-exchange-alg-base;
1579     description
1580       "Identity for the 'gss-nistp256-sha256-1.3.132.0.33'
1581        algorithm.";
1582     reference
1583       "RFC 8732:
1584          Generic Security Service Application Program Interface (GSS-
1585          API) Key Exchange with SHA-2";
1586   }
1587
1588   identity gss-nistp256-sha256-1.3.132.0.26 {
1589     base key-exchange-alg-base;
1590     description
1591       "Identity for the 'gss-nistp256-sha256-1.3.132.0.26'
1592        algorithm.";
1593     reference
1594       "RFC 8732:
1595          Generic Security Service Application Program Interface (GSS-
1596          API) Key Exchange with SHA-2";
1597   }
1598
1599   identity gss-nistp256-sha256-1.3.132.0.27 {
1600     base key-exchange-alg-base;
1601     description
1602       "Identity for the 'gss-nistp256-sha256-1.3.132.0.27'
1603        algorithm.";
1604     reference
1605       "RFC 8732:
1606          Generic Security Service Application Program Interface (GSS-
1607          API) Key Exchange with SHA-2";
1608   }
1609
1610   identity gss-nistp256-sha256-1.3.132.0.16 {
1611     base key-exchange-alg-base;
1612     description
1613       "Identity for the 'gss-nistp256-sha256-1.3.132.0.16'
1614        algorithm.";
1615     reference
1616       "RFC 8732:
1617          Generic Security Service Application Program Interface (GSS-
1618          API) Key Exchange with SHA-2";
1619   }
1620
1621   identity gss-nistp256-sha256-1.3.132.0.36 {
1622     base key-exchange-alg-base;
1623     description
1624       "Identity for the 'gss-nistp256-sha256-1.3.132.0.36'
1625        algorithm.";
1626     reference
1627       "RFC 8732:
1628          Generic Security Service Application Program Interface (GSS-
1629          API) Key Exchange with SHA-2";
1630   }
1631
1632   identity gss-nistp256-sha256-1.3.132.0.37 {
1633     base key-exchange-alg-base;
1634     description
1635       "Identity for the 'gss-nistp256-sha256-1.3.132.0.37'
1636        algorithm.";
1637     reference
1638       "RFC 8732:
1639          Generic Security Service Application Program Interface (GSS-
1640          API) Key Exchange with SHA-2";
1641   }
1642
1643   identity gss-nistp256-sha256-1.3.132.0.38 {
1644     base key-exchange-alg-base;
1645     description
1646       "Identity for the 'gss-nistp256-sha256-1.3.132.0.38'
1647        algorithm.";
1648     reference
1649       "RFC 8732:
1650          Generic Security Service Application Program Interface (GSS-
1651          API) Key Exchange with SHA-2";
1652   }
1653
1654   identity gss-nistp384-sha384-nistp256 {
1655     base key-exchange-alg-base;
1656     description
1657       "Identity for the 'gss-nistp384-sha384-nistp256' algorithm.";
1658     reference
1659       "RFC 8732:
1660          Generic Security Service Application Program Interface (GSS-
1661          API) Key Exchange with SHA-2";
1662   }
1663
1664   identity gss-nistp384-sha384-nistp384 {
1665     base key-exchange-alg-base;
1666     description
1667       "Identity for the 'gss-nistp384-sha384-nistp384' algorithm.";
1668     reference
1669       "RFC 8732:
1670          Generic Security Service Application Program Interface (GSS-
1671          API) Key Exchange with SHA-2";
1672   }
1673
1674   identity gss-nistp384-sha384-nistp521 {
1675     base key-exchange-alg-base;
1676     description
1677       "Identity for the 'gss-nistp384-sha384-nistp521' algorithm.";
1678     reference
1679       "RFC 8732:
1680          Generic Security Service Application Program Interface (GSS-
1681          API) Key Exchange with SHA-2";
1682   }
1683
1684   identity gss-nistp384-sha384-1.3.132.0.1 {
1685     base key-exchange-alg-base;
1686     description
1687       "Identity for the 'gss-nistp384-sha384-1.3.132.0.1'
1688        algorithm.";
1689     reference
1690       "RFC 8732:
1691          Generic Security Service Application Program Interface (GSS-
1692          API) Key Exchange with SHA-2";
1693   }
1694
1695   identity gss-nistp384-sha384-1.2.840.10045.3.1.1 {
1696     base key-exchange-alg-base;
1697     description
1698       "Identity for the 'gss-nistp384-sha384-1.2.840.10045.3.1.1'
1699        algorithm.";
1700     reference
1701       "RFC 8732:
1702          Generic Security Service Application Program Interface (GSS-
1703          API) Key Exchange with SHA-2";
1704   }
1705
1706   identity gss-nistp384-sha384-1.3.132.0.33 {
1707     base key-exchange-alg-base;
1708     description
1709       "Identity for the 'gss-nistp384-sha384-1.3.132.0.33'
1710        algorithm.";
1711     reference
1712       "RFC 8732:
1713          Generic Security Service Application Program Interface (GSS-
1714          API) Key Exchange with SHA-2";
1715   }
1716
1717   identity gss-nistp384-sha384-1.3.132.0.26 {
1718     base key-exchange-alg-base;
1719     description
1720       "Identity for the 'gss-nistp384-sha384-1.3.132.0.26'
1721        algorithm.";
1722     reference
1723       "RFC 8732:
1724          Generic Security Service Application Program Interface (GSS-
1725          API) Key Exchange with SHA-2";
1726   }
1727
1728   identity gss-nistp384-sha384-1.3.132.0.27 {
1729     base key-exchange-alg-base;
1730     description
1731       "Identity for the 'gss-nistp384-sha384-1.3.132.0.27'
1732        algorithm.";
1733     reference
1734       "RFC 8732:
1735          Generic Security Service Application Program Interface (GSS-
1736          API) Key Exchange with SHA-2";
1737   }
1738
1739   identity gss-nistp384-sha384-1.3.132.0.16 {
1740     base key-exchange-alg-base;
1741     description
1742       "Identity for the 'gss-nistp384-sha384-1.3.132.0.16'
1743        algorithm.";
1744     reference
1745       "RFC 8732:
1746          Generic Security Service Application Program Interface (GSS-
1747          API) Key Exchange with SHA-2";
1748   }
1749
1750   identity gss-nistp384-sha384-1.3.132.0.36 {
1751     base key-exchange-alg-base;
1752     description
1753       "Identity for the 'gss-nistp384-sha384-1.3.132.0.36'
1754        algorithm.";
1755     reference
1756       "RFC 8732:
1757          Generic Security Service Application Program Interface (GSS-
1758          API) Key Exchange with SHA-2";
1759   }
1760
1761   identity gss-nistp384-sha384-1.3.132.0.37 {
1762     base key-exchange-alg-base;
1763     description
1764       "Identity for the 'gss-nistp384-sha384-1.3.132.0.37'
1765        algorithm.";
1766     reference
1767       "RFC 8732:
1768          Generic Security Service Application Program Interface (GSS-
1769          API) Key Exchange with SHA-2";
1770   }
1771
1772   identity gss-nistp384-sha384-1.3.132.0.38 {
1773     base key-exchange-alg-base;
1774     description
1775       "Identity for the 'gss-nistp384-sha384-1.3.132.0.38'
1776        algorithm.";
1777     reference
1778       "RFC 8732:
1779          Generic Security Service Application Program Interface (GSS-
1780          API) Key Exchange with SHA-2";
1781   }
1782
1783   identity gss-nistp521-sha512-nistp256 {
1784     base key-exchange-alg-base;
1785     description
1786       "Identity for the 'gss-nistp521-sha512-nistp256' algorithm.";
1787     reference
1788       "RFC 8732:
1789          Generic Security Service Application Program Interface (GSS-
1790          API) Key Exchange with SHA-2";
1791   }
1792
1793   identity gss-nistp521-sha512-nistp384 {
1794     base key-exchange-alg-base;
1795     description
1796       "Identity for the 'gss-nistp521-sha512-nistp384' algorithm.";
1797     reference
1798       "RFC 8732:
1799          Generic Security Service Application Program Interface (GSS-
1800          API) Key Exchange with SHA-2";
1801   }
1802
1803   identity gss-nistp521-sha512-nistp521 {
1804     base key-exchange-alg-base;
1805     description
1806       "Identity for the 'gss-nistp521-sha512-nistp521' algorithm.";
1807     reference
1808       "RFC 8732:
1809          Generic Security Service Application Program Interface (GSS-
1810          API) Key Exchange with SHA-2";
1811   }
1812
1813   identity gss-nistp521-sha512-1.3.132.0.1 {
1814     base key-exchange-alg-base;
1815     description
1816       "Identity for the 'gss-nistp521-sha512-1.3.132.0.1'
1817        algorithm.";
1818     reference
1819       "RFC 8732:
1820          Generic Security Service Application Program Interface (GSS-
1821          API) Key Exchange with SHA-2";
1822   }
1823
1824   identity gss-nistp521-sha512-1.2.840.10045.3.1.1 {
1825     base key-exchange-alg-base;
1826     description
1827       "Identity for the 'gss-nistp521-sha512-1.2.840.10045.3.1.1'
1828        algorithm.";
1829     reference
1830       "RFC 8732:
1831          Generic Security Service Application Program Interface (GSS-
1832          API) Key Exchange with SHA-2";
1833   }
1834
1835   identity gss-nistp521-sha512-1.3.132.0.33 {
1836     base key-exchange-alg-base;
1837     description
1838       "Identity for the 'gss-nistp521-sha512-1.3.132.0.33'
1839        algorithm.";
1840     reference
1841       "RFC 8732:
1842          Generic Security Service Application Program Interface (GSS-
1843          API) Key Exchange with SHA-2";
1844   }
1845
1846   identity gss-nistp521-sha512-1.3.132.0.26 {
1847     base key-exchange-alg-base;
1848     description
1849       "Identity for the 'gss-nistp521-sha512-1.3.132.0.26'
1850        algorithm.";
1851     reference
1852       "RFC 8732:
1853          Generic Security Service Application Program Interface (GSS-
1854          API) Key Exchange with SHA-2";
1855   }
1856
1857   identity gss-nistp521-sha512-1.3.132.0.27 {
1858     base key-exchange-alg-base;
1859     description
1860       "Identity for the 'gss-nistp521-sha512-1.3.132.0.27'
1861        algorithm.";
1862     reference
1863       "RFC 8732:
1864          Generic Security Service Application Program Interface (GSS-
1865          API) Key Exchange with SHA-2";
1866   }
1867
1868   identity gss-nistp521-sha512-1.3.132.0.16 {
1869     base key-exchange-alg-base;
1870     description
1871       "Identity for the 'gss-nistp521-sha512-1.3.132.0.16'
1872        algorithm.";
1873     reference
1874       "RFC 8732:
1875          Generic Security Service Application Program Interface (GSS-
1876          API) Key Exchange with SHA-2";
1877   }
1878
1879   identity gss-nistp521-sha512-1.3.132.0.36 {
1880     base key-exchange-alg-base;
1881     description
1882       "Identity for the 'gss-nistp521-sha512-1.3.132.0.36'
1883        algorithm.";
1884     reference
1885       "RFC 8732:
1886          Generic Security Service Application Program Interface (GSS-
1887          API) Key Exchange with SHA-2";
1888   }
1889
1890   identity gss-nistp521-sha512-1.3.132.0.37 {
1891     base key-exchange-alg-base;
1892     description
1893       "Identity for the 'gss-nistp521-sha512-1.3.132.0.37'
1894        algorithm.";
1895     reference
1896       "RFC 8732:
1897          Generic Security Service Application Program Interface (GSS-
1898          API) Key Exchange with SHA-2";
1899   }
1900
1901   identity gss-nistp521-sha512-1.3.132.0.38 {
1902     base key-exchange-alg-base;
1903     description
1904       "Identity for the 'gss-nistp521-sha512-1.3.132.0.38'
1905        algorithm.";
1906     reference
1907       "RFC 8732:
1908          Generic Security Service Application Program Interface (GSS-
1909          API) Key Exchange with SHA-2";
1910   }
1911
1912   identity gss-curve25519-sha256-nistp256 {
1913     base key-exchange-alg-base;
1914     description
1915       "Identity for the 'gss-curve25519-sha256-nistp256' algorithm.";
1916     reference
1917       "RFC 8732:
1918          Generic Security Service Application Program Interface (GSS-
1919          API) Key Exchange with SHA-2";
1920   }
1921
1922   identity gss-curve25519-sha256-nistp384 {
1923     base key-exchange-alg-base;
1924     description
1925       "Identity for the 'gss-curve25519-sha256-nistp384' algorithm.";
1926     reference
1927       "RFC 8732:
1928          Generic Security Service Application Program Interface (GSS-
1929          API) Key Exchange with SHA-2";
1930   }
1931
1932   identity gss-curve25519-sha256-nistp521 {
1933     base key-exchange-alg-base;
1934     description
1935       "Identity for the 'gss-curve25519-sha256-nistp521' algorithm.";
1936     reference
1937       "RFC 8732:
1938          Generic Security Service Application Program Interface (GSS-
1939          API) Key Exchange with SHA-2";
1940   }
1941
1942   identity gss-curve25519-sha256-1.3.132.0.1 {
1943     base key-exchange-alg-base;
1944     description
1945       "Identity for the 'gss-curve25519-sha256-1.3.132.0.1'
1946        algorithm.";
1947     reference
1948       "RFC 8732:
1949          Generic Security Service Application Program Interface (GSS-
1950          API) Key Exchange with SHA-2";
1951   }
1952
1953   identity gss-curve25519-sha256-1.2.840.10045.3.1.1 {
1954     base key-exchange-alg-base;
1955     description
1956       "Identity for the 'gss-curve25519-sha256-1.2.840.10045.3.1.1'
1957        algorithm.";
1958     reference
1959       "RFC 8732:
1960          Generic Security Service Application Program Interface (GSS-
1961          API) Key Exchange with SHA-2";
1962   }
1963
1964   identity gss-curve25519-sha256-1.3.132.0.33 {
1965     base key-exchange-alg-base;
1966     description
1967       "Identity for the 'gss-curve25519-sha256-1.3.132.0.33'
1968        algorithm.";
1969     reference
1970       "RFC 8732:
1971          Generic Security Service Application Program Interface (GSS-
1972          API) Key Exchange with SHA-2";
1973   }
1974
1975   identity gss-curve25519-sha256-1.3.132.0.26 {
1976     base key-exchange-alg-base;
1977     description
1978       "Identity for the 'gss-curve25519-sha256-1.3.132.0.26'
1979        algorithm.";
1980     reference
1981       "RFC 8732:
1982          Generic Security Service Application Program Interface (GSS-
1983          API) Key Exchange with SHA-2";
1984   }
1985
1986   identity gss-curve25519-sha256-1.3.132.0.27 {
1987     base key-exchange-alg-base;
1988     description
1989       "Identity for the 'gss-curve25519-sha256-1.3.132.0.27'
1990        algorithm.";
1991     reference
1992       "RFC 8732:
1993          Generic Security Service Application Program Interface (GSS-
1994          API) Key Exchange with SHA-2";
1995   }
1996
1997   identity gss-curve25519-sha256-1.3.132.0.16 {
1998     base key-exchange-alg-base;
1999     description
2000       "Identity for the 'gss-curve25519-sha256-1.3.132.0.16'
2001        algorithm.";
2002     reference
2003       "RFC 8732:
2004          Generic Security Service Application Program Interface (GSS-
2005          API) Key Exchange with SHA-2";
2006   }
2007
2008   identity gss-curve25519-sha256-1.3.132.0.36 {
2009     base key-exchange-alg-base;
2010     description
2011       "Identity for the 'gss-curve25519-sha256-1.3.132.0.36'
2012        algorithm.";
2013     reference
2014       "RFC 8732:
2015          Generic Security Service Application Program Interface (GSS-
2016          API) Key Exchange with SHA-2";
2017   }
2018
2019   identity gss-curve25519-sha256-1.3.132.0.37 {
2020     base key-exchange-alg-base;
2021     description
2022       "Identity for the 'gss-curve25519-sha256-1.3.132.0.37'
2023        algorithm.";
2024     reference
2025       "RFC 8732:
2026          Generic Security Service Application Program Interface (GSS-
2027          API) Key Exchange with SHA-2";
2028   }
2029
2030   identity gss-curve25519-sha256-1.3.132.0.38 {
2031     base key-exchange-alg-base;
2032     description
2033       "Identity for the 'gss-curve25519-sha256-1.3.132.0.38'
2034        algorithm.";
2035     reference
2036       "RFC 8732:
2037          Generic Security Service Application Program Interface (GSS-
2038          API) Key Exchange with SHA-2";
2039   }
2040
2041   identity gss-curve448-sha512-nistp256 {
2042     base key-exchange-alg-base;
2043     description
2044       "Identity for the 'gss-curve448-sha512-nistp256' algorithm.";
2045     reference
2046       "RFC 8732:
2047          Generic Security Service Application Program Interface (GSS-
2048          API) Key Exchange with SHA-2";
2049   }
2050
2051   identity gss-curve448-sha512-nistp384 {
2052     base key-exchange-alg-base;
2053     description
2054       "Identity for the 'gss-curve448-sha512-nistp384' algorithm.";
2055     reference
2056       "RFC 8732:
2057          Generic Security Service Application Program Interface (GSS-
2058          API) Key Exchange with SHA-2";
2059   }
2060
2061   identity gss-curve448-sha512-nistp521 {
2062     base key-exchange-alg-base;
2063     description
2064       "Identity for the 'gss-curve448-sha512-nistp521' algorithm.";
2065     reference
2066       "RFC 8732:
2067          Generic Security Service Application Program Interface (GSS-
2068          API) Key Exchange with SHA-2";
2069   }
2070
2071   identity gss-curve448-sha512-1.3.132.0.1 {
2072     base key-exchange-alg-base;
2073     description
2074       "Identity for the 'gss-curve448-sha512-1.3.132.0.1'
2075        algorithm.";
2076     reference
2077       "RFC 8732:
2078          Generic Security Service Application Program Interface (GSS-
2079          API) Key Exchange with SHA-2";
2080   }
2081
2082   identity gss-curve448-sha512-1.2.840.10045.3.1.1 {
2083     base key-exchange-alg-base;
2084     description
2085       "Identity for the 'gss-curve448-sha512-1.2.840.10045.3.1.1'
2086        algorithm.";
2087     reference
2088       "RFC 8732:
2089          Generic Security Service Application Program Interface (GSS-
2090          API) Key Exchange with SHA-2";
2091   }
2092
2093   identity gss-curve448-sha512-1.3.132.0.33 {
2094     base key-exchange-alg-base;
2095     description
2096       "Identity for the 'gss-curve448-sha512-1.3.132.0.33'
2097        algorithm.";
2098     reference
2099       "RFC 8732:
2100          Generic Security Service Application Program Interface (GSS-
2101          API) Key Exchange with SHA-2";
2102   }
2103
2104   identity gss-curve448-sha512-1.3.132.0.26 {
2105     base key-exchange-alg-base;
2106     description
2107       "Identity for the 'gss-curve448-sha512-1.3.132.0.26'
2108        algorithm.";
2109     reference
2110       "RFC 8732:
2111          Generic Security Service Application Program Interface (GSS-
2112          API) Key Exchange with SHA-2";
2113   }
2114
2115   identity gss-curve448-sha512-1.3.132.0.27 {
2116     base key-exchange-alg-base;
2117     description
2118       "Identity for the 'gss-curve448-sha512-1.3.132.0.27'
2119        algorithm.";
2120     reference
2121       "RFC 8732:
2122          Generic Security Service Application Program Interface (GSS-
2123          API) Key Exchange with SHA-2";
2124   }
2125
2126   identity gss-curve448-sha512-1.3.132.0.16 {
2127     base key-exchange-alg-base;
2128     description
2129       "Identity for the 'gss-curve448-sha512-1.3.132.0.16'
2130        algorithm.";
2131     reference
2132       "RFC 8732:
2133          Generic Security Service Application Program Interface (GSS-
2134          API) Key Exchange with SHA-2";
2135   }
2136
2137   identity gss-curve448-sha512-1.3.132.0.36 {
2138     base key-exchange-alg-base;
2139     description
2140       "Identity for the 'gss-curve448-sha512-1.3.132.0.36'
2141        algorithm.";
2142     reference
2143       "RFC 8732:
2144          Generic Security Service Application Program Interface (GSS-
2145          API) Key Exchange with SHA-2";
2146   }
2147
2148   identity gss-curve448-sha512-1.3.132.0.37 {
2149     base key-exchange-alg-base;
2150     description
2151       "Identity for the 'gss-curve448-sha512-1.3.132.0.37'
2152        algorithm.";
2153     reference
2154       "RFC 8732:
2155          Generic Security Service Application Program Interface (GSS-
2156          API) Key Exchange with SHA-2";
2157   }
2158
2159   identity gss-curve448-sha512-1.3.132.0.38 {
2160     base key-exchange-alg-base;
2161     description
2162       "Identity for the 'gss-curve448-sha512-1.3.132.0.38'
2163        algorithm.";
2164     reference
2165       "RFC 8732:
2166          Generic Security Service Application Program Interface (GSS-
2167          API) Key Exchange with SHA-2";
2168   }
2169
2170   identity curve25519-sha256 {
2171     base key-exchange-alg-base;
2172     description
2173       "Identity for the 'curve25519-sha256' algorithm.";
2174     reference
2175       "RFC 8731:
2176          Secure Shell (SSH) Key Exchange Method Using Curve25519 and
2177          Curve448";
2178   }
2179
2180   identity curve448-sha512 {
2181     base key-exchange-alg-base;
2182     description
2183       "Identity for the 'curve448-sha512' algorithm.";
2184     reference
2185       "RFC 8731:
2186          Secure Shell (SSH) Key Exchange Method Using Curve25519 and
2187          Curve448";
2188   }
2189
2190 }