]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix EAP-FAST with OpenSSL 1.0.1
authorJouni Malinen <j@w1.fi>
Fri, 17 Aug 2012 20:55:14 +0000 (23:55 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 17 Aug 2012 20:55:14 +0000 (23:55 +0300)
commit7f996409e7e5aa0bb066257906e87ab3294d4fd0
treef98f3239ab61795fd6200d6d4873c69f7d346d4f
parent9af7361b3f1030d75474f07218a3004b312d286b
Fix EAP-FAST with OpenSSL 1.0.1

The mechanism to figure out key block size based on ssl->read_hash
does not seem to work with OpenSSL 1.0.1, so add an alternative
mechanism to figure out the NAC key size that seems to work at
least with the current OpenSSL 1.0.1 releases.

Signed-hostap: Jouni Malinen <j@w1.fi>
intended-for: hostap-1
src/crypto/tls_openssl.c