MikeBishop / http2-certs

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

Add support for communicating the supported signature algorithms in the certificate request #12

Open grittygrease opened 7 years ago

grittygrease commented 7 years ago

I am adding the requirement to expose a new API to TLS libraries in the exported authenticators draft that returns the signature algorithms that the library is willing to validate. This should be incorporated into the CERTIFICATE_REQUEST frame to help the other side choose a certificate that can be validated.