diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-02 14:32:21 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-02 14:33:18 +0200 |
commit | 013c4d5de0c48524e72bf0de7536dd6dbc73387b (patch) | |
tree | c5857761cceb305d079925a102b58f5ff32ae6f7 /NEWS | |
parent | ecd5e6d9f5b8b5032b2d0cc39b471853437fbdd9 (diff) | |
download | gnutls-013c4d5de0c48524e72bf0de7536dd6dbc73387b.tar.gz |
backported fixes for gnutls_record_cork() and DTLS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ See the end for copying conditions. only available in TLS 1.0 as SSL 3.0 doesn't specify parameters for these algorithms. +** libgnutls: gnutls_record_send is now safe to be called under DTLS when +in corked mode. + ** libgnutls: Changed the behaviour in wildcard acceptance in certificates. Wildcards are only accepted when there are more than two domain components after the wildcard. This drops support for the permissive RFC2818 wildcards |