MikeBishop / http2-certs

Enabling client certificate authentication in HTTP/2
3 stars 2 forks source link

Redefine CERTIFICATE_REQUEST to lean on TLS harder #15

Closed martinthomson closed 6 years ago

martinthomson commented 6 years ago

This takes the block we had and says "take the extensions from a TLS CertificateRequest" instead. The nice trick here is that we can use SNI from the client side rather than leaning on the OID thing, which was always a long-shot.

grittygrease commented 6 years ago

LGTM

MikeBishop commented 6 years ago

I missed that you had an open PR for these changes -- sorry. I think in the meantime, I've made equivalent changes because you suggested them in e-mail.