]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Add support for DHE-RSA cipher suites
authorJouni Malinen <j@w1.fi>
Sun, 9 Mar 2014 13:43:50 +0000 (15:43 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 9 Mar 2014 13:43:50 +0000 (15:43 +0200)
commit65074a2a7ca5c9d0d1fc8a72da2176ac0e81a246
tree01838eaf7622c899fc555eb23c37116f8579c900
parent41ebfe97ec0f3704fd1ef7cc15d06a01af62f1c5
TLS: Add support for DHE-RSA cipher suites

This extends the internal TLS implementation to support DHE-RSA
cipher suites in both server and client roles.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/tlsv1_client.c
src/tls/tlsv1_client_read.c
src/tls/tlsv1_client_write.c
src/tls/tlsv1_common.c
src/tls/tlsv1_server.c
src/tls/tlsv1_server_read.c
src/tls/tlsv1_server_write.c