Skip to content

Commit be36fad

Browse files
committed
Fix RTOS security link validation issues
1 parent 48b65c5 commit be36fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-develop/concepts-azure-rtos-security-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Support current TLS versions:
327327

328328
**Azure RTOS**: TLS 1.2 is enabled by default. TLS 1.3 support must be explicitly enabled in Azure RTOS because TLS 1.2 is still the de-facto standard.
329329

330-
Also ensure the below corresponding NetX Secure configurations are set. Refer to the [list of configurations](https://learn.microsoft.com/azure/rtos/netx-duo/netx-secure-tls/chapter2#configuration-options) for details.
330+
Also ensure the below corresponding NetX Secure configurations are set. Refer to the [list of configurations](/azure/rtos/netx-duo/netx-secure-tls/chapter2#configuration-options) for details.
331331

332332
```c
333333
/* Enables secure session renegotiation extension */
@@ -337,7 +337,7 @@ Also ensure the below corresponding NetX Secure configurations are set. Refer to
337337
#define NX_SECURE_TLS_DISABLE_PROTOCOL_VERSION_DOWNGRADE
338338
```
339339

340-
When setting up NetX TLS, use [`nx_secure_tls_session_time_function_set()`](https://learn.microsoft.com/azure/rtos/netx-duo/netx-secure-tls/chapter4#nx_secure_tls_session_time_function_set) to set a timing function that returns the current GMT in UNIX 32-bit format to enable checking of the certification expirations.
340+
When setting up NetX TLS, use [`nx_secure_tls_session_time_function_set()`](/azure/rtos/netx-duo/netx-secure-tls/chapter4#nx_secure_tls_session_time_function_set) to set a timing function that returns the current GMT in UNIX 32-bit format to enable checking of the certification expirations.
341341

342342
**Application**: To use TLS with cloud services, a certificate is required. The certificate must be managed by the application.
343343

0 commit comments

Comments
 (0)