From 251f5904d447e02c1fbc7e1e5b771ac98af1925c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 29 Apr 2015 11:19:05 -0500 Subject: [PATCH] TODO: Add tasks dealing with esoteric ciphers --- TODO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/TODO b/TODO index c16c014f..cfdd08ac 100644 --- a/TODO +++ b/TODO @@ -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 ======