summaryrefslogtreecommitdiffstats
path: root/openpgp/tests
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2017-12-14 13:39:34 +0100
committerJustus Winter <justus@pep-project.org>2018-01-08 18:07:03 +0100
commitbcc668602092449fa53fe80341d73c34818821b7 (patch)
tree5e1694253550aed86d9c2fb277b050abe3581101 /openpgp/tests
parent969b94846ec223df24ebfb56b69b63a530b1c555 (diff)
store: New store module.
- The store stores transferable public keys in a SQLite database. It runs either in an external process, or is co-located in the current process. - The store provides any number of stores for each application, identified by domain and name. Each store maps labels to TPKs. - The store uses a unified pool of TPKs. In the future, this pool is automatically kept up-to-date.
Diffstat (limited to 'openpgp/tests')
-rw-r--r--openpgp/tests/data/keys/testy-new-private.pgpbin0 -> 504 bytes
-rw-r--r--openpgp/tests/data/keys/testy-new-with-sig.pgpbin0 -> 740 bytes
-rw-r--r--openpgp/tests/data/keys/testy-new.pgpbin0 -> 430 bytes
-rw-r--r--openpgp/tests/data/keys/testy-private.pgpbin0 -> 2540 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/openpgp/tests/data/keys/testy-new-private.pgp b/openpgp/tests/data/keys/testy-new-private.pgp
new file mode 100644
index 00000000..1faf30c6
--- /dev/null
+++ b/openpgp/tests/data/keys/testy-new-private.pgp
Binary files differ
diff --git a/openpgp/tests/data/keys/testy-new-with-sig.pgp b/openpgp/tests/data/keys/testy-new-with-sig.pgp
new file mode 100644
index 00000000..0f6f054e
--- /dev/null
+++ b/openpgp/tests/data/keys/testy-new-with-sig.pgp
Binary files differ
diff --git a/openpgp/tests/data/keys/testy-new.pgp b/openpgp/tests/data/keys/testy-new.pgp
new file mode 100644
index 00000000..2bfdcfd2
--- /dev/null
+++ b/openpgp/tests/data/keys/testy-new.pgp
Binary files differ
diff --git a/openpgp/tests/data/keys/testy-private.pgp b/openpgp/tests/data/keys/testy-private.pgp
new file mode 100644
index 00000000..ceadd8e7
--- /dev/null
+++ b/openpgp/tests/data/keys/testy-private.pgp
Binary files differ