~thomir-deactivatedaccount/gpgservice-client:add-decrypt-utility

Last commit made on 2016-04-08
Get this branch:
git clone -b add-decrypt-utility https://git.launchpad.net/~thomir-deactivatedaccount/gpgservice-client
Only Thomi Richards can upload to this branch. If you are Thomi Richards please log in for upload directions.

Branch merges

Branch information

Name:
add-decrypt-utility
Repository:
lp:~thomir-deactivatedaccount/gpgservice-client

Recent commits

5e4c196... by Thomi Richards

Move gpg_utils module under gpgservice_client.testing.

68b2aea... by Thomi Richards

Add gpg_utils module which can be used to decrypt data based on the samedata key.

086aa02... by Thomi Richards

Add method to support encrypting data for a given key.

9ee0cb6... by Thomi Richards

Add method to retrieve key data from the keyserver.

563b273... by Thomi Richards

Switch GPGServiceFixture to use requests rather than httplib. Export the service root url, and move handler_singleton so we don't try and read the gpg service config when booting the test keyserver.

13dc411... by Thomi Richards

Make Fixture specify http protocol in bind_address property.

7388ad2... by Thomi Richards

Don't read gpghandler config when starting test key server.

f7889b0... by Thomi Richards

Include keys in distribution.

0216086... by Thomi Richards

Downgrade requests to 2.7.0.

3aca8c0... by Thomi Richards

TestKeyServerFixture no longer uses a hard coded twistd tac file.