From e719d174c99f514fe79ec379595f25de6844293a Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 5 Apr 2022 21:52:14 +0200 Subject: [PATCH] Minor documentation improvement Signed-off-by: Gilles Peskine --- configs/config-ccm-psk-dtls1_2.h | 2 +- configs/config-ccm-psk-tls1_2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config-ccm-psk-dtls1_2.h b/configs/config-ccm-psk-dtls1_2.h index 0be4f05e4..982bc2ce2 100644 --- a/configs/config-ccm-psk-dtls1_2.h +++ b/configs/config-ccm-psk-dtls1_2.h @@ -23,7 +23,7 @@ * Minimal configuration for DTLS 1.2 with PSK and AES-CCM ciphersuites * * 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. * - No asymmetric cryptography (no certificates, no Diffie-Hellman key * exchange). diff --git a/configs/config-ccm-psk-tls1_2.h b/configs/config-ccm-psk-tls1_2.h index ca1e6c94f..3216e17f3 100644 --- a/configs/config-ccm-psk-tls1_2.h +++ b/configs/config-ccm-psk-tls1_2.h @@ -23,7 +23,7 @@ * Minimal configuration for TLS 1.2 with PSK and AES-CCM ciphersuites * * 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. * - No asymmetric cryptography (no certificates, no Diffie-Hellman key * exchange).