piknik icon indicating copy to clipboard operation
piknik copied to clipboard

feat(tls-peer-certificates): Provide peer certs

Open edevil opened this issue 1 year ago • 1 comments

Add a method that, when using a TLS toolkit that supports it, returns the entire certificate chain. This is useful, for example, when implementing DANE support which has directives that apply to the issuer and not just to the leaf certificate.

Not all TLS toolkits support this, so the code will panic if the method is called when using a TLS toolkit that has no way to return these certificates.

edevil avatar Jul 30 '24 11:07 edevil

Sorry for the wait. I've left a couple of comments

No problem. :) I'm on holidays though, so I'll address them when I'm back.

edevil avatar Aug 21 '24 08:08 edevil