Support the tls-exporter channel binding
tlocke opened this issue · 4 comments
tlocke commented
The tls-exporter
channel binding is described in https://datatracker.ietf.org/doc/html/draft-ietf-kitten-tls-channel-bindings-for-tls13. This probably can't be implemented until Python allows access to Exported Keying Material, see https://bugs.python.org/issue37952
Neustradamus commented
It is official, it is here: RFC 9266: Channel Bindings for TLS 1.3:
tlocke commented
As far as I can see, in order to implement the tls-exporter channel binding we'd need to be able to get the EKM, which we can't do at the moment:
Neustradamus commented
tlocke commented
Thanks @Neustradamus, I've had a look at the links and I assume these are just updates on the situation, rather than anything we need to do with Scramp?