Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Support private keys with passwords #1

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

Commits on Sep 27, 2016

  1. Configuration menu
    Copy the full SHA
    b3958f5 View commit details
    Browse the repository at this point in the history
  2. Signer, HeaderSigner take optional password

    This change allows users to sign with a private key that has a
    password.
    
    The new test key rsa_private_pass.pem has the password "hunter2"
    and was generated from rsa_private.pem with the following command:
    
        ssh-keygen -p -f rsa_private.pem -N hunter2
    
    and the new test expects the same output as test_default.
    numberoverzero committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    b2085f1 View commit details
    Browse the repository at this point in the history