async-rs / async-tls

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

server: add method for retrieving client certificates #39

Closed nacardin closed 3 years ago

nacardin commented 4 years ago

Fixes #33

skade commented 3 years ago

As mentioned before, I'm not interested in exposing peer certificates directly in any fashion. Direct access to certificates is a sharp tool, and gives raise to a number bugs through implementing the intended operations on them wrong.

async-tls is intended to be a higher-level library that implements these operations.

Also, please note the new maintenance notice: I will continue to update async-tls, but I am searching for maintainers taking over its library design. https://github.com/async-rs/async-tls#maintenance-notice