-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New property to select preferred key agreement algorithm (#5413)
* Refs #19921. Implement selection of key agreement. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Change default to ECDH. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Add unit test. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Factor out duplicated publisher code on BB test. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Factor out duplicated subscriber code on BB test. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Add new parameter to BB test. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Apply new parameter on publisher properties. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Apply new parameter on subscriber properties. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Improve emplace_back calls. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Uncrustify. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22280. Use `DH` alias instead of `RSA`. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22280. Add new property to communication tests XML profiles. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22280. Fix unit test. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22280. Configure key agreement on BB test depending on process id. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Add `AUTO` value to new option. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #19921. Add `AUTO` value to blackbox test. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22280. Remove unused lambda capture. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22280. Fix failing blackbox tests. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Update versions.md Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
- Loading branch information
1 parent
b418c8a
commit 8a99a07
Showing
12 changed files
with
396 additions
and
923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters