TODO: Add tasks dealing with esoteric ciphers

This commit is contained in:
Denis Kenzior 2015-04-29 11:19:05 -05:00
parent 169aa04570
commit 251f5904d4
1 changed files with 17 additions and 0 deletions

17
TODO
View File

@ -321,6 +321,23 @@ Wireless daemon
Priority: Medium
Complexity: C1
- Handle "Use group cipher suite" option for pairwise ciphers
If the AP specifies "Use group cipher suite" as its only pairwise suite, then
handle this appropriately inside EAPoL handshaking code. The install_gtk
callback might need to be modified to handle this case.
Priority: Low
Complexity: C1
- Handle "Group addressed traffic not allowed" option for group ciphers
If the AP specifies "Group addressed traffic not allowed" as its group cipher
suite, then make sure that install_gtk callback is not used.
Priority: Low
Complexity: C1
Client
======