-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pkcs11 support to get_security_files #66
Conversation
7cf2a93
to
6e14022
Compare
Ping @clalancette or @mikaelarguedas ? Could you review? |
This pull request has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/ros-2-tsc-meeting-minutes-2023-02-16/29927/1 |
@MiguelCompany any update on this pr? Or should we wait REP-2015 to be approved first? |
@SubaruArai I don't know what the process is. I guess we should wait for REP-2015, but I am just an external contributor, and I suppose that someone in the ROS 2 team should answer that. Maybe @clalancette or @gbiggs can clarify? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is stuck for a while, are we planning to merge this before feature freeze? @clalancette ?
I'm missing some tests in the test_security.cpp
file. Do you mind to add them?
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
6e14022
to
9d71742
Compare
@ahcorde I just rebased this. Will try to add tests in the |
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
@ahcorde I updated the tests in |
rmw_dds_common/src/security.cpp
Outdated
std::vector<std::pair<std::string, security_file_processor>>; | ||
|
||
|
||
// Key: the security attribute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
std::vector<std::pair<std::string, security_file_processor>>; | |
// Key: the security attribute | |
std::vector<std::pair<std::string, security_file_processor>>; | |
// Key: the security attribute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Miguel Company <[email protected]>
All of the warnings here were also in the nightlies, so going ahead and merging this one in. |
This implements ros2/design#332