Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/wpa



Module Name:    src
Committed By:   scw
Date:           Sat Oct 18 12:32:50 UTC 2008

Modified Files:
        src/usr.sbin/wpa/hostapd: Makefile
        src/usr.sbin/wpa/wpa_supplicant: Makefile
Removed Files:
        src/usr.sbin/wpa/wpa_supplicant: crypto_libc.c

Log Message:
Ditch crypto_libc.c in favour of the internal AES/MD5/SHA1 implementations
in the WPA distribution when building without native crypto.

For hostapd in particular, using crypto_libc.c unconditionally meant that
up until now the program has been pretty much unusable for anything which
requires cryptographic key exchanges. E.g. WPA/WPA2.

Also add support for a range of authentication protocols (EAP) in hostapd
if we're building with native crypto support.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/usr.sbin/wpa/hostapd/Makefile
cvs rdiff -r1.8 -r1.9 src/usr.sbin/wpa/wpa_supplicant/Makefile
cvs rdiff -r1.1 -r0 src/usr.sbin/wpa/wpa_supplicant/crypto_libc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index