-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* New property to select preferred key agreement algorithm (#5413) * Refs #19921. Implement selection of key agreement. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Change default to ECDH. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Add unit test. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Factor out duplicated publisher code on BB test. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Factor out duplicated subscriber code on BB test. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Add new parameter to BB test. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Apply new parameter on publisher properties. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Apply new parameter on subscriber properties. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Improve emplace_back calls. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Uncrustify. Signed-off-by: Miguel Company <[email protected]> * Refs #22280. Use `DH` alias instead of `RSA`. Signed-off-by: Miguel Company <[email protected]> * Refs #22280. Add new property to communication tests XML profiles. Signed-off-by: Miguel Company <[email protected]> * Refs #22280. Fix unit test. Signed-off-by: Miguel Company <[email protected]> * Refs #22280. Configure key agreement on BB test depending on process id. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Add `AUTO` value to new option. Signed-off-by: Miguel Company <[email protected]> * Refs #19921. Add `AUTO` value to blackbox test. Signed-off-by: Miguel Company <[email protected]> * Refs #22280. Remove unused lambda capture. Signed-off-by: Miguel Company <[email protected]> * Refs #22280. Fix failing blackbox tests. Signed-off-by: Miguel Company <[email protected]> * Update versions.md Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit 8a99a07) # Conflicts: # versions.md * Fix conflicts. Signed-off-by: Miguel Company <[email protected]> * Change default value to `DH`. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]> (cherry picked from commit 4d793f0) # Conflicts: # test/blackbox/common/BlackboxTestsSecurity.cpp # versions.md
- Loading branch information
1 parent
42b8b95
commit fea04ff
Showing
12 changed files
with
411 additions
and
922 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