Skip to content

Commit 58e83c5

Browse files
committed
SEC-2914 more resources and cds monitor profile
1 parent 8770a41 commit 58e83c5

7 files changed

Lines changed: 35 additions & 80 deletions

File tree

examples/connext_dds/network_capture/04_advanced_api/c/USER_QOS_PROFILES.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,6 @@
105105
<element>BuiltinQosSnippetLib::Feature.Security.Enable</element>
106106
</base_name>
107107
<domain_participant_qos>
108-
<resource_limits>
109-
<participant_property_string_max_length>
110-
8192
111-
</participant_property_string_max_length>
112-
<participant_property_list_max_length>
113-
40
114-
</participant_property_list_max_length>
115-
</resource_limits>
116108
<property>
117109
<value>
118110
<element>

examples/connext_dds/real_time_wan_transport/c++98/USER_QOS_PROFILES.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,6 @@
154154
<element>RWT_Library::security_Common</element>
155155
</base_name>
156156
<domain_participant_qos>
157-
<resource_limits>
158-
<participant_property_string_max_length>
159-
8192
160-
</participant_property_string_max_length>
161-
<participant_property_list_max_length>
162-
40
163-
</participant_property_list_max_length>
164-
</resource_limits>
165157
<property>
166158
<value>
167159
<element>

examples/connext_secure/cds/c++11/USER_QOS_PROFILES.xml

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -46,50 +46,53 @@ to use the software. -->
4646
<?rti-qos_snippet?>
4747

4848
<domain_participant_qos>
49-
<property>
50-
<value>
51-
<element>
52-
<name>com.rti.serv.load_plugin</name>
53-
<value>com.rti.serv.secure</value>
54-
</element>
55-
<element>
56-
<name>com.rti.serv.secure.library</name>
57-
<value>nddslightweightsecurity</value>
58-
</element>
59-
<element>
60-
<name>com.rti.serv.secure.create_function</name>
61-
<value>RTI_SecurityLightweight_PluginSuite_create</value>
62-
</element>
63-
<element>
64-
<name>dds.sec.crypto.rtps_psk_secret_passphrase</name>
65-
<value>data:,0:uIqNqiN11xMbRcuUSdT4BGOEUjLapfosAyzCg7uUBFo=</value>
66-
</element>
67-
<element>
68-
<name>dds.sec.crypto.rtps_psk_symmetric_cipher_algorithm</name>
69-
<value>AES256+GCM</value>
70-
</element>
71-
<element>
72-
<name>dds.sec.access.rtps_psk_protection_kind</name>
73-
<value>SIGN</value>
74-
</element>
75-
</value>
76-
</property>
49+
<property>
50+
<value>
51+
<element>
52+
<name>com.rti.serv.load_plugin</name>
53+
<value>com.rti.serv.secure</value>
54+
</element>
55+
<element>
56+
<name>com.rti.serv.secure.library</name>
57+
<value>nddslightweightsecurity</value>
58+
</element>
59+
<element>
60+
<name>com.rti.serv.secure.create_function</name>
61+
<value>RTI_SecurityLightweight_PluginSuite_create</value>
62+
</element>
63+
<element>
64+
<name>dds.sec.crypto.rtps_psk_secret_passphrase</name>
65+
<value>data:,0:uIqNqiN11xMbRcuUSdT4BGOEUjLapfosAyzCg7uUBFo=</value>
66+
</element>
67+
<element>
68+
<name>dds.sec.crypto.rtps_psk_symmetric_cipher_algorithm</name>
69+
<value>AES256+GCM</value>
70+
</element>
71+
<element>
72+
<name>dds.sec.access.rtps_psk_protection_kind</name>
73+
<value>SIGN</value>
74+
</element>
75+
</value>
76+
</property>
7777
</domain_participant_qos>
7878
</qos_profile>
7979

80-
<qos_profile name="secure_profile" base_name="BuiltinQosLib::Generic.Monitoring2">
80+
<qos_profile name="monitor" base_name="BuiltinQosLib::Generic.Monitoring2">
8181
<base_name>
82-
<element>library_cds::insecure_snippet</element>
8382
<element>library_cds::secure_snippet</element>
8483
</base_name>
8584
</qos_profile>
8685

87-
<qos_profile name="secure_peer" base_name="library_cds::secure_profile" is_default_qos="true">
86+
<qos_profile name="secure_peer" is_default_qos="true">
87+
<base_name>
88+
<element>library_cds::insecure_snippet</element>
89+
<element>library_cds::secure_snippet</element>
90+
</base_name>
8891
<participant_factory_qos>
8992
<monitoring>
9093
<distribution_settings>
9194
<dedicated_participant>
92-
<participant_qos_profile_name>library_cds::secure_profile</participant_qos_profile_name>
95+
<participant_qos_profile_name>library_cds::monitor</participant_qos_profile_name>
9396
</dedicated_participant>
9497
</distribution_settings>
9598
</monitoring>

examples/connext_secure/certificate_revocation_list/c++11/USER_QOS_PROFILES.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,6 @@ to use the software. -->
118118
<element>BuiltinQosSnippetLib::Feature.Security.Enable</element>
119119
</base_name>
120120
<domain_participant_qos>
121-
<resource_limits>
122-
<participant_property_string_max_length>
123-
8192
124-
</participant_property_string_max_length>
125-
<participant_property_list_max_length>
126-
40
127-
</participant_property_list_max_length>
128-
</resource_limits>
129121
<property>
130122
<value>
131123
<element>

examples/connext_secure/dynamic_permissions/c++11/USER_QOS_PROFILES.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@
101101
<element>BuiltinQosSnippetLib::Feature.Security.Enable</element>
102102
</base_name>
103103
<domain_participant_qos>
104-
<resource_limits>
105-
<participant_property_string_max_length>
106-
8192
107-
</participant_property_string_max_length>
108-
<participant_property_list_max_length>
109-
40
110-
</participant_property_list_max_length>
111-
</resource_limits>
112104
<property>
113105
<value>
114106
<element>

examples/connext_secure/lightweight/c++11/USER_QOS_PROFILES.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,6 @@ to use the software. -->
116116
<element>BuiltinQosSnippetLib::Feature.Security.Enable</element>
117117
</base_name>
118118
<domain_participant_qos>
119-
<resource_limits>
120-
<participant_property_string_max_length>
121-
8192
122-
</participant_property_string_max_length>
123-
<participant_property_list_max_length>
124-
40
125-
</participant_property_list_max_length>
126-
</resource_limits>
127119
<property>
128120
<value>
129121
<element>

examples/connext_secure/whitelist/c++11/USER_QOS_PROFILES.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,6 @@ to use the software. -->
165165
<element>BuiltinQosSnippetLib::Feature.Security.Enable</element>
166166
</base_name>
167167
<domain_participant_qos>
168-
<resource_limits>
169-
<participant_property_string_max_length>
170-
8192
171-
</participant_property_string_max_length>
172-
<participant_property_list_max_length>
173-
40
174-
</participant_property_list_max_length>
175-
</resource_limits>
176168
<property>
177169
<value>
178170
<element>

0 commit comments

Comments
 (0)