module iana-ssh-key-exchange-algs { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:iana-ssh-key-exchange-algs"; prefix sshkea; organization "Internet Assigned Numbers Authority (IANA)"; contact "Postal: ICANN 12025 Waterfront Drive, Suite 300 Los Angeles, CA 90094-2536 United States of America Tel: +1 310 301 5800 Email: iana@iana.org"; description "This module defines identities for the key exchange algorithms defined in the 'Key Exchange Method Names' sub-registry of the 'Secure Shell (SSH) Protocol Parameters' registry maintained by IANA. Copyright (c) 2024 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Revised BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info). The initial version of this YANG module is part of RFC EEEE (https://www.rfc-editor.org/info/rfcEEEE); see the RFC itself for full legal notices."; revision 2024-02-08 { description "Reflects contents of the key exchange algorithms registry."; reference "RFC EEEE: YANG Groupings for SSH Clients and SSH Servers"; } // Typedefs typedef key-exchange-algorithm-ref { type identityref { base "key-exchange-alg-base"; } description "A reference to an SSH key exchange algorithm identifier."; } // Identities identity key-exchange-alg-base { description "Base identity for SSH key exchange algorithms."; } identity diffie-hellman-group-exchange-sha1 { base key-exchange-alg-base; status deprecated; description "Identity for the 'diffie-hellman-group-exchange-sha1' algorithm. Section 4.1"; reference "RFC 4419: Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol RFC 8270: Increase the Secure Shell Minimum Recommended Diffie-Hellman Modulus Size to 2048 Bits"; } identity diffie-hellman-group-exchange-sha256 { base key-exchange-alg-base; description "Identity for the 'diffie-hellman-group-exchange-sha256' algorithm. Section 4.2"; reference "RFC 4419: Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol RFC 8270: Increase the Secure Shell Minimum Recommended Diffie-Hellman Modulus Size to 2048 Bits"; } identity diffie-hellman-group1-sha1 { base key-exchange-alg-base; status deprecated; description "Identity for the 'diffie-hellman-group1-sha1' algorithm. Section 8.1"; reference "RFC 4253: The Secure Shell (SSH) Transport Layer Protocol"; } identity diffie-hellman-group14-sha1 { base key-exchange-alg-base; description "Identity for the 'diffie-hellman-group14-sha1' algorithm. Section 8.2"; reference "RFC 4253: The Secure Shell (SSH) Transport Layer Protocol"; } identity diffie-hellman-group14-sha256 { base key-exchange-alg-base; description "Identity for the 'diffie-hellman-group14-sha256' algorithm."; reference "RFC 8268: More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key Exchange (KEX) Groups for Secure Shell (SSH)"; } identity diffie-hellman-group15-sha512 { base key-exchange-alg-base; description "Identity for the 'diffie-hellman-group15-sha512' algorithm."; reference "RFC 8268: More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key Exchange (KEX) Groups for Secure Shell (SSH)"; } identity diffie-hellman-group16-sha512 { base key-exchange-alg-base; description "Identity for the 'diffie-hellman-group16-sha512' algorithm."; reference "RFC 8268: More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key Exchange (KEX) Groups for Secure Shell (SSH)"; } identity diffie-hellman-group17-sha512 { base key-exchange-alg-base; description "Identity for the 'diffie-hellman-group17-sha512' algorithm."; reference "RFC 8268: More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key Exchange (KEX) Groups for Secure Shell (SSH)"; } identity diffie-hellman-group18-sha512 { base key-exchange-alg-base; description "Identity for the 'diffie-hellman-group18-sha512' algorithm."; reference "RFC 8268: More Modular Exponentiation (MODP) Diffie-Hellman (DH) Key Exchange (KEX) Groups for Secure Shell (SSH)"; } identity ecdh-sha2-nistp256 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-nistp256' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-nistp384 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-nistp384' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-nistp521 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-nistp521' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.3.132.0.1' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.2.840.10045.3.1.1' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.3.132.0.33' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.3.132.0.26' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.3.132.0.27' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.3.132.0.16' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.3.132.0.36' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.3.132.0.37' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecdh-sha2-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'ecdh-sha2-1.3.132.0.38' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity ecmqv-sha2 { base key-exchange-alg-base; description "Identity for the 'ecmqv-sha2' algorithm."; reference "RFC 5656: Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer"; } identity gss-group1-sha1-nistp256 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-nistp256' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-nistp384 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-nistp384' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-nistp521 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-nistp521' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.3.132.0.1 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.3.132.0.1' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.2.840.10045.3.1.1 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.2.840.10045.3.1.1' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.3.132.0.33 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.3.132.0.33' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.3.132.0.26 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.3.132.0.26' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.3.132.0.27 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.3.132.0.27' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.3.132.0.16 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.3.132.0.16' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.3.132.0.36 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.3.132.0.36' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.3.132.0.37 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.3.132.0.37' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group1-sha1-1.3.132.0.38 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group1-sha1-1.3.132.0.38' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-nistp256 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-nistp256' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-nistp384 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-nistp384' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-nistp521 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-nistp521' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.3.132.0.1 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.3.132.0.1' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.2.840.10045.3.1.1 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.2.840.10045.3.1.1' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.3.132.0.33 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.3.132.0.33' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.3.132.0.26 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.3.132.0.26' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.3.132.0.27 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.3.132.0.27' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.3.132.0.16 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.3.132.0.16' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.3.132.0.36 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.3.132.0.36' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.3.132.0.37 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.3.132.0.37' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha1-1.3.132.0.38 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-group14-sha1-1.3.132.0.38' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-nistp256 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-nistp256' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-nistp384 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-nistp384' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-nistp521 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-nistp521' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.3.132.0.1 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.3.132.0.1' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.2.840.10045.3.1.1 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.2.840.10045.3.1.1' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.3.132.0.33 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.3.132.0.33' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.3.132.0.26 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.3.132.0.26' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.3.132.0.27 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.3.132.0.27' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.3.132.0.16 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.3.132.0.16' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.3.132.0.36 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.3.132.0.36' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.3.132.0.37 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.3.132.0.37' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-gex-sha1-1.3.132.0.38 { base key-exchange-alg-base; status deprecated; description "Identity for the 'gss-gex-sha1-1.3.132.0.38' algorithm."; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss- { base key-exchange-alg-base; description "Identity for the 'gss-' algorithm. Section 2.6"; reference "RFC 4462: Generic Security Service Application Program Interface (GSS- API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol"; } identity rsa1024-sha1 { base key-exchange-alg-base; status obsolete; description "Identity for the 'rsa1024-sha1' algorithm."; reference "RFC 4432: RSA Key Exchange for the Secure Shell (SSH) Transport Layer Protocol"; } identity rsa2048-sha256 { base key-exchange-alg-base; description "Identity for the 'rsa2048-sha256' algorithm."; reference "RFC 4432: RSA Key Exchange for the Secure Shell (SSH) Transport Layer Protocol"; } identity ext-info-s { base key-exchange-alg-base; description "Identity for the 'ext-info-s' algorithm. Section 2"; reference "RFC 8308: Extension Negotiation in the Secure Shell (SSH) Protocol"; } identity ext-info-c { base key-exchange-alg-base; description "Identity for the 'ext-info-c' algorithm. Section 2"; reference "RFC 8308: Extension Negotiation in the Secure Shell (SSH) Protocol"; } identity gss-group14-sha256-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group14-sha256-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-group14-sha256-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group15-sha512-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-group15-sha512-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group16-sha512-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-group16-sha512-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group17-sha512-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-group17-sha512-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-group18-sha512-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-group18-sha512-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp256-sha256-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-nistp256-sha256-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp384-sha384-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-nistp384-sha384-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-nistp521-sha512-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-nistp521-sha512-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve25519-sha256-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-curve25519-sha256-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-nistp256 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-nistp256' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-nistp384 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-nistp384' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-nistp521 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-nistp521' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.3.132.0.1 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.3.132.0.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.2.840.10045.3.1.1 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.2.840.10045.3.1.1' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.3.132.0.33 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.3.132.0.33' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.3.132.0.26 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.3.132.0.26' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.3.132.0.27 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.3.132.0.27' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.3.132.0.16 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.3.132.0.16' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.3.132.0.36 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.3.132.0.36' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.3.132.0.37 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.3.132.0.37' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity gss-curve448-sha512-1.3.132.0.38 { base key-exchange-alg-base; description "Identity for the 'gss-curve448-sha512-1.3.132.0.38' algorithm."; reference "RFC 8732: Generic Security Service Application Program Interface (GSS- API) Key Exchange with SHA-2"; } identity curve25519-sha256 { base key-exchange-alg-base; description "Identity for the 'curve25519-sha256' algorithm."; reference "RFC 8731: Secure Shell (SSH) Key Exchange Method Using Curve25519 and Curve448"; } identity curve448-sha512 { base key-exchange-alg-base; description "Identity for the 'curve448-sha512' algorithm."; reference "RFC 8731: Secure Shell (SSH) Key Exchange Method Using Curve25519 and Curve448"; } }