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

Trust on first use #1

Open
keis opened this issue Dec 2, 2020 · 1 comment
Open

Trust on first use #1

keis opened this issue Dec 2, 2020 · 1 comment

Comments

@keis
Copy link
Owner

keis commented Dec 2, 2020

  • Should directly verify certificates in store provided by caller
  • Should accept new self-signed certificates (and notify caller)
keis added a commit that referenced this issue Dec 3, 2020
@keis
Copy link
Owner Author

keis commented Dec 17, 2020

This is proving to be very hard to do correctly with the builtin ssl module of python because it does not expose the verify callback of openssl. Using pyopenssl would an alternative but asyncio.create_server expects a ssl context from the bulitin ssl module.

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

No branches or pull requests

1 participant