You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,10 @@ This allows this module to be used in other node projects:
94
94
95
95
Support for this has landed in node 13.10.1, therefore ensure you have installed at least this node version.
96
96
97
-
- MD5 Challenge not implemented, but RFC says this is mandatory ;-) (no worries, it isn't)
98
97
- Inner Tunnel does not act differently, even though spec says that EAP-message are not allowed to get fragmented,
99
98
this is not a problem right now, as the messages of the inner tunnel are small enough, but it could be a bug in the future.
100
99
ways to approach this: refactor that the inner tunnel can set max fragment size, or rebuild eap fragments in ttls after inner tunnel response
101
-
- minor security issues regarding session resumption. It could theoretically be possible to hijack when the auth is actually rejected, but the session is resumed
102
-
in the same time frame (sessions are currently not explicitly killed on rejected auths).
100
+
- VLAN support is not fully configurable right now
103
101
104
102
CONTRIBUTIONS WELCOME! If you are willing to help, just open a PR or contact me via bug system or [email protected].
0 commit comments