quiche icon indicating copy to clipboard operation
quiche copied to clipboard

apps: Implement mutual tls with optional strict trust

Open nnathan opened this issue 4 months ago • 0 comments

Hi,

I'm looking at using QUIC for doing mutual TLS. It took me awhile to figure out even though it's rather easy to implement. I first reached for the ssl context builder toolbox because I thought that might be required, but I eventually landed on a few simple additions to the client & server.

Includes everything from #1854 .

nnathan avatar Sep 28 '24 11:09 nnathan