mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 21:35:39 +01: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
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user