-
I've added support for XEP-0440 to make sure that
SCRAM-*-PLUS
mechanisms are used properly (when server supports channel binding and client has data for it) and fixed generation oftls-server-end-point
binding data.@bmalkow Please review my changes and fixes.
Type |
Task
|
Priority |
Normal
|
Assignee |
Issue Votes (0)
Watchers (0)
During working on #server-1335, I've found out that here is an issue with SCRAM-*-PLUS mechanism implementation in Jaxmpp-J2SE. The issue is caused by retrieving invalid algorithm name from server certificate which is then used for calculation of a hash used for
tls-server-end-point
channel binding data.