iana-ssh-key-exchange-algs@2024-03-16.yang   iana-ssh-key-exchange-algs@2024-03-16.formatted.yang 
skipping to change at line 51 skipping to change at line 49
description description
"This initial version of the module was created using "This initial version of the module was created using
the script defined in RFC EEEE to reflect the contents the script defined in RFC EEEE to reflect the contents
of the key exchange algorithms registry maintained by IANA."; of the key exchange algorithms registry maintained by IANA.";
reference reference
"RFC EEEE: YANG Groupings for SSH Clients and SSH Servers"; "RFC EEEE: YANG Groupings for SSH Clients and SSH Servers";
} }
typedef ssh-key-exchange-algorithm { typedef ssh-key-exchange-algorithm {
type enumeration { type enumeration {
enum diffie-hellman-group-exchange-sha1 { enum diffie-hellman-group-exchange-sha1 {
status deprecated; status deprecated;
description description
"Enumeration for the 'diffie-hellman-group-exchange-sha1' "Enumeration for the 'diffie-hellman-group-exchange-sha1'
algorithm. Section 4.1"; algorithm. Section 4.1";
reference reference
"RFC 4419: "RFC 4419:
Diffie-Hellman Group Exchange for the Secure Shell Diffie-Hellman Group Exchange for the Secure Shell
(SSH) Transport Layer Protocol (SSH) Transport Layer Protocol
RFC 8270: RFC 8270:
Increase the Secure Shell Minimum Recommended Diffie- Increase the Secure Shell Minimum Recommended Diffie-
Hellman Modulus Size to 2048 Bits"; Hellman Modulus Size to 2048 Bits";
} }
enum diffie-hellman-group-exchange-sha256 { enum diffie-hellman-group-exchange-sha256 {
description description
"Enumeration for the 'diffie-hellman-group-exchange-sha256' "Enumeration for the 'diffie-hellman-group-exchange-sha256'
algorithm. Section 4.2"; algorithm. Section 4.2";
reference reference
"RFC 4419: "RFC 4419:
Diffie-Hellman Group Exchange for the Secure Shell Diffie-Hellman Group Exchange for the Secure Shell
(SSH) Transport Layer Protocol (SSH) Transport Layer Protocol
RFC 8270: RFC 8270:
Increase the Secure Shell Minimum Recommended Diffie- Increase the Secure Shell Minimum Recommended Diffie-
Hellman Modulus Size to 2048 Bits"; Hellman Modulus Size to 2048 Bits";
} }
enum diffie-hellman-group1-sha1 { enum diffie-hellman-group1-sha1 {
status deprecated; status deprecated;
description description
"Enumeration for the 'diffie-hellman-group1-sha1' "Enumeration for the 'diffie-hellman-group1-sha1'
algorithm. Section 8.1"; algorithm. Section 8.1";
reference reference
"RFC 4253: "RFC 4253:
The Secure Shell (SSH) Transport Layer Protocol"; The Secure Shell (SSH) Transport Layer Protocol";
} }
enum diffie-hellman-group14-sha1 { enum diffie-hellman-group14-sha1 {
description description
"Enumeration for the 'diffie-hellman-group14-sha1' "Enumeration for the 'diffie-hellman-group14-sha1'
algorithm. Section 8.2"; algorithm. Section 8.2";
reference reference
"RFC 4253: "RFC 4253:
The Secure Shell (SSH) Transport Layer Protocol"; The Secure Shell (SSH) Transport Layer Protocol";
} }
enum diffie-hellman-group14-sha256 { enum diffie-hellman-group14-sha256 {
description description
skipping to change at line 106 skipping to change at line 100
} }
enum diffie-hellman-group14-sha256 { enum diffie-hellman-group14-sha256 {
description description
"Enumeration for the 'diffie-hellman-group14-sha256' "Enumeration for the 'diffie-hellman-group14-sha256'
algorithm."; algorithm.";
reference reference
"RFC 8268: "RFC 8268:
More Modular Exponentiation (MODP) Diffie-Hellman (DH) More Modular Exponentiation (MODP) Diffie-Hellman (DH)
Key Exchange (KEX) Groups for Secure Shell (SSH)"; Key Exchange (KEX) Groups for Secure Shell (SSH)";
} }
enum diffie-hellman-group15-sha512 { enum diffie-hellman-group15-sha512 {
description description
"Enumeration for the 'diffie-hellman-group15-sha512' "Enumeration for the 'diffie-hellman-group15-sha512'
algorithm."; algorithm.";
reference reference
"RFC 8268: "RFC 8268:
More Modular Exponentiation (MODP) Diffie-Hellman (DH) More Modular Exponentiation (MODP) Diffie-Hellman (DH)
Key Exchange (KEX) Groups for Secure Shell (SSH)"; Key Exchange (KEX) Groups for Secure Shell (SSH)";
} }
enum diffie-hellman-group16-sha512 { enum diffie-hellman-group16-sha512 {
description description
"Enumeration for the 'diffie-hellman-group16-sha512' "Enumeration for the 'diffie-hellman-group16-sha512'
algorithm."; algorithm.";
reference reference
"RFC 8268: "RFC 8268:
More Modular Exponentiation (MODP) Diffie-Hellman (DH) More Modular Exponentiation (MODP) Diffie-Hellman (DH)
Key Exchange (KEX) Groups for Secure Shell (SSH)"; Key Exchange (KEX) Groups for Secure Shell (SSH)";
} }
enum diffie-hellman-group17-sha512 { enum diffie-hellman-group17-sha512 {
description description
"Enumeration for the 'diffie-hellman-group17-sha512' "Enumeration for the 'diffie-hellman-group17-sha512'
algorithm."; algorithm.";
reference reference
"RFC 8268: "RFC 8268:
More Modular Exponentiation (MODP) Diffie-Hellman (DH) More Modular Exponentiation (MODP) Diffie-Hellman (DH)
Key Exchange (KEX) Groups for Secure Shell (SSH)"; Key Exchange (KEX) Groups for Secure Shell (SSH)";
} }
enum diffie-hellman-group18-sha512 { enum diffie-hellman-group18-sha512 {
description description
"Enumeration for the 'diffie-hellman-group18-sha512' "Enumeration for the 'diffie-hellman-group18-sha512'
algorithm."; algorithm.";
reference reference
"RFC 8268: "RFC 8268:
More Modular Exponentiation (MODP) Diffie-Hellman (DH) More Modular Exponentiation (MODP) Diffie-Hellman (DH)
Key Exchange (KEX) Groups for Secure Shell (SSH)"; Key Exchange (KEX) Groups for Secure Shell (SSH)";
} }
enum ecdh-sha2-nistp256 { enum ecdh-sha2-nistp256 {
description description
"Enumeration for the 'ecdh-sha2-nistp256' algorithm."; "Enumeration for the 'ecdh-sha2-nistp256' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-nistp384 { enum ecdh-sha2-nistp384 {
description description
"Enumeration for the 'ecdh-sha2-nistp384' algorithm."; "Enumeration for the 'ecdh-sha2-nistp384' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-nistp521 { enum ecdh-sha2-nistp521 {
description description
"Enumeration for the 'ecdh-sha2-nistp521' algorithm."; "Enumeration for the 'ecdh-sha2-nistp521' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.3.132.0.1 { enum ecdh-sha2-1.3.132.0.1 {
description description
"Enumeration for the 'ecdh-sha2-1.3.132.0.1' algorithm."; "Enumeration for the 'ecdh-sha2-1.3.132.0.1' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.2.840.10045.3.1.1 { enum ecdh-sha2-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'ecdh-sha2-1.2.840.10045.3.1.1' "Enumeration for the 'ecdh-sha2-1.2.840.10045.3.1.1'
algorithm."; algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.3.132.0.33 { enum ecdh-sha2-1.3.132.0.33 {
description description
"Enumeration for the 'ecdh-sha2-1.3.132.0.33' algorithm."; "Enumeration for the 'ecdh-sha2-1.3.132.0.33' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.3.132.0.26 { enum ecdh-sha2-1.3.132.0.26 {
description description
"Enumeration for the 'ecdh-sha2-1.3.132.0.26' algorithm."; "Enumeration for the 'ecdh-sha2-1.3.132.0.26' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.3.132.0.27 { enum ecdh-sha2-1.3.132.0.27 {
description description
"Enumeration for the 'ecdh-sha2-1.3.132.0.27' algorithm."; "Enumeration for the 'ecdh-sha2-1.3.132.0.27' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.3.132.0.16 { enum ecdh-sha2-1.3.132.0.16 {
description description
"Enumeration for the 'ecdh-sha2-1.3.132.0.16' algorithm."; "Enumeration for the 'ecdh-sha2-1.3.132.0.16' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.3.132.0.36 { enum ecdh-sha2-1.3.132.0.36 {
description description
"Enumeration for the 'ecdh-sha2-1.3.132.0.36' algorithm."; "Enumeration for the 'ecdh-sha2-1.3.132.0.36' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.3.132.0.37 { enum ecdh-sha2-1.3.132.0.37 {
description description
"Enumeration for the 'ecdh-sha2-1.3.132.0.37' algorithm."; "Enumeration for the 'ecdh-sha2-1.3.132.0.37' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecdh-sha2-1.3.132.0.38 { enum ecdh-sha2-1.3.132.0.38 {
description description
"Enumeration for the 'ecdh-sha2-1.3.132.0.38' algorithm."; "Enumeration for the 'ecdh-sha2-1.3.132.0.38' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum ecmqv-sha2 { enum ecmqv-sha2 {
description description
"Enumeration for the 'ecmqv-sha2' algorithm."; "Enumeration for the 'ecmqv-sha2' algorithm.";
reference reference
"RFC 5656: "RFC 5656:
Elliptic Curve Algorithm Integration in the Secure Elliptic Curve Algorithm Integration in the Secure
Shell Transport Layer"; Shell Transport Layer";
} }
enum gss-group1-sha1-nistp256 { enum gss-group1-sha1-nistp256 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-nistp256' "Enumeration for the 'gss-group1-sha1-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-nistp384 { enum gss-group1-sha1-nistp384 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-nistp384' "Enumeration for the 'gss-group1-sha1-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-nistp521 { enum gss-group1-sha1-nistp521 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-nistp521' "Enumeration for the 'gss-group1-sha1-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.3.132.0.1 { enum gss-group1-sha1-1.3.132.0.1 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.3.132.0.1' "Enumeration for the 'gss-group1-sha1-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.2.840.10045.3.1.1 { enum gss-group1-sha1-1.2.840.10045.3.1.1 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.2.840.10045.3.1.1' "Enumeration for the 'gss-group1-sha1-1.2.840.10045.3.1.1'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.3.132.0.33 { enum gss-group1-sha1-1.3.132.0.33 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.3.132.0.33' "Enumeration for the 'gss-group1-sha1-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.3.132.0.26 { enum gss-group1-sha1-1.3.132.0.26 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.3.132.0.26' "Enumeration for the 'gss-group1-sha1-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.3.132.0.27 { enum gss-group1-sha1-1.3.132.0.27 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.3.132.0.27' "Enumeration for the 'gss-group1-sha1-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.3.132.0.16 { enum gss-group1-sha1-1.3.132.0.16 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.3.132.0.16' "Enumeration for the 'gss-group1-sha1-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.3.132.0.36 { enum gss-group1-sha1-1.3.132.0.36 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.3.132.0.36' "Enumeration for the 'gss-group1-sha1-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.3.132.0.37 { enum gss-group1-sha1-1.3.132.0.37 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.3.132.0.37' "Enumeration for the 'gss-group1-sha1-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group1-sha1-1.3.132.0.38 { enum gss-group1-sha1-1.3.132.0.38 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group1-sha1-1.3.132.0.38' "Enumeration for the 'gss-group1-sha1-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-nistp256 { enum gss-group14-sha1-nistp256 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-nistp256' "Enumeration for the 'gss-group14-sha1-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-nistp384 { enum gss-group14-sha1-nistp384 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-nistp384' "Enumeration for the 'gss-group14-sha1-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-nistp521 { enum gss-group14-sha1-nistp521 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-nistp521' "Enumeration for the 'gss-group14-sha1-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.3.132.0.1 { enum gss-group14-sha1-1.3.132.0.1 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.3.132.0.1' "Enumeration for the 'gss-group14-sha1-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.2.840.10045.3.1.1 { enum gss-group14-sha1-1.2.840.10045.3.1.1 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.2.840.10045.3.1.1' "Enumeration for the 'gss-group14-sha1-1.2.840.10045.3.1.1'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.3.132.0.33 { enum gss-group14-sha1-1.3.132.0.33 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.3.132.0.33' "Enumeration for the 'gss-group14-sha1-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.3.132.0.26 { enum gss-group14-sha1-1.3.132.0.26 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.3.132.0.26' "Enumeration for the 'gss-group14-sha1-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.3.132.0.27 { enum gss-group14-sha1-1.3.132.0.27 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.3.132.0.27' "Enumeration for the 'gss-group14-sha1-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.3.132.0.16 { enum gss-group14-sha1-1.3.132.0.16 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.3.132.0.16' "Enumeration for the 'gss-group14-sha1-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.3.132.0.36 { enum gss-group14-sha1-1.3.132.0.36 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.3.132.0.36' "Enumeration for the 'gss-group14-sha1-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.3.132.0.37 { enum gss-group14-sha1-1.3.132.0.37 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.3.132.0.37' "Enumeration for the 'gss-group14-sha1-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha1-1.3.132.0.38 { enum gss-group14-sha1-1.3.132.0.38 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-group14-sha1-1.3.132.0.38' "Enumeration for the 'gss-group14-sha1-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-nistp256 { enum gss-gex-sha1-nistp256 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-nistp256' algorithm."; "Enumeration for the 'gss-gex-sha1-nistp256' algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-nistp384 { enum gss-gex-sha1-nistp384 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-nistp384' algorithm."; "Enumeration for the 'gss-gex-sha1-nistp384' algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-nistp521 { enum gss-gex-sha1-nistp521 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-nistp521' algorithm."; "Enumeration for the 'gss-gex-sha1-nistp521' algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.3.132.0.1 { enum gss-gex-sha1-1.3.132.0.1 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.3.132.0.1' "Enumeration for the 'gss-gex-sha1-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.2.840.10045.3.1.1 { enum gss-gex-sha1-1.2.840.10045.3.1.1 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.2.840.10045.3.1.1' "Enumeration for the 'gss-gex-sha1-1.2.840.10045.3.1.1'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.3.132.0.33 { enum gss-gex-sha1-1.3.132.0.33 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.3.132.0.33' "Enumeration for the 'gss-gex-sha1-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.3.132.0.26 { enum gss-gex-sha1-1.3.132.0.26 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.3.132.0.26' "Enumeration for the 'gss-gex-sha1-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.3.132.0.27 { enum gss-gex-sha1-1.3.132.0.27 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.3.132.0.27' "Enumeration for the 'gss-gex-sha1-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.3.132.0.16 { enum gss-gex-sha1-1.3.132.0.16 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.3.132.0.16' "Enumeration for the 'gss-gex-sha1-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.3.132.0.36 { enum gss-gex-sha1-1.3.132.0.36 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.3.132.0.36' "Enumeration for the 'gss-gex-sha1-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.3.132.0.37 { enum gss-gex-sha1-1.3.132.0.37 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.3.132.0.37' "Enumeration for the 'gss-gex-sha1-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-gex-sha1-1.3.132.0.38 { enum gss-gex-sha1-1.3.132.0.38 {
status deprecated; status deprecated;
description description
"Enumeration for the 'gss-gex-sha1-1.3.132.0.38' "Enumeration for the 'gss-gex-sha1-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol Secure Shell (SSH) Protocol
RFC 8732: RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss- { enum gss- {
description description
"Enumeration for the 'gss-' algorithm. Section 2.6"; "Enumeration for the 'gss-' algorithm. Section 2.6";
reference reference
"RFC 4462: "RFC 4462:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Authentication and Key Exchange for the (GSS-API) Authentication and Key Exchange for the
Secure Shell (SSH) Protocol"; Secure Shell (SSH) Protocol";
} }
enum rsa1024-sha1 { enum rsa1024-sha1 {
status obsolete; status obsolete;
description description
"Enumeration for the 'rsa1024-sha1' algorithm."; "Enumeration for the 'rsa1024-sha1' algorithm.";
reference reference
"RFC 4432: "RFC 4432:
RSA Key Exchange for the Secure Shell (SSH) Transport RSA Key Exchange for the Secure Shell (SSH) Transport
Layer Protocol"; Layer Protocol";
} }
enum rsa2048-sha256 { enum rsa2048-sha256 {
description description
"Enumeration for the 'rsa2048-sha256' algorithm."; "Enumeration for the 'rsa2048-sha256' algorithm.";
reference reference
"RFC 4432: "RFC 4432:
RSA Key Exchange for the Secure Shell (SSH) Transport RSA Key Exchange for the Secure Shell (SSH) Transport
Layer Protocol"; Layer Protocol";
} }
enum ext-info-s { enum ext-info-s {
description description
"Enumeration for the 'ext-info-s' algorithm. Section 2"; "Enumeration for the 'ext-info-s' algorithm. Section 2";
reference reference
"RFC 8308: "RFC 8308:
Extension Negotiation in the Secure Shell (SSH) Extension Negotiation in the Secure Shell (SSH)
Protocol"; Protocol";
} }
enum ext-info-c { enum ext-info-c {
description description
"Enumeration for the 'ext-info-c' algorithm. Section 2"; "Enumeration for the 'ext-info-c' algorithm. Section 2";
reference reference
"RFC 8308: "RFC 8308:
Extension Negotiation in the Secure Shell (SSH) Extension Negotiation in the Secure Shell (SSH)
Protocol"; Protocol";
} }
enum gss-group14-sha256-nistp256 { enum gss-group14-sha256-nistp256 {
description description
"Enumeration for the 'gss-group14-sha256-nistp256' "Enumeration for the 'gss-group14-sha256-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-nistp384 { enum gss-group14-sha256-nistp384 {
description description
"Enumeration for the 'gss-group14-sha256-nistp384' "Enumeration for the 'gss-group14-sha256-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-nistp521 { enum gss-group14-sha256-nistp521 {
description description
"Enumeration for the 'gss-group14-sha256-nistp521' "Enumeration for the 'gss-group14-sha256-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.3.132.0.1 { enum gss-group14-sha256-1.3.132.0.1 {
description description
"Enumeration for the 'gss-group14-sha256-1.3.132.0.1' "Enumeration for the 'gss-group14-sha256-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.2.840.10045.3.1.1 { enum gss-group14-sha256-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
group14-sha256-1.2.840.10045.3.1.1' algorithm."; group14-sha256-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.3.132.0.33 { enum gss-group14-sha256-1.3.132.0.33 {
description description
"Enumeration for the 'gss-group14-sha256-1.3.132.0.33' "Enumeration for the 'gss-group14-sha256-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.3.132.0.26 { enum gss-group14-sha256-1.3.132.0.26 {
description description
"Enumeration for the 'gss-group14-sha256-1.3.132.0.26' "Enumeration for the 'gss-group14-sha256-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.3.132.0.27 { enum gss-group14-sha256-1.3.132.0.27 {
description description
"Enumeration for the 'gss-group14-sha256-1.3.132.0.27' "Enumeration for the 'gss-group14-sha256-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.3.132.0.16 { enum gss-group14-sha256-1.3.132.0.16 {
description description
"Enumeration for the 'gss-group14-sha256-1.3.132.0.16' "Enumeration for the 'gss-group14-sha256-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.3.132.0.36 { enum gss-group14-sha256-1.3.132.0.36 {
description description
"Enumeration for the 'gss-group14-sha256-1.3.132.0.36' "Enumeration for the 'gss-group14-sha256-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.3.132.0.37 { enum gss-group14-sha256-1.3.132.0.37 {
description description
"Enumeration for the 'gss-group14-sha256-1.3.132.0.37' "Enumeration for the 'gss-group14-sha256-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group14-sha256-1.3.132.0.38 { enum gss-group14-sha256-1.3.132.0.38 {
description description
"Enumeration for the 'gss-group14-sha256-1.3.132.0.38' "Enumeration for the 'gss-group14-sha256-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-nistp256 { enum gss-group15-sha512-nistp256 {
description description
"Enumeration for the 'gss-group15-sha512-nistp256' "Enumeration for the 'gss-group15-sha512-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-nistp384 { enum gss-group15-sha512-nistp384 {
description description
"Enumeration for the 'gss-group15-sha512-nistp384' "Enumeration for the 'gss-group15-sha512-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-nistp521 { enum gss-group15-sha512-nistp521 {
description description
"Enumeration for the 'gss-group15-sha512-nistp521' "Enumeration for the 'gss-group15-sha512-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.3.132.0.1 { enum gss-group15-sha512-1.3.132.0.1 {
description description
"Enumeration for the 'gss-group15-sha512-1.3.132.0.1' "Enumeration for the 'gss-group15-sha512-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.2.840.10045.3.1.1 { enum gss-group15-sha512-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
group15-sha512-1.2.840.10045.3.1.1' algorithm."; group15-sha512-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.3.132.0.33 { enum gss-group15-sha512-1.3.132.0.33 {
description description
"Enumeration for the 'gss-group15-sha512-1.3.132.0.33' "Enumeration for the 'gss-group15-sha512-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.3.132.0.26 { enum gss-group15-sha512-1.3.132.0.26 {
description description
"Enumeration for the 'gss-group15-sha512-1.3.132.0.26' "Enumeration for the 'gss-group15-sha512-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.3.132.0.27 { enum gss-group15-sha512-1.3.132.0.27 {
description description
"Enumeration for the 'gss-group15-sha512-1.3.132.0.27' "Enumeration for the 'gss-group15-sha512-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.3.132.0.16 { enum gss-group15-sha512-1.3.132.0.16 {
description description
"Enumeration for the 'gss-group15-sha512-1.3.132.0.16' "Enumeration for the 'gss-group15-sha512-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.3.132.0.36 { enum gss-group15-sha512-1.3.132.0.36 {
description description
"Enumeration for the 'gss-group15-sha512-1.3.132.0.36' "Enumeration for the 'gss-group15-sha512-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.3.132.0.37 { enum gss-group15-sha512-1.3.132.0.37 {
description description
"Enumeration for the 'gss-group15-sha512-1.3.132.0.37' "Enumeration for the 'gss-group15-sha512-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group15-sha512-1.3.132.0.38 { enum gss-group15-sha512-1.3.132.0.38 {
description description
"Enumeration for the 'gss-group15-sha512-1.3.132.0.38' "Enumeration for the 'gss-group15-sha512-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-nistp256 { enum gss-group16-sha512-nistp256 {
description description
"Enumeration for the 'gss-group16-sha512-nistp256' "Enumeration for the 'gss-group16-sha512-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-nistp384 { enum gss-group16-sha512-nistp384 {
description description
"Enumeration for the 'gss-group16-sha512-nistp384' "Enumeration for the 'gss-group16-sha512-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-nistp521 { enum gss-group16-sha512-nistp521 {
description description
"Enumeration for the 'gss-group16-sha512-nistp521' "Enumeration for the 'gss-group16-sha512-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.3.132.0.1 { enum gss-group16-sha512-1.3.132.0.1 {
description description
"Enumeration for the 'gss-group16-sha512-1.3.132.0.1' "Enumeration for the 'gss-group16-sha512-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.2.840.10045.3.1.1 { enum gss-group16-sha512-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
group16-sha512-1.2.840.10045.3.1.1' algorithm."; group16-sha512-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.3.132.0.33 { enum gss-group16-sha512-1.3.132.0.33 {
description description
"Enumeration for the 'gss-group16-sha512-1.3.132.0.33' "Enumeration for the 'gss-group16-sha512-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.3.132.0.26 { enum gss-group16-sha512-1.3.132.0.26 {
description description
"Enumeration for the 'gss-group16-sha512-1.3.132.0.26' "Enumeration for the 'gss-group16-sha512-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.3.132.0.27 { enum gss-group16-sha512-1.3.132.0.27 {
description description
"Enumeration for the 'gss-group16-sha512-1.3.132.0.27' "Enumeration for the 'gss-group16-sha512-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.3.132.0.16 { enum gss-group16-sha512-1.3.132.0.16 {
description description
"Enumeration for the 'gss-group16-sha512-1.3.132.0.16' "Enumeration for the 'gss-group16-sha512-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.3.132.0.36 { enum gss-group16-sha512-1.3.132.0.36 {
description description
"Enumeration for the 'gss-group16-sha512-1.3.132.0.36' "Enumeration for the 'gss-group16-sha512-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.3.132.0.37 { enum gss-group16-sha512-1.3.132.0.37 {
description description
"Enumeration for the 'gss-group16-sha512-1.3.132.0.37' "Enumeration for the 'gss-group16-sha512-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group16-sha512-1.3.132.0.38 { enum gss-group16-sha512-1.3.132.0.38 {
description description
"Enumeration for the 'gss-group16-sha512-1.3.132.0.38' "Enumeration for the 'gss-group16-sha512-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-nistp256 { enum gss-group17-sha512-nistp256 {
description description
"Enumeration for the 'gss-group17-sha512-nistp256' "Enumeration for the 'gss-group17-sha512-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-nistp384 { enum gss-group17-sha512-nistp384 {
description description
"Enumeration for the 'gss-group17-sha512-nistp384' "Enumeration for the 'gss-group17-sha512-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-nistp521 { enum gss-group17-sha512-nistp521 {
description description
"Enumeration for the 'gss-group17-sha512-nistp521' "Enumeration for the 'gss-group17-sha512-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.3.132.0.1 { enum gss-group17-sha512-1.3.132.0.1 {
description description
"Enumeration for the 'gss-group17-sha512-1.3.132.0.1' "Enumeration for the 'gss-group17-sha512-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.2.840.10045.3.1.1 { enum gss-group17-sha512-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
group17-sha512-1.2.840.10045.3.1.1' algorithm."; group17-sha512-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.3.132.0.33 { enum gss-group17-sha512-1.3.132.0.33 {
description description
"Enumeration for the 'gss-group17-sha512-1.3.132.0.33' "Enumeration for the 'gss-group17-sha512-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.3.132.0.26 { enum gss-group17-sha512-1.3.132.0.26 {
description description
"Enumeration for the 'gss-group17-sha512-1.3.132.0.26' "Enumeration for the 'gss-group17-sha512-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.3.132.0.27 { enum gss-group17-sha512-1.3.132.0.27 {
description description
"Enumeration for the 'gss-group17-sha512-1.3.132.0.27' "Enumeration for the 'gss-group17-sha512-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.3.132.0.16 { enum gss-group17-sha512-1.3.132.0.16 {
description description
"Enumeration for the 'gss-group17-sha512-1.3.132.0.16' "Enumeration for the 'gss-group17-sha512-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.3.132.0.36 { enum gss-group17-sha512-1.3.132.0.36 {
description description
"Enumeration for the 'gss-group17-sha512-1.3.132.0.36' "Enumeration for the 'gss-group17-sha512-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.3.132.0.37 { enum gss-group17-sha512-1.3.132.0.37 {
description description
"Enumeration for the 'gss-group17-sha512-1.3.132.0.37' "Enumeration for the 'gss-group17-sha512-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group17-sha512-1.3.132.0.38 { enum gss-group17-sha512-1.3.132.0.38 {
description description
"Enumeration for the 'gss-group17-sha512-1.3.132.0.38' "Enumeration for the 'gss-group17-sha512-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-nistp256 { enum gss-group18-sha512-nistp256 {
description description
"Enumeration for the 'gss-group18-sha512-nistp256' "Enumeration for the 'gss-group18-sha512-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-nistp384 { enum gss-group18-sha512-nistp384 {
description description
"Enumeration for the 'gss-group18-sha512-nistp384' "Enumeration for the 'gss-group18-sha512-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-nistp521 { enum gss-group18-sha512-nistp521 {
description description
"Enumeration for the 'gss-group18-sha512-nistp521' "Enumeration for the 'gss-group18-sha512-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.3.132.0.1 { enum gss-group18-sha512-1.3.132.0.1 {
description description
"Enumeration for the 'gss-group18-sha512-1.3.132.0.1' "Enumeration for the 'gss-group18-sha512-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.2.840.10045.3.1.1 { enum gss-group18-sha512-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
group18-sha512-1.2.840.10045.3.1.1' algorithm."; group18-sha512-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.3.132.0.33 { enum gss-group18-sha512-1.3.132.0.33 {
description description
"Enumeration for the 'gss-group18-sha512-1.3.132.0.33' "Enumeration for the 'gss-group18-sha512-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.3.132.0.26 { enum gss-group18-sha512-1.3.132.0.26 {
description description
"Enumeration for the 'gss-group18-sha512-1.3.132.0.26' "Enumeration for the 'gss-group18-sha512-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.3.132.0.27 { enum gss-group18-sha512-1.3.132.0.27 {
description description
"Enumeration for the 'gss-group18-sha512-1.3.132.0.27' "Enumeration for the 'gss-group18-sha512-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.3.132.0.16 { enum gss-group18-sha512-1.3.132.0.16 {
description description
"Enumeration for the 'gss-group18-sha512-1.3.132.0.16' "Enumeration for the 'gss-group18-sha512-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.3.132.0.36 { enum gss-group18-sha512-1.3.132.0.36 {
description description
"Enumeration for the 'gss-group18-sha512-1.3.132.0.36' "Enumeration for the 'gss-group18-sha512-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.3.132.0.37 { enum gss-group18-sha512-1.3.132.0.37 {
description description
"Enumeration for the 'gss-group18-sha512-1.3.132.0.37' "Enumeration for the 'gss-group18-sha512-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-group18-sha512-1.3.132.0.38 { enum gss-group18-sha512-1.3.132.0.38 {
description description
"Enumeration for the 'gss-group18-sha512-1.3.132.0.38' "Enumeration for the 'gss-group18-sha512-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-nistp256 { enum gss-nistp256-sha256-nistp256 {
description description
"Enumeration for the 'gss-nistp256-sha256-nistp256' "Enumeration for the 'gss-nistp256-sha256-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-nistp384 { enum gss-nistp256-sha256-nistp384 {
description description
"Enumeration for the 'gss-nistp256-sha256-nistp384' "Enumeration for the 'gss-nistp256-sha256-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-nistp521 { enum gss-nistp256-sha256-nistp521 {
description description
"Enumeration for the 'gss-nistp256-sha256-nistp521' "Enumeration for the 'gss-nistp256-sha256-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.3.132.0.1 { enum gss-nistp256-sha256-1.3.132.0.1 {
description description
"Enumeration for the 'gss-nistp256-sha256-1.3.132.0.1' "Enumeration for the 'gss-nistp256-sha256-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.2.840.10045.3.1.1 { enum gss-nistp256-sha256-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
nistp256-sha256-1.2.840.10045.3.1.1' algorithm."; nistp256-sha256-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.3.132.0.33 { enum gss-nistp256-sha256-1.3.132.0.33 {
description description
"Enumeration for the 'gss-nistp256-sha256-1.3.132.0.33' "Enumeration for the 'gss-nistp256-sha256-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.3.132.0.26 { enum gss-nistp256-sha256-1.3.132.0.26 {
description description
"Enumeration for the 'gss-nistp256-sha256-1.3.132.0.26' "Enumeration for the 'gss-nistp256-sha256-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.3.132.0.27 { enum gss-nistp256-sha256-1.3.132.0.27 {
description description
"Enumeration for the 'gss-nistp256-sha256-1.3.132.0.27' "Enumeration for the 'gss-nistp256-sha256-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.3.132.0.16 { enum gss-nistp256-sha256-1.3.132.0.16 {
description description
"Enumeration for the 'gss-nistp256-sha256-1.3.132.0.16' "Enumeration for the 'gss-nistp256-sha256-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.3.132.0.36 { enum gss-nistp256-sha256-1.3.132.0.36 {
description description
"Enumeration for the 'gss-nistp256-sha256-1.3.132.0.36' "Enumeration for the 'gss-nistp256-sha256-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.3.132.0.37 { enum gss-nistp256-sha256-1.3.132.0.37 {
description description
"Enumeration for the 'gss-nistp256-sha256-1.3.132.0.37' "Enumeration for the 'gss-nistp256-sha256-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp256-sha256-1.3.132.0.38 { enum gss-nistp256-sha256-1.3.132.0.38 {
description description
"Enumeration for the 'gss-nistp256-sha256-1.3.132.0.38' "Enumeration for the 'gss-nistp256-sha256-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-nistp256 { enum gss-nistp384-sha384-nistp256 {
description description
"Enumeration for the 'gss-nistp384-sha384-nistp256' "Enumeration for the 'gss-nistp384-sha384-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-nistp384 { enum gss-nistp384-sha384-nistp384 {
description description
"Enumeration for the 'gss-nistp384-sha384-nistp384' "Enumeration for the 'gss-nistp384-sha384-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-nistp521 { enum gss-nistp384-sha384-nistp521 {
description description
"Enumeration for the 'gss-nistp384-sha384-nistp521' "Enumeration for the 'gss-nistp384-sha384-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.3.132.0.1 { enum gss-nistp384-sha384-1.3.132.0.1 {
description description
"Enumeration for the 'gss-nistp384-sha384-1.3.132.0.1' "Enumeration for the 'gss-nistp384-sha384-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.2.840.10045.3.1.1 { enum gss-nistp384-sha384-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
nistp384-sha384-1.2.840.10045.3.1.1' algorithm."; nistp384-sha384-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.3.132.0.33 { enum gss-nistp384-sha384-1.3.132.0.33 {
description description
"Enumeration for the 'gss-nistp384-sha384-1.3.132.0.33' "Enumeration for the 'gss-nistp384-sha384-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.3.132.0.26 { enum gss-nistp384-sha384-1.3.132.0.26 {
description description
"Enumeration for the 'gss-nistp384-sha384-1.3.132.0.26' "Enumeration for the 'gss-nistp384-sha384-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.3.132.0.27 { enum gss-nistp384-sha384-1.3.132.0.27 {
description description
"Enumeration for the 'gss-nistp384-sha384-1.3.132.0.27' "Enumeration for the 'gss-nistp384-sha384-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.3.132.0.16 { enum gss-nistp384-sha384-1.3.132.0.16 {
description description
"Enumeration for the 'gss-nistp384-sha384-1.3.132.0.16' "Enumeration for the 'gss-nistp384-sha384-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.3.132.0.36 { enum gss-nistp384-sha384-1.3.132.0.36 {
description description
"Enumeration for the 'gss-nistp384-sha384-1.3.132.0.36' "Enumeration for the 'gss-nistp384-sha384-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.3.132.0.37 { enum gss-nistp384-sha384-1.3.132.0.37 {
description description
"Enumeration for the 'gss-nistp384-sha384-1.3.132.0.37' "Enumeration for the 'gss-nistp384-sha384-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp384-sha384-1.3.132.0.38 { enum gss-nistp384-sha384-1.3.132.0.38 {
description description
"Enumeration for the 'gss-nistp384-sha384-1.3.132.0.38' "Enumeration for the 'gss-nistp384-sha384-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-nistp256 { enum gss-nistp521-sha512-nistp256 {
description description
"Enumeration for the 'gss-nistp521-sha512-nistp256' "Enumeration for the 'gss-nistp521-sha512-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-nistp384 { enum gss-nistp521-sha512-nistp384 {
description description
"Enumeration for the 'gss-nistp521-sha512-nistp384' "Enumeration for the 'gss-nistp521-sha512-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-nistp521 { enum gss-nistp521-sha512-nistp521 {
description description
"Enumeration for the 'gss-nistp521-sha512-nistp521' "Enumeration for the 'gss-nistp521-sha512-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.3.132.0.1 { enum gss-nistp521-sha512-1.3.132.0.1 {
description description
"Enumeration for the 'gss-nistp521-sha512-1.3.132.0.1' "Enumeration for the 'gss-nistp521-sha512-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.2.840.10045.3.1.1 { enum gss-nistp521-sha512-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
nistp521-sha512-1.2.840.10045.3.1.1' algorithm."; nistp521-sha512-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.3.132.0.33 { enum gss-nistp521-sha512-1.3.132.0.33 {
description description
"Enumeration for the 'gss-nistp521-sha512-1.3.132.0.33' "Enumeration for the 'gss-nistp521-sha512-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.3.132.0.26 { enum gss-nistp521-sha512-1.3.132.0.26 {
description description
"Enumeration for the 'gss-nistp521-sha512-1.3.132.0.26' "Enumeration for the 'gss-nistp521-sha512-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.3.132.0.27 { enum gss-nistp521-sha512-1.3.132.0.27 {
description description
"Enumeration for the 'gss-nistp521-sha512-1.3.132.0.27' "Enumeration for the 'gss-nistp521-sha512-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.3.132.0.16 { enum gss-nistp521-sha512-1.3.132.0.16 {
description description
"Enumeration for the 'gss-nistp521-sha512-1.3.132.0.16' "Enumeration for the 'gss-nistp521-sha512-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.3.132.0.36 { enum gss-nistp521-sha512-1.3.132.0.36 {
description description
"Enumeration for the 'gss-nistp521-sha512-1.3.132.0.36' "Enumeration for the 'gss-nistp521-sha512-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.3.132.0.37 { enum gss-nistp521-sha512-1.3.132.0.37 {
description description
"Enumeration for the 'gss-nistp521-sha512-1.3.132.0.37' "Enumeration for the 'gss-nistp521-sha512-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-nistp521-sha512-1.3.132.0.38 { enum gss-nistp521-sha512-1.3.132.0.38 {
description description
"Enumeration for the 'gss-nistp521-sha512-1.3.132.0.38' "Enumeration for the 'gss-nistp521-sha512-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-nistp256 { enum gss-curve25519-sha256-nistp256 {
description description
"Enumeration for the 'gss-curve25519-sha256-nistp256' "Enumeration for the 'gss-curve25519-sha256-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-nistp384 { enum gss-curve25519-sha256-nistp384 {
description description
"Enumeration for the 'gss-curve25519-sha256-nistp384' "Enumeration for the 'gss-curve25519-sha256-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-nistp521 { enum gss-curve25519-sha256-nistp521 {
description description
"Enumeration for the 'gss-curve25519-sha256-nistp521' "Enumeration for the 'gss-curve25519-sha256-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.3.132.0.1 { enum gss-curve25519-sha256-1.3.132.0.1 {
description description
"Enumeration for the 'gss-curve25519-sha256-1.3.132.0.1' "Enumeration for the 'gss-curve25519-sha256-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.2.840.10045.3.1.1 { enum gss-curve25519-sha256-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
curve25519-sha256-1.2.840.10045.3.1.1' algorithm."; curve25519-sha256-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.3.132.0.33 { enum gss-curve25519-sha256-1.3.132.0.33 {
description description
"Enumeration for the 'gss-curve25519-sha256-1.3.132.0.33' "Enumeration for the 'gss-curve25519-sha256-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.3.132.0.26 { enum gss-curve25519-sha256-1.3.132.0.26 {
description description
"Enumeration for the 'gss-curve25519-sha256-1.3.132.0.26' "Enumeration for the 'gss-curve25519-sha256-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.3.132.0.27 { enum gss-curve25519-sha256-1.3.132.0.27 {
description description
"Enumeration for the 'gss-curve25519-sha256-1.3.132.0.27' "Enumeration for the 'gss-curve25519-sha256-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.3.132.0.16 { enum gss-curve25519-sha256-1.3.132.0.16 {
description description
"Enumeration for the 'gss-curve25519-sha256-1.3.132.0.16' "Enumeration for the 'gss-curve25519-sha256-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.3.132.0.36 { enum gss-curve25519-sha256-1.3.132.0.36 {
description description
"Enumeration for the 'gss-curve25519-sha256-1.3.132.0.36' "Enumeration for the 'gss-curve25519-sha256-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.3.132.0.37 { enum gss-curve25519-sha256-1.3.132.0.37 {
description description
"Enumeration for the 'gss-curve25519-sha256-1.3.132.0.37' "Enumeration for the 'gss-curve25519-sha256-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve25519-sha256-1.3.132.0.38 { enum gss-curve25519-sha256-1.3.132.0.38 {
description description
"Enumeration for the 'gss-curve25519-sha256-1.3.132.0.38' "Enumeration for the 'gss-curve25519-sha256-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-nistp256 { enum gss-curve448-sha512-nistp256 {
description description
"Enumeration for the 'gss-curve448-sha512-nistp256' "Enumeration for the 'gss-curve448-sha512-nistp256'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-nistp384 { enum gss-curve448-sha512-nistp384 {
description description
"Enumeration for the 'gss-curve448-sha512-nistp384' "Enumeration for the 'gss-curve448-sha512-nistp384'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-nistp521 { enum gss-curve448-sha512-nistp521 {
description description
"Enumeration for the 'gss-curve448-sha512-nistp521' "Enumeration for the 'gss-curve448-sha512-nistp521'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.3.132.0.1 { enum gss-curve448-sha512-1.3.132.0.1 {
description description
"Enumeration for the 'gss-curve448-sha512-1.3.132.0.1' "Enumeration for the 'gss-curve448-sha512-1.3.132.0.1'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.2.840.10045.3.1.1 { enum gss-curve448-sha512-1.2.840.10045.3.1.1 {
description description
"Enumeration for the 'gss- "Enumeration for the 'gss-
curve448-sha512-1.2.840.10045.3.1.1' algorithm."; curve448-sha512-1.2.840.10045.3.1.1' algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.3.132.0.33 { enum gss-curve448-sha512-1.3.132.0.33 {
description description
"Enumeration for the 'gss-curve448-sha512-1.3.132.0.33' "Enumeration for the 'gss-curve448-sha512-1.3.132.0.33'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.3.132.0.26 { enum gss-curve448-sha512-1.3.132.0.26 {
description description
"Enumeration for the 'gss-curve448-sha512-1.3.132.0.26' "Enumeration for the 'gss-curve448-sha512-1.3.132.0.26'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.3.132.0.27 { enum gss-curve448-sha512-1.3.132.0.27 {
description description
"Enumeration for the 'gss-curve448-sha512-1.3.132.0.27' "Enumeration for the 'gss-curve448-sha512-1.3.132.0.27'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.3.132.0.16 { enum gss-curve448-sha512-1.3.132.0.16 {
description description
"Enumeration for the 'gss-curve448-sha512-1.3.132.0.16' "Enumeration for the 'gss-curve448-sha512-1.3.132.0.16'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.3.132.0.36 { enum gss-curve448-sha512-1.3.132.0.36 {
description description
"Enumeration for the 'gss-curve448-sha512-1.3.132.0.36' "Enumeration for the 'gss-curve448-sha512-1.3.132.0.36'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.3.132.0.37 { enum gss-curve448-sha512-1.3.132.0.37 {
description description
"Enumeration for the 'gss-curve448-sha512-1.3.132.0.37' "Enumeration for the 'gss-curve448-sha512-1.3.132.0.37'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum gss-curve448-sha512-1.3.132.0.38 { enum gss-curve448-sha512-1.3.132.0.38 {
description description
"Enumeration for the 'gss-curve448-sha512-1.3.132.0.38' "Enumeration for the 'gss-curve448-sha512-1.3.132.0.38'
algorithm."; algorithm.";
reference reference
"RFC 8732: "RFC 8732:
Generic Security Service Application Program Interface Generic Security Service Application Program Interface
(GSS-API) Key Exchange with SHA-2"; (GSS-API) Key Exchange with SHA-2";
} }
enum curve25519-sha256 { enum curve25519-sha256 {
description description
"Enumeration for the 'curve25519-sha256' algorithm."; "Enumeration for the 'curve25519-sha256' algorithm.";
reference reference
"RFC 8731: "RFC 8731:
Secure Shell (SSH) Key Exchange Method Using Secure Shell (SSH) Key Exchange Method Using
Curve25519 and Curve448"; Curve25519 and Curve448";
} }
enum curve448-sha512 { enum curve448-sha512 {
description description
"Enumeration for the 'curve448-sha512' algorithm."; "Enumeration for the 'curve448-sha512' algorithm.";
reference reference
"RFC 8731: "RFC 8731:
Secure Shell (SSH) Key Exchange Method Using Secure Shell (SSH) Key Exchange Method Using
Curve25519 and Curve448"; Curve25519 and Curve448";
} }
} }
description description
 End of changes. 222 change blocks. 
222 lines changed or deleted 38 lines changed or added

This html diff was produced by rfcdiff 1.48.