support rti connext dds 7.7.0; update expiration dates from 2025 to 2037#21
Open
YushengYangRTI wants to merge 8 commits into
Open
support rti connext dds 7.7.0; update expiration dates from 2025 to 2037#21YushengYangRTI wants to merge 8 commits into
YushengYangRTI wants to merge 8 commits into
Conversation
Contributor
YushengYangRTI
commented
May 20, 2026
- Support RTI Connext DDS 7.7.0, the latest LTS.
- Explicitly set <enable_key_revision>false</enable_key_revision> in case other vendors don't support it yet: https://community.rti.com/static/documentation/connext-dds/current/doc/manuals/migration_guide/770/product770/security770.html#key-revisions-are-enabled-by-default .
- Use basicConstraints = CA:true because it's required by x509v3: https://community.rti.com/static/documentation/connext-dds/current/doc/manuals/migration_guide/731/product731/security731.html#openssl-3-upgrade .
- Update expiration dates of RTI and TOC permissions documents from 2025 to 2037.
colmenero
reviewed
May 22, 2026
Contributor
There was a problem hiding this comment.
This schema is older and doesn't have key revision. Can we point to:
https://www.omg.org/spec/DDS-SECURITY/20240301/omg_shared_ca_governance.xsd
colmenero
approved these changes
May 22, 2026
YushengYangRTI
commented
May 22, 2026
| </domains> | ||
| <allow_unauthenticated_participants>FALSE</allow_unauthenticated_participants> | ||
| <enable_join_access_control>TRUE</enable_join_access_control> | ||
| <enable_key_revision>false</enable_key_revision> |
Contributor
Author
There was a problem hiding this comment.
I thought about adding must_interpret="false" here, but I don't know if other vendors support must_interpret. It is in the DDS Security spec.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.