rama icon indicating copy to clipboard operation
rama copied to clipboard

Tls extension: delegated credentials full implementation

Open soundofspace opened this issue 8 months ago • 0 comments

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

soundofspace avatar Apr 03 '25 11:04 soundofspace