]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Add support for crypto_hash_{init,update,finish}()
authorJouni Malinen <j@w1.fi>
Mon, 2 Jul 2012 19:04:25 +0000 (22:04 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 2 Jul 2012 19:04:25 +0000 (22:04 +0300)
commitd9cc4646eb0255be31f11d8a8edad857431fdf49
tree40ef8db50a10706211e407b9317bad34ef9c97f5
parent8f4636e41c621b1a930b43614eda7825a3f20c2f
OpenSSL: Add support for crypto_hash_{init,update,finish}()

This adds initial support for HMAC operations using the
crypto_hash_{init,update,finish}() wrappers.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/crypto/crypto_openssl.c