1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-25 23:43:17 +03:00

Deprecate support for record compression

This commit is contained in:
Hanno Becker
2018-03-06 14:23:38 +00:00
parent 1bf6123fca
commit cf092b2ccf
3 changed files with 15 additions and 0 deletions

View File

@@ -1541,6 +1541,9 @@
*
* \note Currently compression can't be used with DTLS.
*
* \deprecated This feature is deprecated and will likely be removed
* in a future version of the library.
*
* Used in: library/ssl_tls.c
* library/ssl_cli.c
* library/ssl_srv.c