summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-14 14:25:51 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-14 14:25:51 +0200
commit85564d9b3775058935939029a49d182343b70665 (patch)
treed247b34418108fdc18092f36f0c39530242a9112
parent28e42466ed279efda120f59b9340f7758885e48b (diff)
downloadgnutls-85564d9b3775058935939029a49d182343b70665.tar.gz
documented update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5c606c3748..e2dcac7045 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ See the end for copying conditions.
* Version 3.1.11 (unreleased)
+** libgnutls: Added support for the Application Layer Protocol Negotiation
+(ALPN) extension.
+
** libgnutls: Added priority string VERS-DTLS-ALL.
** libgnutls: When in compatibility mode allow for a wrong version in the
@@ -23,6 +26,8 @@ flag.
gnutls_certificate_set_x509_key_mem2: Added
gnutls_certificate_set_x509_key_file2: Added
gnutls_sign_algorithm_get_client: Added
+gnutls_alpn_get_selected_protocol: Added
+gnutls_alpn_set_protocols: Added
GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA: Added