-
Notifications
You must be signed in to change notification settings - Fork 51
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
Use new sslv3 certificates #265
Conversation
Confirmed that this + ros2/sros2#47 fixed secure communication on Bionic for Fast-RTPS. https://ci.ros2.org/job/ci_linux/4318/testReport/test_security.build.test_security/test_secure_publisher_subscriber__Empty__rmw_fastrtps_cpp__secure_comm_0_/test_secure_publisher_subscriber/ Remaining test failures are due to ros2/rclcpp#464 |
This PR update the security artifacts used for testing. They have been generated with the changes from ros2/sros2#47 Relevant changes are:
|
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.
Is there somewhere that describes how to generate these certificates?
Certificates are generating by using the The artifacts used here for testing are slightly modified by hand as they several of them need to be invalid one way or another. |
sslv3 certificates with CA:false extension
WIP: testing ros2/sros2#47
Bionic : Linux
CI on all packages / all platforms:
connects to ros2/sros2#46