commit | a0e1632b7941430e4b9b507e2e8879c228286973 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jul 14 17:38:41 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:30:13 2014 +0200 |
tree | 904d3224f0d4441d08a61975847986dabb4ca228 | |
parent | 5d53cbef3ad2f32b98013402edaf44daf0f1c036 [diff] |
Do not use compression with DTLS
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 05bcd86..731b90c 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -1070,6 +1070,8 @@ * CRIME attack. Before enabling this option, you should examine with care if * CRIME or similar exploits may be a applicable to your use case. * + * \note Currently compression can't bu used with DTLS. + * * Used in: library/ssl_tls.c * library/ssl_cli.c * library/ssl_srv.c