rticonnextdds-examples icon indicating copy to clipboard operation
rticonnextdds-examples copied to clipboard

Support for p384 curves and allowed security algorithms

Open colmenero opened this issue 3 years ago • 1 comments

Summary

This PR introduces the possibility to generate ECDSA P384 resources (CA, peers, and sign Governance/Permissions Documents). It also introduces an example that uses these resources and tests the <allowed_security_algorithms> Governance Document tag.

Checks

  • [X] I have updated the documentation accordingly.
  • [X] I have read the CONTRIBUTING document.
  • [X] I have added a new C/C++ example and updated examples/connext_dds/CMakeList.txt accordingly.

colmenero avatar Aug 03 '22 18:08 colmenero

[colmenero] This repository no longer contains resources/cmake/UseOpenSSL.cmake. It was moved to rticonnextdds-cmake-utils. I have to create an issue there, and then update the submodule in the GitHub examples repository. Once this is done, I can pull the changes and start using them in this branch.


https://github.com/rticommunity/rticonnextdds-cmake-utils/issues/67 https://github.com/rticommunity/rticonnextdds-cmake-utils/pull/68

colmenero avatar Oct 18 '22 17:10 colmenero