This repository was archived by the owner on Aug 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
[DNM] GSoC Work Product #88
Open
diveshuttam
wants to merge
37
commits into
before-gsoc
Choose a base branch
from
gnupg-2.2
base: before-gsoc
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
Conversation
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 verify.py script verifies the signature_file and file passed to it closes #33 * replace gpg command * changed formatting
* Rev.py added closes #50 Modified error message * Add try except checks Using BaseException as gpgme exceptions are not well documented will narrow it down when we exaustively test this. Didn't find any specific exceptions while testing * Minor updates Use DEBUG instead of EGPG_DEBUG Correct spelling in rev.py
closes #45
* Add open.py * update for pep8 * Move file checking functionality to bash file. Not checking in open.py now instead in open.sh The code in the bash script is similar to seal.sh * Make test for open pass
closes #39
* Add print_key.py Also modify tests for them to pass * address review changes
* key gen added refererence: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob_plain;f=lang/python/examples/genkey.py;h=a043500eded29673fcf34b486637a3336f452a61;hb=d8beab30c44482fb7a3e445b92cec482792b2ca0 * add pubring and trustdb
* add key pass functionality setup.sh, autopin.py, autopin.sh sign.py modified to pass test24. and achieve autopin functionality * Restore tests using autopin.sh instead of autopin.py * redirect output to stderr * remove redundant check * Update test24 to pass * Update sign and pass for test24 * move if else block to the function
* export contact added * export all contacts if none is passed * contact fetch added * move print statement to debug * simplify homedir construct
* contact delete added * Modify contact delete behaviour * modify formatting for print key * Correct force functionality Make tests pass * Key list functionality added print_key modified * move export PYTHONPATH down * refine delete * changes for PEP8 some minor changes in contact list * preserve exit behavior on EOF * Make message simpler for the user. * address some stylistic issues
Modify interact functionality a bit, Now explicitly passing empty strings for returning None inside python scipt
Add contact renew
Code improvements
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
dummy pull request for comparing diff's