From 5cb58ca086e88951b0313d7d4dc48a9f4c0c85b5 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 7 Aug 2013 16:29:54 +0200 Subject: Support bundled GPG and change API. - Move openpgp encrypt/decrypt/sign/verify API to inside OpenPGP class. - Add encrypt/decrypt/sign/verify API to KeyManager. - Add possibility of passing custom gpg binary to KeyManager and OpenPGPScheme. - Remove "_asym" suffix from method names. - Bump version to 0.2.1. New API is *not* backwards compatible. --- changes/feature_3397-keymanager-should-support-bundled-gpg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/feature_3397-keymanager-should-support-bundled-gpg (limited to 'changes') diff --git a/changes/feature_3397-keymanager-should-support-bundled-gpg b/changes/feature_3397-keymanager-should-support-bundled-gpg new file mode 100644 index 0000000..6774dd8 --- /dev/null +++ b/changes/feature_3397-keymanager-should-support-bundled-gpg @@ -0,0 +1,2 @@ + o Add support for bundled gpg. Closes #3397. + o Refactor API to include encrypt/decrypt/sign/verify in KeyManager. -- cgit v1.2.3