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

Automatically find gpg-agent socket path #9

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

Commits on Jan 27, 2019

  1. Add convenience script for running tests.

    Script:
    
    - Starts gpg-agent with correct directory (testdata/gnupg)
    - Sets GNUPGHOME for other gnupg programs to find the right directory.
    - Runs go test, adding any arguments from the runtests.sh commandline.
    forsberg committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    ce28eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5c97b View commit details
    Browse the repository at this point in the history
  3. Add ability to find socket path automatically.

    If no GPG-agent socket path was given to Dial, try to find
    socket path by running the gpgconf program.
    forsberg committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    aaa3f1c View commit details
    Browse the repository at this point in the history