hostap/src
Jouni Malinen adb9b8edc4 OpenSSL: Silence a compiler warning with OpenSSL 0.9.7
The PKCS5_PBKDF2_HMAC_SHA1() function in OpenSSL 0.9.7 did not mark
the salt parameter const even though it was not modified. Hide the
compiler warning with a type cast when an old OpenSSL version is
used.

Signed-hostap: Jouni Malinen <j@w1.fi>
2012-08-16 22:56:19 +03:00
..
ap Convert os_realloc() for an array to use os_realloc_array() 2012-08-13 21:21:23 +03:00
common FIPS: Remove MD5 from the CONFIG_FIPS=y build 2012-08-16 20:03:17 +03:00
crypto OpenSSL: Silence a compiler warning with OpenSSL 0.9.7 2012-08-16 22:56:19 +03:00
drivers build: Use updated libnl3 header paths 2012-08-15 20:44:33 +03:00
eap_common Add extra validation of EAP header length field 2012-08-07 23:03:25 +03:00
eap_peer Do not export TLS keys in FIPS mode 2012-08-16 19:38:15 +03:00
eap_server EAP-MD5: Verify that CHAP operation succeeds 2012-08-16 18:49:02 +03:00
eapol_auth hostapd: Copy Chargeable-User-Identity into accounting (RFC 4372) 2012-05-05 18:05:09 +03:00
eapol_supp FIPS: Remove MD5 from the CONFIG_FIPS=y build 2012-08-16 20:03:17 +03:00
l2_packet Update license notification in files initially contributed by Sam 2012-06-30 19:36:04 +03:00
p2p P2P: Use larger GO config timeout if HT40 is used 2012-08-15 23:19:11 +03:00
radius Convert os_realloc() for an array to use os_realloc_array() 2012-08-13 21:21:23 +03:00
rsn_supp PMKSA: Set cur_pmksa pointer during initial association 2012-08-10 18:05:03 +03:00
tls LibTomMath: Use 64-bit mode for mp_digit 2012-06-09 11:53:30 +03:00
utils Convert os_realloc() for an array to use os_realloc_array() 2012-08-13 21:21:23 +03:00
wps WPS: Fix nonce comparisons 2012-08-13 19:50:33 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00