Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: add method for retrieving client certificates #39

Closed
wants to merge 4 commits into from

Conversation

nacardin
Copy link

Fixes #33

@skade
Copy link
Collaborator

skade commented Dec 4, 2020

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

@skade skade closed this Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We need a method to get TlsStream's client cert
3 participants