Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.2.6
-
None
Description
Since 4.2.3, NTLMEngine.Type1Message doesn't actually do anything with domain and host parameters. It computes bytes from them, but don't do anything with those.
Is this intended? I get that domain and host are optional, but should they really be completely ignored?
If so, Type1Message could be turned as a singleton, as the message ends up being always the same.