mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 16:05:28 +00:00
Add a warning against compression in config.h
This commit is contained in:
parent
3baeb15c79
commit
588b66f152
|
@ -345,6 +345,10 @@
|
|||
* If set, the SSL/TLS module uses ZLIB to support compression and
|
||||
* decompression of packet data.
|
||||
*
|
||||
* \warning TLS-level compression MAY REDUCE SECURITY! See for example the
|
||||
* CRIME attack. Before enabling this option, you should examine with care if
|
||||
* CRIME or similar exploits may be a applicable to your use case.
|
||||
*
|
||||
* Used in: library/ssl_tls.c
|
||||
* library/ssl_cli.c
|
||||
* library/ssl_srv.c
|
||||
|
|
Loading…
Reference in a new issue