rama
rama copied to clipboard
Tls extension: delegated credentials full implementation
We already support setting this in client hello, but don't do anything yet with the server response to it. Cloudflare boring ssl fork we use, does already have quite some logic for this in place (native boringssl don't have this). We can probably just use this logic to make this work e2e, but it's also possible that we need to add extra logic for this to work.
Important detail: seems like only firefox/nss supports this right now. Openssl doesn't support this and neither does native boringssl