]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add support for wolfSSL cryptographic library
authorSean Parkinson <sean@wolfssl.com>
Thu, 18 Jan 2018 02:26:39 +0000 (12:26 +1000)
committerJouni Malinen <j@w1.fi>
Sat, 3 Mar 2018 09:52:40 +0000 (11:52 +0200)
commitfec03f98383ede92646fca4da63ed416f8dab4de
treef341a68c7089ac0547a5785411b5cb89b4dc187a
parent92eb00aec2a05413a3b5da4982c488889d7f3bae
Add support for wolfSSL cryptographic library

Allow hostapd/wpa_supplicant to be compiled with the wolfSSL
cryptography and TLS library.

Signed-off-by: Sean Parkinson <sean@wolfssl.com>
hostapd/Makefile
src/crypto/crypto_wolfssl.c [new file with mode: 0644]
src/crypto/fips_prf_wolfssl.c [new file with mode: 0644]
src/crypto/tls_wolfssl.c [new file with mode: 0644]
wpa_supplicant/Makefile