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

Add privateKeyPassword option for private key decryption #465

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 16, 2024

  1. add privateKeyPass property, which is used to decrypt the private key…

    … when provided
    Ivan Novak committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    99ede6e View commit details
    Browse the repository at this point in the history
  2. lint

    Ivan Novak committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    53254d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08ff45f View commit details
    Browse the repository at this point in the history
  4. add test for encrypted private key

    Ivan Novak committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9717c2e View commit details
    Browse the repository at this point in the history
  5. check for undefined privateKey instead of null

    Ivan Novak committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    26b661e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. rename privateKeyPass -> privateKeyPassword

    Ivan Novak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ff1c563 View commit details
    Browse the repository at this point in the history
  2. add test when privateKeyPassword is wrong or not set

    Ivan Novak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3f85586 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    c794707 View commit details
    Browse the repository at this point in the history