Feature #1564
TLS-SRP support
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/18/2020
Due date:
% Done:
0%
Estimated time:
OS:
Any
Description
you can't write passwords to a server log if you're using TLS-SRP, as you never see the passwords.
it also solves the server cert problem (you can still have server certs with TLS-SRP, but it's not strictly necessary). it'd just improve things all around.
History
#1 Updated by SoniEx2 over 4 years ago
(might want to mark a server as using SRP after the first connection, and enforce that for future sessions. let's just put an end to the plaintext passwords already, okay?)
#2 Updated by SoniEx2 over 3 years ago
Sadly the main blocker for this is that Qt doesn't support TLS-SRP... sigh