Skip to content

Commit d02909d

Browse files
authored
docs: update known issues
1 parent b630c42 commit d02909d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,10 @@ This allows this module to be used in other node projects:
9494

9595
Support for this has landed in node 13.10.1, therefore ensure you have installed at least this node version.
9696

97-
- MD5 Challenge not implemented, but RFC says this is mandatory ;-) (no worries, it isn't)
9897
- Inner Tunnel does not act differently, even though spec says that EAP-message are not allowed to get fragmented,
9998
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.
10099
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
103101

104102
CONTRIBUTIONS WELCOME! If you are willing to help, just open a PR or contact me via bug system or [email protected].
105103

0 commit comments

Comments
 (0)