Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-10 | minor changes prior to merge | Scott Moser | |
a.) remove 'gpg_' from function names in new gpg module. b.) use --recv-keys rather than --recv --recv-keys is more obvious and works back to precise at least. c.) do not trim trailing '\n' from a armour'd key. | |||
2016-06-09 | improve error handling and reporting in gpg functions | Christian Ehrhardt | |
2016-06-09 | move gpg functions into gpg.py | Christian Ehrhardt | |
This helps for cleaner code structuring. ALong that makeing sure all these functions have a gpg_prefix. |