Added support for the ALPN extension.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 10 Apr 2013 15:18:10 +0000 (17:18 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 10 Apr 2013 15:24:56 +0000 (17:24 +0200)
commite80f1b6a53c1ea42e4c50fcc8ce9b27f4bc55fd6
tree3c29e229f13ac7d1b6fabb28c661addc2da263dc
parent7ba0a2e415905ae7b3416494be9f75e6ee28133a
Added support for the ALPN extension.
12 files changed:
configure.ac
doc/cha-intro-tls.texi
lib/ext/Makefile.am
lib/ext/alpn.c [new file with mode: 0644]
lib/ext/alpn.h [new file with mode: 0644]
lib/gnutls_extensions.c
lib/gnutls_int.h
lib/includes/gnutls/gnutls.h.in
lib/libgnutls.map
m4/hooks.m4
tests/Makefile.am
tests/mini-alpn.c [new file with mode: 0644]