]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove useless DH file configuration from TLS library wrappers
authorJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 20:37:23 +0000 (23:37 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 20:42:15 +0000 (23:42 +0300)
commit4a774cf31781bf067eebc8ac259ad78b9c592ba2
tree3ef68b423f06fd31f9946de0c66707237794c6b7
parent86877bbc325bfae2444494147905a35ed43e0f06
Remove useless DH file configuration from TLS library wrappers

These operations do not really have any effect since
tls_connection_set_params() is used only in the TLS client case and the
client receives the DH parameters from the server instead of local
configuration.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_internal.c
src/crypto/tls_openssl.c
src/crypto/tls_wolfssl.c