TODO: Add EAP-OTP and EAP-GTC tasks

This commit is contained in:
Denis Kenzior 2017-10-19 20:43:26 -05:00
parent a8a9eb4a1c
commit e17d5abc70
1 changed files with 14 additions and 0 deletions

14
TODO
View File

@ -293,6 +293,20 @@ Wireless daemon
Priority: Medium Priority: Medium
Complexity: C4 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. - Take EAP MSK size into consideration.
MSK is mandated to be 64 bytes long, and depending on the AKM, different parts MSK is mandated to be 64 bytes long, and depending on the AKM, different parts