Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 92aeb22

Browse files
committed
update title
1 parent f69cde5 commit 92aeb22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ This sample demonstrates how Azure Sphere and Azure RTOS are able to run togethe
4343

4444
## User-defined Crypto Ciphersuites
4545

46-
This [guide](./user-defined%20ciphersuites.md) demonstrates how to implement user-defined crypto ciphersuites and integrate it with Azure RTOS NetX Secure TLS stack.
46+
This [guide](./user-defined%20ciphersuites.md) demonstrates how to implement user-defined crypto ciphersuites and integrate it with Azure IoT Sample.
4747

user-defined ciphersuites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# User-defined Crypto Ciphersuites Used by Azure RTOS NetX Secure
1+
# User-defined Crypto Ciphersuites Used by Azure IoT Sample
22

33
## Introduction
44

5-
[Azure RTOS NetX Crypto](https://learn.microsoft.com/en-us/azure/rtos/netx/netx-crypto/chapter1) is the default crypto ciphersuite used by [Azure RTOS NetX Secure](https://learn.microsoft.com/en-us/azure/rtos/netx-duo/netx-secure-tls/chapter1) TLS stack. If clients want to use different crypto algorithm implementation, such as hardware security engine, TF-M PSA, or PKCS#11 based crypto methods, this user guide will show how to implement user-defined crypto ciphersuite and integrate it with Azure RTOS NetX Secure TLS stack.
5+
[Azure RTOS NetX Crypto](https://learn.microsoft.com/en-us/azure/rtos/netx/netx-crypto/chapter1) is the default crypto ciphersuite used by [Azure RTOS NetX Secure](https://learn.microsoft.com/en-us/azure/rtos/netx-duo/netx-secure-tls/chapter1) TLS stack in [Azure IoT Sample](https://github.com/azure-rtos/samples). If clients want to use different crypto algorithm implementation, such as hardware security engine, TF-M PSA, or PKCS#11 based crypto methods, this user guide will show how to implement user-defined crypto ciphersuite and integrate it with Azure IoT Sample.
66

77
## General Process
88

@@ -72,4 +72,4 @@ const NX_CRYPTO_METHOD *_nx_azure_iot_tls_supported_crypto[] =
7272
};
7373
</pre>
7474

75-
With these changes, the user-defined PSA based ECDSA crypto method will be used by NX secure TLS stack.
75+
With these changes, the user-defined PSA based ECDSA crypto method will be used by NX secure TLS stack in Azure IoT Sample.

0 commit comments

Comments
 (0)