From 4c6eda3eb3b46ecd7d52df5d56a23d467f16f583 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 5 Apr 2018 09:56:18 -0700 Subject: [PATCH] TODO: remove EAP-GTC from TODO --- TODO | 8 -------- 1 file changed, 8 deletions(-) diff --git a/TODO b/TODO index 66cfd432..bb0be0e1 100644 --- a/TODO +++ b/TODO @@ -285,14 +285,6 @@ 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.