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

Alter how the tests determine if cryptography is available #482

Merged

Commits on Sep 28, 2017

  1. Alter how the tests determine if cryptography is available

    Rather than re-importing cryptography and m2crypto to detect what tests
    to run in the test module, just import from the x509_ng module. This
    fixes issues when running the tests with an old pyOpenSSL library that
    doesn't provide the APIs we need.
    
    Signed-off-by: Jeremy Cline <jeremy@jcline.org>
    jeremycline committed Sep 28, 2017
    Copy the full SHA
    a3b9ac5 View commit details
    Browse the repository at this point in the history