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