11 Jan
2024
11 Jan
'24
1:03 p.m.
Dear all, coincidentally I was implementing `tls-server-end-point` channel binding for go-sendxmpp this morning. As a client can choose the method to use I don't see an issue here. I just prefer `tls-exporter` if TLSv1.3 is used and `tls-unique` otherwise and only use `tls-server-end-point` when it's the only method offered. As Holger and Andrzej pointed out there might be cases where the better methods are not available and using a weaker one is still better than no channel binding at all. Best regards, Martin