From 28d33348468ff26cf36421f13be64f0feb4067f4 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Mon, 25 Nov 2024 08:41:04 +0100 Subject: [PATCH] Refs #19921. Fix doc8. Signed-off-by: Miguel Company --- docs/fastdds/property_policies/security.rst | 8 ++++---- docs/fastdds/security/auth_plugin/auth_plugin.rst | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/fastdds/property_policies/security.rst b/docs/fastdds/property_policies/security.rst index a7092e932..52db37303 100644 --- a/docs/fastdds/property_policies/security.rst +++ b/docs/fastdds/property_policies/security.rst @@ -42,12 +42,12 @@ The following table outlines the properties used for the :ref:`DDS\:Auth\:PKI-DH If the *password* property is not present, then the value supplied in the |br| *private_key* property must contain the decrypted private key. |br| The *password* property is ignored if the *private_key* is given in PKCS#11 scheme. - * - preferred_key_agreement *(optional)* + * - ``preferred_key_agreement`` *(optional)* - The preferred algorithm to use for generating the session's shared secret |br| 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. + 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. .. 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 b3b081dc4..f818bddd3 100644 --- a/docs/fastdds/security/auth_plugin/auth_plugin.rst +++ b/docs/fastdds/security/auth_plugin/auth_plugin.rst @@ -59,9 +59,9 @@ The following table outlines the properties used for the DDS:\Auth\:PKI-DH plugi * - preferred_key_agreement *(optional)* - The preferred algorithm to use for generating the session's shared secret |br| 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. + 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. .. note:: All listed properties have "dds.sec.auth.builtin.PKI-DH." prefix.