3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-08-07 14:17:25 +02:00

Commit Graph

  • 08b6f4c432 unit: fix test-sae bad group test James Prestwood 2019-02-07 10:19:28 -08:00
  • dc280b83d7 auto-t: add config file for testSAE James Prestwood 2019-02-07 09:03:38 -08:00
  • 22318ebbd5 main: Ensure existence of the storage dir at startup Tim Kourt 2019-02-06 15:13:32 -08:00
  • 3cf0184089 unit: Add another test with an out-of-order tag Denis Kenzior 2019-01-30 11:21:06 -06:00
  • 995cbc7ad3 mpdu: relax IE ordering requirements Denis Kenzior 2019-01-30 11:22:48 -06:00
  • bd7f8bf613 eapol: Relax message 2 / 4 key_length check Denis Kenzior 2019-02-07 09:54:51 -06:00
  • bc9e70f9cd sae: fix length check and commit buffer size James Prestwood 2019-02-01 14:34:04 -08:00
  • 2e5099a716 auto-t: add SAE test for group 20 James Prestwood 2019-02-01 10:54:10 -08:00
  • a4fdddc403 sae: allow other ECC groups and group negotiation James Prestwood 2019-02-01 10:54:09 -08:00
  • 3ecf091196 auto-t: clean up SAE autotests James Prestwood 2019-02-01 10:54:08 -08:00
  • ffa943f02f auto-t: Use group 20 in EAP-PWD autotest James Prestwood 2019-01-31 10:11:14 -08:00
  • c926b3fe80 eap-pwd: Remove unneeded cast Denis Kenzior 2019-01-31 12:41:58 -06:00
  • bb28351c93 eap-pwd: Update EAP-PWD to allow larger ECC groups James Prestwood 2019-01-31 10:11:13 -08:00
  • 025ca0d4d3 network: allow network_bss_select to skip blacklist James Prestwood 2019-01-30 15:13:57 -08:00
  • 2522216379 auto-t: Add test for BSS blacklisting James Prestwood 2019-01-29 12:36:13 -08:00
  • 45cc0fd918 network/station: add BSS blacklisting James Prestwood 2019-01-29 12:36:12 -08:00
  • da485179a6 station: refactor __station_connect_network James Prestwood 2019-01-29 12:36:11 -08:00
  • cff0600621 station: Use station_disassociated instead Denis Kenzior 2019-01-28 15:52:18 -06:00
  • d51c3db4ce station: Simplify logic Denis Kenzior 2019-01-28 15:52:02 -06:00
  • a2354f88a6 station/netdev: handle rekeying based on driver features James Prestwood 2019-01-25 11:23:12 -08:00
  • 8edaa23f8a eapol: emit HANDSHAKE_EVENT_REKEY_FAILED James Prestwood 2019-01-25 11:23:11 -08:00
  • a76376cac4 handshake: add HANDSHAKE_EVENT_REKEY_FAILED James Prestwood 2019-01-25 11:23:10 -08:00
  • 2a7a756c9f handshake: add flag and setter to disallow rekeying James Prestwood 2019-01-25 11:23:09 -08:00
  • e4f22f0a5d ap: fix crash when stopping AP James Prestwood 2019-01-25 10:08:28 -08:00
  • ed6f5ea55a blacklist: add blacklist.[ch] to build and main James Prestwood 2019-01-24 15:29:13 -08:00
  • f454a03b00 linux: update nl80211.h to 4.20 kernel release James Prestwood 2019-01-24 14:33:02 -08:00
  • e9f53a08b4 test-runner: document creation of /var/lib/iwd James Prestwood 2019-01-24 14:31:49 -08:00
  • fc557136c5 doc: document BSS blacklist config options James Prestwood 2019-01-24 12:56:25 -08:00
  • 475d1082d7 netdev: store mpdu status and add getter James Prestwood 2019-01-24 12:56:23 -08:00
  • 425cb2aa49 build: added ell/time.[ch] to Makefile.am James Prestwood 2019-01-23 15:28:38 -08:00
  • 39ee15dbc3 build: Provide modules-load.d for loading pkcs8_key_parser module Marcel Holtmann 2019-01-23 18:20:58 +01:00
  • 313f1e0367 gitignore: remove test-ecdh James Prestwood 2019-01-22 14:55:43 -08:00
  • 62851b9e47 unit: Fix usage of sizeof(struct eapol_key) in test-eapol Andrew Zaborowski 2019-01-22 07:16:44 +01:00
  • c9490ce657 crypto: Optimize hkdf_expand slightly Andrew Zaborowski 2019-01-22 07:16:43 +01:00
  • 8956451b26 test-runner: decouple --verbose with --valgrind James Prestwood 2019-01-17 15:11:09 -08:00
  • 1927e40fd0 test-runner: fix garbage output on test start James Prestwood 2019-01-17 13:42:00 -08:00
  • 922506105e owe: allow group 20 + group negotiation James Prestwood 2019-01-17 12:25:38 -08:00
  • d79b2b28ec eapol: use HMAC-SHA384 for OWE in MIC calculation James Prestwood 2019-01-17 12:25:37 -08:00
  • 7bfaf182e6 crypto: allow hkdf_expand/extract to use different SHA's James Prestwood 2019-01-17 12:25:36 -08:00
  • 90c39afd61 handshake: add OWE to get_ptk_size James Prestwood 2019-01-17 12:25:35 -08:00
  • 532c9a5521 eapol: Add OWE cases for different key lengths James Prestwood 2019-01-17 12:25:34 -08:00
  • f6013d8730 unit: update test-eapol to work with crypto/eapol changes James Prestwood 2019-01-17 12:25:33 -08:00
  • 79f7cb85c3 unit: update test-crypto to work with eapol/crypto changes James Prestwood 2019-01-17 12:25:32 -08:00
  • 2c82d6b223 crypto: pass PMK length to crypto_derive_pairwise_ptk James Prestwood 2019-01-17 12:25:31 -08:00
  • 6771a06463 crypto/handshake/eapol: Allow other PTK lengths James Prestwood 2019-01-17 12:25:30 -08:00
  • 3b801526f0 monitor: allow monitor to support other MIC lengths James Prestwood 2019-01-17 12:25:29 -08:00
  • 374b367ba4 eapol: allow 16, 24 and 32 byte MIC lengths James Prestwood 2019-01-17 12:25:28 -08:00
  • 80d4e9b572 station: Default to active scan if MAC randomization is present Tim Kourt 2019-01-16 11:30:32 -08:00
  • 55a7e9d82a pwd/sae/owe: update to use l_ecc_curve_get_ike_group James Prestwood 2019-01-16 11:12:35 -08:00
  • 04225757d6 auto-t: Disable MAC rand. for tests with trans. medium Tim Kourt 2019-01-15 19:14:59 -08:00
  • f8fedb0ec8 auto-t: Disable MAC rand. for tests with hidden networks Tim Kourt 2019-01-15 19:14:58 -08:00
  • b41729d608 doc: Add setting to disable MAC randomization Tim Kourt 2019-01-15 19:14:57 -08:00
  • 71b10ab271 scan: Enable the usage of MAC randomization flag Tim Kourt 2019-01-15 19:14:55 -08:00
  • 81d570572e wiphy: Add MAC randomization feature check API Tim Kourt 2019-01-15 19:14:54 -08:00
  • 37cfec01a2 crypto: add hmac_sha384 James Prestwood 2019-01-14 12:54:26 -08:00
  • 8e7da821f9 handshake: store PMK length James Prestwood 2019-01-14 12:54:17 -08:00
  • f87159964c Release 0.14 0.14 Marcel Holtmann 2019-01-15 20:31:53 +01:00
  • 2600c446ab netdev: Skip a memcpy when no data to copy Andrew Zaborowski 2019-01-15 07:34:06 +01:00
  • 52b3268b78 netdev: Allow NULL prefix in netdev_frame_watch_add Andrew Zaborowski 2019-01-15 07:34:05 +01:00
  • 8aa306fddc eap-wsc: Use new l_key DH helper functions Andrew Zaborowski 2019-01-14 15:53:59 +01:00
  • 726bf9d8e4 eap: Make Identity optional Tim Kourt 2019-01-11 15:27:15 -08:00
  • 782bd4a7ae network: Reset connected_time when forgetting Denis Kenzior 2019-01-11 17:28:10 -06:00
  • e256cbaba9 eapol: Don't memcpy if no extra data Denis Kenzior 2019-01-11 17:10:47 -06:00
  • 30cf1aa376 mpdu: Fix buffer overflow reported by asan Denis Kenzior 2019-01-11 11:43:21 -06:00
  • 6bf7e638b0 unit: Fix asan warning Denis Kenzior 2019-01-11 11:34:49 -06:00
  • 3063c4968a build: Add support for various sanitizers Denis Kenzior 2019-01-11 11:32:54 -06:00
  • c2189bc67e sae: fix one-off error in sae_is_quadradic_residue James Prestwood 2019-01-11 09:16:05 -08:00
  • 0b4509d8d2 auto-t: Test Tunneled-MSCHAPv2 over TTLS Tim Kourt 2019-01-10 14:34:29 -08:00
  • e57f46df30 eap-ttls: Add tunneled MSCHAPv2 support Tim Kourt 2019-01-10 14:34:28 -08:00
  • fd2c34cebc eap-ttls: Use method object in phase2 reset/destroy Tim Kourt 2019-01-10 14:34:27 -08:00
  • 9d1e2fa85b eap-ttls: Change signature of Phase 2 reset method Tim Kourt 2019-01-10 14:34:26 -08:00
  • f924974e62 eap-ttls: Allow NULL state for Phase 2 Tim Kourt 2019-01-10 14:34:25 -08:00
  • af297039b1 eap-ttls: Extract credentials into dedicated struct Tim Kourt 2019-01-10 14:34:24 -08:00
  • bb4e1ebd4f eap-mschapv2: Warn if required fields are missing Tim Kourt 2019-01-10 14:34:23 -08:00
  • bfb69e930f eap-mschapv2: Fix domain name usage in username Tim Kourt 2019-01-10 14:34:23 -08:00
  • 3a71cf458b mschaputil: Move generator of the hash of the pwd hash Tim Kourt 2019-01-10 14:34:22 -08:00
  • c8f071c67c mschaputil: Rearrange ops to fail early Tim Kourt 2019-01-10 14:34:21 -08:00
  • cd00416168 mschaputil: Exlude domain name from challenge generation Tim Kourt 2019-01-10 14:34:20 -08:00
  • 58f7b06c01 unit: Switch eap-mschapv2 test to use mschaputil Tim Kourt 2019-01-10 14:34:19 -08:00
  • 5d9d00fac3 mschaputil: Adapt mschapv2 to re-use mschap ops Tim Kourt 2019-01-10 14:34:18 -08:00
  • 6ffa1cf58a mschaputil: Move mschapv2 funcs into common util Tim Kourt 2019-01-10 14:34:17 -08:00
  • 9b722197ba ecc: Remove remaining ECC/ECDH files Denis Kenzior 2019-01-10 14:30:41 -06:00
  • e5cf66ddb2 unit: fix test-sae to use a valid peer point James Prestwood 2019-01-10 13:43:38 -08:00
  • 73dd0602fd sae: verify peer element for valid point James Prestwood 2019-01-10 13:43:37 -08:00
  • 48f5a051bc sae: update SAE to use ELL API's James Prestwood 2019-01-10 11:51:11 -08:00
  • 1d66ee0dd5 eap-pwd: update to use ELL ECC API's James Prestwood 2019-01-10 11:51:10 -08:00
  • 12189fcf39 conf: Increase default eapool handshake timeout Denis Kenzior 2019-01-09 21:13:53 -06:00
  • ed5753fb7c TODO: Remove DLS task Denis Kenzior 2019-01-08 21:34:47 -06:00
  • ae47d12520 auto-t: use get_ordered_network call in remaining tests James Prestwood 2019-01-08 14:43:57 -08:00
  • edbe38103a auto-t: remove hwsim dependency from testSAQuery James Prestwood 2019-01-08 14:39:29 -08:00
  • 2f4c9d05fe auto-t: use get_ordered_network in testWPA2 James Prestwood 2019-01-07 10:38:08 -08:00
  • a44969f837 build: Add ell/tls-suites.c and ell/tls-extensions.c Marcel Holtmann 2019-01-05 21:24:29 +01:00
  • d242cfc9e9 owe: Update l_ecdh_generate_shared_secret parameters Andrew Zaborowski 2018-12-28 15:38:05 +01:00
  • 1578a37ac2 unit: Call the new l_tls_start in eap-tls test Andrew Zaborowski 2018-12-19 02:00:44 +01:00
  • 8f9408efc7 eap-tls-common: Call the new l_tls_start Andrew Zaborowski 2018-12-19 02:00:43 +01:00
  • 6bf365d9a4 eapol: Check handshake_state_get_pmkid return value Andrew Zaborowski 2018-12-19 02:00:42 +01:00
  • 9d9f8331fa eap-tls-common: Increase log level for the common warning Tim Kourt 2018-12-17 12:05:08 -08:00
  • a98089ed65 eap-tls-common: Add missing data Tim Kourt 2018-12-17 12:05:07 -08:00
  • 686f515e04 eap-ttls: Bump up buffer sizes to quiet warnings Denis Kenzior 2018-12-17 11:21:28 -06:00
  • 961e6d1480 eap-tls: Replace l_pem_load_certificate() with newer functions Andrew Zaborowski 2018-12-15 00:30:01 +01:00