]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix pbkdf2_sha1() wrapper
authorJouni Malinen <j@w1.fi>
Mon, 5 Jan 2015 15:27:08 +0000 (17:27 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 5 Jan 2015 15:27:08 +0000 (17:27 +0200)
commita90c7d91a0e57f3a6d93549dab9f7f86a7349051
treed09b321e475772485e3801e1f38f77bd8ab49c3d
parent896e1b836fd2a57a4fec70f07114f02f3860ad12
OpenSSL: Fix pbkdf2_sha1() wrapper

This was supposed to use the iterations parameter from the caller
instead of the hardcoded 4096. In practice, this did not have problems
for normal uses since that 4096 value was used in all cases.

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