mbedtls/ChangeLog.d/remove_ssl_session_compression.txt

6 lines
224 B
Text
Raw Normal View History

Removals
* Remove compression property from SSL session struct.
MBEDTLS_SSL_COMPRESS_NULL is now the only supported
compression option and can be used for compatibility
reasons. Changes requested in #4223.