aboutsummaryrefslogtreecommitdiffstats
path: root/eap_example/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove src/crypto from default include pathJouni Malinen2009-11-291-2/+0
| | | | | | In addition, start ordering header file includes to be in more consistent order: system header files, src/utils, src/*, same directory as the *.c file.
* Add GnuTLS build option for eap_exampleJouni Malinen2009-08-161-0/+9
|
* Fix eap_example build after the crypto build cleanupJouni Malinen2009-08-131-0/+1
|
* Crypto build cleanup: remove CONFIG_NO_AES_*Johannes Berg2009-08-131-1/+7
| | | | | Instead of using a defines and conditional building of AES parts, move the conditional functionality into separate files.
* Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPTJohannes Berg2009-08-131-1/+1
| | | | | Instead of using a define and conditional building of AES parts, move the AES encryption routines into a separate file.
* Crypto build cleanup: remove CONFIG_NO_AES_DECRYPTJohannes Berg2009-08-131-1/+1
| | | | | Instead of using a define and conditional building of AES parts, move the AES decryption routines into a separate file.
* Crypto build cleanup: remove INTERNAL_MD5Johannes Berg2009-07-281-3/+3
| | | | | Instead of using a define and conditional building of md5.c parts, move the internal-MD5 into a separate file.
* Crypto build cleanup: remove INTERNAL_MD4Johannes Berg2009-07-281-2/+1
| | | | | In addition, rename md4.c to md4-internal.c to match in style with SHA-1 conditionally built internal implementation.
* Crypto build cleanup: remove INTERNAL_SHA256Johannes Berg2009-07-281-3/+9
| | | | | Instead of using a define and conditional building of sha256.c parts, move the internal-SHA256 into a separate file.
* Crypto build cleanup: remove INTERNAL_AESJohannes Berg2009-07-281-2/+1
| | | | | In addition, rename aes.c to aes-internal.c to match in style with SHA-1 conditionally built internal implementation.
* Crypto build cleanup: remove INTERNAL_DESJohannes Berg2009-07-281-3/+6
| | | | | In addition, rename des.c to des-internal.c to match in style with SHA-1 conditionally built internal implementation.
* Crypto build cleanup: remove INTERNAL_SHA1Johannes Berg2009-07-281-2/+1
| | | | | Instead of using a define and conditional building of sha1.c parts, move the internal-SHA-1 into a separate file.
* Fix eap_example build with renamed EAP_* server definesJouni Malinen2009-06-301-0/+11
| | | | | | | 1e5839e06fbc20945044239984b652da9c3fc772 renamed the defines for EAP server, but did not update the eap_example Makefile to match. This broke the server side of the EAP example (no methods were actually enabled).
* Fixed eap_example build to match with EAP-PEAP changesJouni Malinen2008-09-241-3/+1
|
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-271-0/+179