async-rs / async-tls

A TLS implementation over AsyncRead and AsyncWrite
https://async.rs
Apache License 2.0
165 stars 47 forks source link

server: add method for retrieving client certificates #35

Closed FlorianUekermann closed 3 years ago

FlorianUekermann commented 4 years ago

Fixes #33

nacardin commented 4 years ago

Is anything preventing this from getting merged?

skade commented 3 years ago

Similar to #33, I'm not interested in a design that exposes the client certificate raw. async-tls was rather initially designed to implement high level operations on TLS connections ("Client authentication" rather than "here's the client certificate, implement client auth").

I know I'm away from this goal, as I was sidelined, which is the reason why I put a maintenance notice out, showing a path to a structured handover to new maintainers. It's important to me though that the above design is taken over along with it.