]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow the internal DH implementation to be overridden
authorJouni Malinen <j@w1.fi>
Sun, 11 Oct 2009 16:17:22 +0000 (19:17 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 11 Oct 2009 16:17:22 +0000 (19:17 +0300)
commitf042122a57e093b076680f7b849de709b0357679
tree27a91d968376f184d0f12f54b67135bcfc212b03
parentdd01b1ff9d8a19c1e1b7e40d6df7d838d2ac34bb
Allow the internal DH implementation to be overridden

Crypto library wrappers can now override the internal DH (group 5)
implementation. As a starting point, this is done with OpenSSL. The
new mechanism is currently available only for WPS (i.e., IKEv2 still
depends on the internal DH implementation).
hostapd/Makefile
src/crypto/crypto_openssl.c
src/crypto/dh_group5.c [new file with mode: 0644]
src/crypto/dh_group5.h [new file with mode: 0644]
src/wps/wps.c
src/wps/wps.h
src/wps/wps_attr_build.c
src/wps/wps_common.c
src/wps/wps_i.h
wpa_supplicant/Makefile
wpa_supplicant/wps_supplicant.c