diff --git a/TODO b/TODO index 52b38999..4e42b1f1 100644 --- a/TODO +++ b/TODO @@ -293,6 +293,20 @@ Wireless daemon Priority: Medium Complexity: C4 +- Add support for EAP-GTC. GTC stands for 'Generic Token Card' and can be + found in RFC3784. Essentially it prompts the user to enter some value which + is reported back to the authenticator. EAP-GTC is generally tunneled inside + EAP-PEAP and is used in the PEAPv1 authentication suite. + + Priority: Medium + Complexity: C4 + +- Add support for EAP-OTP. OTP stands for 'One Time Password' and can be + found in RFC3784. + + Priority: Low + Complexity: C4 + - Take EAP MSK size into consideration. MSK is mandated to be 64 bytes long, and depending on the AKM, different parts