Security

3 posts / 0 new
Last post
Offline
Last seen: 3 months 2 weeks ago
Joined: 05/31/2023
Posts: 2
Security authentication handshake errors when RTI DDS and Cyclone DDS interoperability

Hello RTI Expert,

    Thanks for your support in advance.

    I am testing the DDS interoperability between RTI DDS and Cyclone DDS with enabling DDS Security feature. Unfortunately, it does not work.

    The scenario is described as follows.

    1. DDS Security files are created (ID CA, Permision CA, Keys, Governance file, Permission file, etc).

    2. Cyclone DDS and RTI DDS use and load these same security files.

    3. Cyclone DDS takes a subscriber role and RTI DDS is as publisher role.

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 7 months 2 weeks ago
Joined: 02/12/2023
Posts: 1
Guideline for OpenSSL linkage / loading

What possibilities are there to be able to ensure the application uses always the latest version of the OpenSSL libraries? The assumption being it is not possible (or a very large effort) to recompile and ship the application. 

DDS Security concepts for SROS

Tutorial / formal introduction to SROS2 for roboticists as an effort towards advancing the state of security in the robotics community. This was prsented at IROS 2018.

The tutorial introduces DDS Security and how it is used to implement Secure ROS (SROS).

 

 

Keywords:
4 posts / 0 new
Last post
Offline
Last seen: 7 years 3 months ago
Joined: 03/22/2016
Posts: 6
Secure Transport on VxWorks

Hello, 

I have the stringent necessity for a secure transport, authorization and authentication on VxWorks-based systems I'm currently working on. The RTI Secure WAN Transport plugin would meet my requirements perfectly, but according to it's release note it is not available for VxWorks. Are there any other encryption solutions for DDS on VxWorks or is it possible to still use the Secure WAN Transport plugin somehow? 

Any help is highly appreciated,

Pete

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 11 years 4 weeks ago
Joined: 08/29/2012
Posts: 1
How deep does DDS_TypeCode::equal() go in checking for type code equality?

I understand version 4.5f does not provide "deep" or "strong" type check during topic discovery, but local subscriber can access the type code of remote publisher from the builtin listener and compare with its own local type code on the same topic.  After receiving the remote type code, can the subscriber just call the DDS_TypeCode::equal() function to check the remote type code agains the local one and achieve "deep" type check? In other words, does the equal() function's comparison recursively reaches down to data members of nested structures?

Organization:
Subscribe to RSS - Security