Skip to content

Commit

Permalink
Refs #22280. Apply suggestion.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Nov 27, 2024
1 parent 28d3334 commit c43e0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/fastdds/library_overview/includes/functionalities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Security
* Authentication of remote DomainParticipants.
The **DDS:Auth:PKI-DH** plugin provides authentication using a trusted Certificate
Authority (CA) and ECDSA Digital Signature Algorithms to perform the mutual authentication.
It also establishes a shared secret using Elliptic Curve Diffie-Hellman (ECDH) Key Agreement protocol.
It also establishes a shared secret using either Elliptic Curve Diffie-Hellman (ECDH) or MODP-2048 Diffie-Hellman (DH)
as Key Agreement protocol.
* Access control of entities.
The **DDS:Access:Permissions** plugin provides access control to DomainParticipants at the DDS Domain and Topic level.
* Encryption of data.
Expand Down
3 changes: 2 additions & 1 deletion docs/fastdds/security/auth_plugin/auth_plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ The authentication plugin implemented in Fast DDS is referred to as "DDS:\Auth\:
`DDS Security <https://www.omg.org/spec/DDS-SECURITY/1.1/>`_ specification.
The DDS:\Auth\:PKI-DH plugin uses a trusted *Certificate Authority* (CA) and the ECDSA
Digital Signature Algorithms to perform the mutual authentication.
It also establishes a shared secret using Elliptic Curve Diffie-Hellman (ECDH) Key Agreement Methods.
It also establishes a shared secret using either Elliptic Curve Diffie-Hellman (ECDH) or MODP-2048 Diffie-Hellman (DH)
as Key Agreement protocol.
This shared secret can be used by other security plugins as :ref:`crypto-aes-gcm-gmac`.

The DDS:\Auth\:PKI-DH authentication plugin, can be activated setting the |DomainParticipantQos|
Expand Down

0 comments on commit c43e0bd

Please sign in to comment.