From a03e3b664a39b249901df6b20a96a4a6f2055356 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Wed, 27 Nov 2024 10:15:08 +0100 Subject: [PATCH] Refs #19921. Add `AUTO` value to new option. Signed-off-by: Miguel Company --- docs/fastdds/property_policies/security.rst | 3 ++- docs/fastdds/security/auth_plugin/auth_plugin.rst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/fastdds/property_policies/security.rst b/docs/fastdds/property_policies/security.rst index 52db37303..af0f7f316 100644 --- a/docs/fastdds/property_policies/security.rst +++ b/docs/fastdds/property_policies/security.rst @@ -47,7 +47,8 @@ The following table outlines the properties used for the :ref:`DDS\:Auth\:PKI-DH at the end of the authentication phase. Supported values are: |br| a) ``DH``, ``DH+MODP-2048-256`` for Diffie-Hellman Ephemeral with 2048-bit MODP Group parameters. |br| b) ``ECDH``, ``ECDH+prime256v1-CEUM`` for Elliptic Curve Diffie-Hellman Ephemeral with the NIST P-256 curve. |br| - Will default to ``ECDH`` if the property is not present. + c) ``AUTO`` for selecting the key agreement based on the signature algorithm in the Identity CA's certificate. |br| + Will default to ``AUTO`` if the property is not present. .. note:: All properties listed above have the ``dds.sec.auth.builtin.PKI-DH."`` prefix. diff --git a/docs/fastdds/security/auth_plugin/auth_plugin.rst b/docs/fastdds/security/auth_plugin/auth_plugin.rst index 1b7d4af7c..d62267980 100644 --- a/docs/fastdds/security/auth_plugin/auth_plugin.rst +++ b/docs/fastdds/security/auth_plugin/auth_plugin.rst @@ -62,7 +62,8 @@ The following table outlines the properties used for the DDS:\Auth\:PKI-DH plugi at the end of the authentication phase. Supported values are: |br| a) ``DH``, ``DH+MODP-2048-256`` for Diffie-Hellman Ephemeral with 2048-bit MODP Group parameters. |br| b) ``ECDH``, ``ECDH+prime256v1-CEUM`` for Elliptic Curve Diffie-Hellman Ephemeral with the NIST P-256 curve. |br| - Will default to ``ECDH`` if the property is not present. + c) ``AUTO`` for selecting the key agreement based on the signature algorithm in the Identity CA's certificate. |br| + Will default to ``AUTO`` if the property is not present. .. note:: All listed properties have "dds.sec.auth.builtin.PKI-DH." prefix.