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

Use PyOpenSSL tooling to convert cryptography key for use in TLS. #144

Closed
jMyles opened this issue Mar 5, 2018 · 2 comments
Closed

Use PyOpenSSL tooling to convert cryptography key for use in TLS. #144

jMyles opened this issue Mar 5, 2018 · 2 comments

Comments

@jMyles
Copy link
Contributor

jMyles commented Mar 5, 2018

Currently, we manually grab _evp_pkey to use a cryptography public key in our SSL Context.

However, at some point, we expect PyOpenSSL to have tooling to take care of this:

pyca/pyopenssl#636

On that issue, you can see that Cory advances the idea of an EC key as a PKey type (pyca/pyopenssl#636 (comment)). Again, if that happens, we'll use whatever tooling PyOpenSSL provides.

@jMyles
Copy link
Contributor Author

jMyles commented Mar 7, 2018

@KPrasch
Copy link
Contributor

KPrasch commented Feb 8, 2024

Resolved by PR #193

@KPrasch KPrasch closed this as completed Feb 8, 2024
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

2 participants