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
Jouni Malinen
a9ea17491a
Make fips186_2_prf() easier for static analyzers
...
Explicitly validate seed_len to skip memset call with zero length
of copied data at the end of the buffer. This is not really needed,
but it makes the code a bit easier for static analyzers.
Signed-hostap: Jouni Malinen <j@w1.fi>
2011-11-13 22:59:33 +02:00
Johannes Berg
6b5c4c3359
Remove some more crypto ifdef, fix a few small bugs
2009-08-13 11:28:03 +03:00
Johannes Berg
05edfe2994
Crypto build cleanup: remove NEED_FIPS186_2_PRF
...
Instead of using a define and conditional building of crypto wrapper
parts, move the FIPS 186-2 PRF implementation into separate files.
2009-08-11 20:06:23 +03:00