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 gpg key import / replies / encrypt to source on qubes #377

Merged
merged 2 commits into from
May 22, 2019

Commits on May 16, 2019

  1. bugfix 363: update crypto.py to use qubes RPC service for key import

    this also simplifies parts of our gpg wrapper, which we should
    keep as feature limited as possible and expand only when we need to -
    we don't need to support importing private keys, nor can we easily
    get the fingerprint that is imported without brittle parsing of
    stdout (stdout is significantly different between qubes and other
    platforms so we'd need to maintain it on both - much simpler to
    use the fingerprint that the server provides for us).
    redshiftzero committed May 16, 2019
    Configuration menu
    Copy the full SHA
    87475a1 View commit details
    Browse the repository at this point in the history
  2. crypto: fix encrypt_to_source on Qubes

    the -o- option cannot be passed through the qubes gpg wrapper,
    and ciphertext will go to stdout regardless
    redshiftzero committed May 16, 2019
    Configuration menu
    Copy the full SHA
    01478a1 View commit details
    Browse the repository at this point in the history