-
Notifications
You must be signed in to change notification settings - Fork 19
Implement OpenPGP Signature generation using PGPainless #48
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
Open
vanitasvitae
wants to merge
19
commits into
eclipse:master
Choose a base branch
from
vanitasvitae:pgpainless
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1fbc14b
Replace BC dependency with PGPainless (pulls in BC)
vanitasvitae bb2289f
Change default signature hash algorithm from SHA1 to SHA256
vanitasvitae 4b1827d
Base the SigningStream on PGPainless
vanitasvitae dce7bfa
Add PgpHeaderSignatureProcessor and PgpSignatureProcessor
vanitasvitae 977a59e
Base RpmFileSignatureProcessor on new PgpSignatureProcessor
vanitasvitae e1cd281
Remove extraneous semicolon
vanitasvitae b6f03da
Fix copyright statement in PgpHeaderSignatureProcessor
vanitasvitae 49967ee
Fix copyright statement in new PgpSignatureProcessor classes
vanitasvitae 489bd04
Add back and deprecate some old signing logic
vanitasvitae 060d2e8
Bump PGPainless to 1.5.3 and support provided key-IDs
vanitasvitae bcf9966
Flatten set of signatures
vanitasvitae bc1ca89
Merge branch 'master' into pgpainless
dwalluck a2ac387
Fix codestyle isses
vanitasvitae b90e86c
Bump PGPainless to 1.6.7
vanitasvitae 68f8658
Fix IOUtils import
dwalluck d68ab1a
For DSA signatures: Put DSAHEADER blob
vanitasvitae b2a8d25
Remove unused algorithm tags
vanitasvitae de14b42
Add deprecation notices to RsaSignatureProcessor and RsaHeaderSignatu…
vanitasvitae c2c9b84
Move logging statements to finish(), differentiating RSA and DSA
vanitasvitae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.