Jouni Malinen
12da39b389
crypto: Allow up to 10 fragments for hmac_sha*_vector()
...
This increases the limit of how many data fragments can be supported
with the internal HMAC implementation. The previous limit was hit with
some FT use cases.
Signed-off-by: Jouni Malinen <j@w1.fi>
2020-01-26 17:04:54 +02:00
Jouni Malinen
26a379224c
OpenSSL: Implement SHA256 HMAC functions using HMAC API
...
Use the OpenSSL HMAC implementation instead of the internal sha256.c
implementation of HMAC with SHA256.
Signed-hostap: Jouni Malinen <j@w1.fi>
2012-08-16 22:34:35 +03:00
Jouni Malinen
ab637dcb37
Move SHA256-based PRF function into a separate C file
...
This makes it easier to conditionally build in SHA256 functions based
on which TLS/crypto library is used.
Signed-hostap: Jouni Malinen <j@w1.fi>
2012-08-16 22:24:11 +03:00
Jouni Malinen
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
...
Remove the GPL notification text from the files that were
initially contributed by myself.
Signed-hostap: Jouni Malinen <j@w1.fi>
2012-02-11 19:39:36 +02:00
Johannes Berg
598a792d8c
Crypto build cleanup: remove INTERNAL_SHA256
...
Instead of using a define and conditional building of sha256.c parts,
move the internal-SHA256 into a separate file.
2009-07-28 21:20:04 +03:00
Jouni Malinen
4cb0dcd92d
Fix IEEE 802.11r key derivation function to match with the standard
...
IEEE Std 802.11r-2008, 8.5.1.5.2 starts the 'i' counter from 1, not 0.
Note: this breaks interoperability with previous versions. [Bug 303]
2009-03-19 15:46:00 +02:00
Jouni Malinen
6fc6879bd5
Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
2008-02-27 17:34:43 -08:00