From e17d5abc703b84efad13ba6c0dda5df721faafa9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 19 Oct 2017 20:43:26 -0500 Subject: [PATCH] TODO: Add EAP-OTP and EAP-GTC tasks --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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