From 4d9b7849ae67c177ce9dc0df237cc59426f6420e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 24 Jun 2014 16:29:54 +0200 Subject: [PATCH] Warning against RC4 in example config --- configs/config-psk-rc4-tls1_0.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/config-psk-rc4-tls1_0.h b/configs/config-psk-rc4-tls1_0.h index d94318e0a9..ef995e8108 100644 --- a/configs/config-psk-rc4-tls1_0.h +++ b/configs/config-psk-rc4-tls1_0.h @@ -2,6 +2,10 @@ * Custom compact configuration for TLS 1.0 with PSK and RC4 * Distinguishing features: no bignum, no PK, no X509. * + * WARNING: RC4 is in the process of being deprecated! + * This configuration is kept for testing purposes only, DO NOT USE it! + * For a safe and lean PSK-based configuration, see config-ccm-psk-tls1_2.h + * * See README.txt for usage instructions. */ #ifndef POLARSSL_CONFIG_H