]> git.ipfire.org Git - thirdparty/hostap.git/commit
af_alg: Crypto wrappers for Linux kernel crypto (AF_ALG)
authorJouni Malinen <j@w1.fi>
Sun, 26 Feb 2017 23:10:02 +0000 (01:10 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 28 Feb 2017 09:24:15 +0000 (11:24 +0200)
commit206516e8c2bdd12651438a0c5c355e4bce343611
tree7d5d5d46e298a403d81c06344c4a6d79fcd39bac
parentb41d3e0a7578c52207b7a09fbbbbb29563614873
af_alg: Crypto wrappers for Linux kernel crypto (AF_ALG)

CONFIG_TLS=linux can now be used to select the crypto implementation
that uses the user space socket interface (AF_ALG) for the Linux kernel
crypto implementation. This commit includes some of the cipher, hash,
and HMAC functions. The functions that are not available through AF_ALG
(e.g., the actual TLS implementation) use the internal implementation
(CONFIG_TLS=internal).

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/Makefile
hostapd/defconfig
src/crypto/crypto_linux.c [new file with mode: 0644]
wpa_supplicant/Makefile
wpa_supplicant/defconfig