Replace use of Sequoia's backend with a custom key store.
- Sequoia's key store doesn't meet pep's needs (in particular, the
ability to search on a key's user id) and trying to shoehorn pep's
needs onto Sequoia's key store abstractions is just introducing
overhead with no appreciable gain in functionality.
- This patch changes the Sequoia backend to use a local sqlite
database to store the public keys.
3 # Use this to generate test msg.asc and signature.asc
7 # pEp Test Alice (test key don't use) <pep.test.alice@pep-project.org>
10 # pEp Test Bob (test key, don't use) <pep.test.bob@pep-project.org>
13 # pEp Test John (test key, don't use) <pep.test.john@pep-project.org>
17 # Bob sends a message to Alice and John
18 gpg -u C9C2EE39 -s -e -r 6FF00E97 -r 70DCF575 --armor msg
20 # signature.asc from t1.txt
21 # Bob signs the message
22 gpg --output signature.asc -u C9C2EE39 -sb --armor t1.txt