diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-16 22:46:56 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-17 00:13:40 +0200 |
commit | b4fb5cc26affff88970954b223215edb8df56e84 (patch) | |
tree | ecd636b5cd42671d38e4af25f969d5b407f70fc0 /NEWS | |
parent | 7a62421e8e162e3f9f660ea08cc19284fb64cd20 (diff) | |
download | gnutls-b4fb5cc26affff88970954b223215edb8df56e84.tar.gz |
Restored HMAC-MD5 for compatibility. Although considered weak, several sites require it for connection. It is enabled for "NORMAL" and "PERFORMANCE" priority strings.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ See the end for copying conditions. ** libgnutls: Added support for AES-NI if detected. Uses Andy Polyakov's AES-NI code. +* libgnutls: Restored HMAC-MD5 for compatibility. Although considered +weak, several sites require it for connection. It is enabled for +"NORMAL" and "PERFORMANCE" priority strings. + +* libgnutls: depend on libdl. + ** libgnutls-extra: Dropped support of LZO compression via liblzo. ** libgnutls: gnutls_transport_set_global_errno() was removed. This |