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

crypto: check for OpenSSL errors when signing #2342

Closed
wants to merge 1 commit into from

Commits on Aug 18, 2015

  1. crypto: check for OpenSSL errors when signing

    Errors might be injected into OpenSSL's error stack
    without the return value of `PEM_read_bio_PrivateKey` being set to nullptr
    cf. the test of `test_bad_rsa_privkey.pem` for an example.
    pmq20 committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    4913868 View commit details
    Browse the repository at this point in the history