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

soter: make sure we have the RSA private key before trying to decrypt… #334

Merged
merged 1 commit into from
Nov 1, 2018

Commits on Nov 1, 2018

  1. soter: make sure we have the RSA private key before trying to decrypt…

    … data
    
    Some OpenSSL versions do not handle gracefully, when you try to do RSA
    decryption with a public key (no private part in the RSA structure) and just
    crash the whole process. So we add an explicit check we have the private part
    before attempting the decryption.
    ignatk committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    97754b6 View commit details
    Browse the repository at this point in the history