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

fix: #9 adapt initialiser parameter to OpenSSL::PKey implementation #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 3, 2022

  1. fix: adapt initialiser hack to current OpenSSL::PKey implementation

    instead of one parameters it allows a series of parameters (including none). This mostly caused issues when none was given - part of the rails initialisation - since at least one parameter was expected
    
    However, it also adds an additional check to avoid issues when a different number of parameters are given: otherwise `der_to_pem` could raise an error - hiding the true error from the PKey initialisers
    Bernd Schmidt committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    394322e View commit details
    Browse the repository at this point in the history