freebsd-dev/contrib/wpa
Dimitry Andric 5f33039834 Import change 40eebf235370b6fe6353784ccf01ab92eed062a5 from upstream wpa:
From: Jouni Malinen <j@w1.fi>
  Date: Fri, 15 Jul 2011 13:42:06 +0300
  Subject: [PATCH] MD5: Fix clearing of temporary stack memory to use correct length

  sizeof of the structure instead of the pointer was supposed to be used
  here. Fix this to clear the full structure at the end of MD5Final().

Found by:	clang ToT
Reviewed by:	rpaulo
MFC after:	3 days
2013-02-16 12:52:40 +00:00
..
hostapd Merge wpa_supplicant and hostapd 0.7.3. 2010-11-03 10:43:38 +00:00
patches Merge wpa_supplicant and hostapd 0.7.3. 2010-11-03 10:43:38 +00:00
src Import change 40eebf235370b6fe6353784ccf01ab92eed062a5 from upstream wpa: 2013-02-16 12:52:40 +00:00
wpa_supplicant Remove unused files. 2010-11-03 10:46:39 +00:00
COPYING
README

wpa_supplicant and hostapd v0.6.x
---------------------------------

Copyright (c) 2002-2007, Jouni Malinen <j@w1.fi> and contributors
All Rights Reserved.

These program is dual-licensed under both the GPL version 2 and BSD
license. Either license may be used at your option.


This package may include either wpa_supplicant, hostapd, or both. See
README file respective subdirectories (wpa_supplicant/README or
hostapd/README) for more details.

Source code files have been moved around in v0.6.x releases and
compared to earlier releases, the programs are now build by first
going to a subdirectory (wpa_supplicant or hostapd) and creating
build configuration (.config) and running 'make' there (for
Linux/BSD/cygwin builds).