Skip to content

Commit

Permalink
Fix DTLS_SECURE_RENEGOTIATION configuration.
Browse files Browse the repository at this point in the history
Add missing DTLS_SECURE_RENEGOTIATION to default DEFINITIONS in order to
add the value to the properties file.

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Jan 16, 2024
1 parent 2c4376f commit a0c619f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1131,6 +1131,7 @@ public void applyDefinitions(Configuration config) {
config.set(DTLS_READ_WRITE_LOCK_CONNECTION_STORE, true);
config.set(DTLS_MAC_ERROR_FILTER_QUIET_TIME, 0, TimeUnit.SECONDS);
config.set(DTLS_MAC_ERROR_FILTER_THRESHOLD, 0);
config.set(DTLS_SECURE_RENEGOTIATION, DEFAULT_SECURE_RENEGOTIATION);
config.set(DTLS_SUPPORT_KEY_MATERIAL_EXPORT, false);
}
};
Expand Down

0 comments on commit a0c619f

Please sign in to comment.