Helder Eijs

Results 68 comments of Helder Eijs

ECDH is implemented in v3.19 (https://www.pycryptodome.org/src/protocol/dh).

Now that a decent standard is available (HPKE, RFC 9180), I plan to add it in the coming weeks.

I am afraid the code is simply very slow, and speed degrades exponentially with the bit size. In theory it could optimized (like openssl's code is, or via multi-threading). However,...

Does that happen over an SSL connection?

No, SSL is not required. I asked because IE+SSL+NTLM do not work with the stock Apache configuration files, but I understand this is not your case. Could you try with...

I added a specific option called NameFmt so that one can choose to have only the user name or the logon name in REMOTE_USER. https://github.com/Legrandin/PyAuthenNTLM2/commit/9595b273c9b2b8a53cef7cfe4dfdb78718d681cc https://github.com/Legrandin/PyAuthenNTLM2/commit/20d6356cc8b22ed96b149f39d2a8bdd8901a83e8 https://github.com/Legrandin/PyAuthenNTLM2/commit/2b6053d35a8f121e9a69b7582dcdd8fb72b46d13

Support for mod_wsgi is definitely something I would like to add in the near future. I looked into that a while ago but I could not find all hooks needed...