Minor documentation improvement
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
6f160cab59
commit
d725bf75d8
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
* Minimal configuration for DTLS 1.2 with PSK and AES-CCM ciphersuites
|
* Minimal configuration for DTLS 1.2 with PSK and AES-CCM ciphersuites
|
||||||
*
|
*
|
||||||
* Distinguishing features:
|
* Distinguishing features:
|
||||||
* - Optimized for small code size, low bandwidth (on an unreliable network),
|
* - Optimized for small code size, low bandwidth (on an unreliable transport),
|
||||||
* and low RAM usage.
|
* and low RAM usage.
|
||||||
* - No asymmetric cryptography (no certificates, no Diffie-Hellman key
|
* - No asymmetric cryptography (no certificates, no Diffie-Hellman key
|
||||||
* exchange).
|
* exchange).
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
* Minimal configuration for TLS 1.2 with PSK and AES-CCM ciphersuites
|
* Minimal configuration for TLS 1.2 with PSK and AES-CCM ciphersuites
|
||||||
*
|
*
|
||||||
* Distinguishing features:
|
* Distinguishing features:
|
||||||
* - Optimized for small code size, low bandwidth (on a reliable network),
|
* - Optimized for small code size, low bandwidth (on a reliable transport),
|
||||||
* and low RAM usage.
|
* and low RAM usage.
|
||||||
* - No asymmetric cryptography (no certificates, no Diffie-Hellman key
|
* - No asymmetric cryptography (no certificates, no Diffie-Hellman key
|
||||||
* exchange).
|
* exchange).
|
||||||
|
|
Loading…
Reference in a new issue