mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-17 22:20:12 +00:00
Warning against RC4 in example config
This commit is contained in:
parent
03f1532036
commit
4d9b7849ae
|
@ -2,6 +2,10 @@
|
||||||
* Custom compact configuration for TLS 1.0 with PSK and RC4
|
* Custom compact configuration for TLS 1.0 with PSK and RC4
|
||||||
* Distinguishing features: no bignum, no PK, no X509.
|
* 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.
|
* See README.txt for usage instructions.
|
||||||
*/
|
*/
|
||||||
#ifndef POLARSSL_CONFIG_H
|
#ifndef POLARSSL_CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue