]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Generate DH parameters automatically if not set with dh_file
authorJouni Malinen <j@w1.fi>
Sat, 16 Apr 2022 08:38:44 +0000 (11:38 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 16 Apr 2022 08:38:44 +0000 (11:38 +0300)
commitebb3055e13029acc4d6a47575ab8902b2137dcbe
treedd6b98cfadd70a34362660203d2942248d80cb84
parentbcd299b326d8ffffab2d42865685cb7e0fce878e
OpenSSL: Generate DH parameters automatically if not set with dh_file

This is the recommended way of using DH in OpenSSL TLS handshake.

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