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 openpgp pure-Go backend #670

Merged
merged 1 commit into from Mar 4, 2018

Conversation

dominikschulz
Copy link
Member

This commit adds an pure-Go GPG backend based on x/crypto/openpgp.
Plesae note that this only supports GPG 1.x.

Fixes #668

@dominikschulz dominikschulz added the gpg GPG related label Feb 23, 2018
@dominikschulz dominikschulz added this to the 2.0.0 - Break free milestone Feb 23, 2018
@dominikschulz dominikschulz self-assigned this Feb 23, 2018
@codecov
Copy link

codecov bot commented Mar 4, 2018

Codecov Report

Merging #670 into master will decrease coverage by 0.09%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #670      +/-   ##
==========================================
- Coverage   65.22%   65.14%   -0.09%     
==========================================
  Files         144      144              
  Lines        8207     8218      +11     
==========================================
  Hits         5353     5353              
- Misses       2207     2217      +10     
- Partials      647      648       +1
Impacted Files Coverage Δ
store/sub/write.go 38% <0%> (-0.78%) ⬇️
store/sub/store.go 61.84% <0%> (-2.54%) ⬇️
store/sub/init.go 21.43% <0%> (ø) ⬆️
action/clihelper.go 64.21% <100%> (ø) ⬆️
utils/termio/ask.go 75.58% <50%> (-3.69%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 66b3500...2fd6bd5. Read the comment docs.

This commit adds an pure-Go GPG backend based on x/crypto/openpgp.
Plesae note that this only supports GPG 1.x.

Fixes gopasspw#668
@dominikschulz dominikschulz changed the title WIP: Add openpgp pure-Go backend Add openpgp pure-Go backend Mar 4, 2018
@dominikschulz dominikschulz merged commit 58e8bae into gopasspw:master Mar 4, 2018
@dominikschulz dominikschulz deleted the feature/issue-668 branch March 4, 2018 13:11
kpitt pushed a commit to kpitt/gopass that referenced this pull request Jul 21, 2022
Add openpgp pure-Go backend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gpg GPG related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement openpgp crypto backend
1 participant