]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Add support for TLS v1.1 (RFC 4346) with internal TLS
authorJouni Malinen <j@w1.fi>
Sun, 25 Sep 2011 14:24:46 +0000 (17:24 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 25 Sep 2011 14:24:46 +0000 (17:24 +0300)
commit5c47af9a7a0bdf9d37a99333816d8fc041aad9d3
tree9653996506178f66aa635f8ea91a200ee081fa09
parent3bff59f8571cd2ef63a18e0b4c43a0bbb5baf564
TLS: Add support for TLS v1.1 (RFC 4346) with internal TLS

This is disabled by defautl and can be enabled with CONFIG_TLSV11=y
build configuration parameter.
13 files changed:
hostapd/Makefile
hostapd/defconfig
src/tls/tlsv1_client.c
src/tls/tlsv1_client_read.c
src/tls/tlsv1_client_write.c
src/tls/tlsv1_common.h
src/tls/tlsv1_record.c
src/tls/tlsv1_record.h
src/tls/tlsv1_server.c
src/tls/tlsv1_server_read.c
src/tls/tlsv1_server_write.c
wpa_supplicant/Makefile
wpa_supplicant/defconfig