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

Drop pyOpenSSL dependency #141

Open
kislyuk opened this issue Nov 30, 2019 · 2 comments
Open

Drop pyOpenSSL dependency #141

kislyuk opened this issue Nov 30, 2019 · 2 comments

Comments

@kislyuk
Copy link
Member

kislyuk commented Nov 30, 2019

SignXML uses two major bits of pyOpenSSL functionality:

  • X.509 parsing
  • Certificate chain validation

I've identified two strategies so far:

@kislyuk
Copy link
Member Author

kislyuk commented Dec 14, 2021

For additional context see: wbond/certvalidator#33 (comment)

@kislyuk
Copy link
Member Author

kislyuk commented Jan 16, 2023

wbond/certvalidator is unmaintained and we will only be using it as inspiration. However there has been some movement on cryptography: the verify_directly_issued_by() API will be released in cryptography 40.0. So the path to retiring pyOpenSSL looks like this:

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