summaryrefslogtreecommitdiffstats
path: root/openpgp/tests
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2018-01-07 22:29:34 +0100
committerNeal H. Walfield <neal@pep.foundation>2018-01-07 22:29:34 +0100
commitd6bc08ab5310cd0721e2572feb3f9885b631cc9d (patch)
treea0fdd0d8cdc5d0f4bcb3057907756f2fd6f34993 /openpgp/tests
parent841aec50cb4acaa1d56a688647204dfda2965d8d (diff)
openpgp: Add an interface to merge TPKs.
- This is trival now that the canonicalization routine does dedups. - Add a few tests.
Diffstat (limited to 'openpgp/tests')
-rw-r--r--openpgp/tests/data/keys/bannon-add-subkey-1-private.gpgbin0 -> 4083 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-add-subkey-1.gpgbin0 -> 2130 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-add-subkey-2-private.gpgbin0 -> 3773 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-add-subkey-2.gpgbin0 -> 1820 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-add-subkey-3-private.gpgbin0 -> 5235 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-add-subkey-3.gpgbin0 -> 2642 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-add-uid-1-whitehouse.gov.gpgbin0 -> 1615 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-add-uid-2-fox.com.gpgbin0 -> 1608 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-add-uid-3-whitehouse.gov-dup.gpgbin0 -> 1615 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-all-subkeys.gpgbin0 -> 4122 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-all-uids-subkeys.gpgbin0 -> 5218 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-all-uids.gpgbin0 -> 2331 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-base-private.gpgbin0 -> 2537 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-base.gpgbin0 -> 1235 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-ivanka-signs-all-uids.gpgbin0 -> 3261 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-ivanka-signs-base.gpgbin0 -> 1545 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-the-donald-signs-all-uids.gpgbin0 -> 3261 bytes
-rw-r--r--openpgp/tests/data/keys/bannon-the-donald-signs-base.gpgbin0 -> 1545 bytes
-rw-r--r--openpgp/tests/data/keys/ivanka-private.gpgbin0 -> 2534 bytes
-rw-r--r--openpgp/tests/data/keys/the-donald-private.gpgbin0 -> 2533 bytes
20 files changed, 0 insertions, 0 deletions
diff --git a/openpgp/tests/data/keys/bannon-add-subkey-1-private.gpg b/openpgp/tests/data/keys/bannon-add-subkey-1-private.gpg
new file mode 100644
index 00000000..6a7015f9
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-subkey-1-private.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-add-subkey-1.gpg b/openpgp/tests/data/keys/bannon-add-subkey-1.gpg
new file mode 100644
index 00000000..067efe38
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-subkey-1.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-add-subkey-2-private.gpg b/openpgp/tests/data/keys/bannon-add-subkey-2-private.gpg
new file mode 100644
index 00000000..720f632a
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-subkey-2-private.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-add-subkey-2.gpg b/openpgp/tests/data/keys/bannon-add-subkey-2.gpg
new file mode 100644
index 00000000..50cf3431
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-subkey-2.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-add-subkey-3-private.gpg b/openpgp/tests/data/keys/bannon-add-subkey-3-private.gpg
new file mode 100644
index 00000000..be01a5d3
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-subkey-3-private.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-add-subkey-3.gpg b/openpgp/tests/data/keys/bannon-add-subkey-3.gpg
new file mode 100644
index 00000000..c06577a0
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-subkey-3.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-add-uid-1-whitehouse.gov.gpg b/openpgp/tests/data/keys/bannon-add-uid-1-whitehouse.gov.gpg
new file mode 100644
index 00000000..2ccbe1c0
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-uid-1-whitehouse.gov.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-add-uid-2-fox.com.gpg b/openpgp/tests/data/keys/bannon-add-uid-2-fox.com.gpg
new file mode 100644
index 00000000..c5345328
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-uid-2-fox.com.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-add-uid-3-whitehouse.gov-dup.gpg b/openpgp/tests/data/keys/bannon-add-uid-3-whitehouse.gov-dup.gpg
new file mode 100644
index 00000000..5f3ff7e8
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-add-uid-3-whitehouse.gov-dup.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-all-subkeys.gpg b/openpgp/tests/data/keys/bannon-all-subkeys.gpg
new file mode 100644
index 00000000..1fe1cfcd
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-all-subkeys.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-all-uids-subkeys.gpg b/openpgp/tests/data/keys/bannon-all-uids-subkeys.gpg
new file mode 100644
index 00000000..c88cefac
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-all-uids-subkeys.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-all-uids.gpg b/openpgp/tests/data/keys/bannon-all-uids.gpg
new file mode 100644
index 00000000..034c1673
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-all-uids.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-base-private.gpg b/openpgp/tests/data/keys/bannon-base-private.gpg
new file mode 100644
index 00000000..fd42054c
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-base-private.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-base.gpg b/openpgp/tests/data/keys/bannon-base.gpg
new file mode 100644
index 00000000..d6756ee3
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-base.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-ivanka-signs-all-uids.gpg b/openpgp/tests/data/keys/bannon-ivanka-signs-all-uids.gpg
new file mode 100644
index 00000000..6d24638f
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-ivanka-signs-all-uids.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-ivanka-signs-base.gpg b/openpgp/tests/data/keys/bannon-ivanka-signs-base.gpg
new file mode 100644
index 00000000..5efed121
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-ivanka-signs-base.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-the-donald-signs-all-uids.gpg b/openpgp/tests/data/keys/bannon-the-donald-signs-all-uids.gpg
new file mode 100644
index 00000000..101c2e4e
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-the-donald-signs-all-uids.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/bannon-the-donald-signs-base.gpg b/openpgp/tests/data/keys/bannon-the-donald-signs-base.gpg
new file mode 100644
index 00000000..18092a50
--- /dev/null
+++ b/openpgp/tests/data/keys/bannon-the-donald-signs-base.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/ivanka-private.gpg b/openpgp/tests/data/keys/ivanka-private.gpg
new file mode 100644
index 00000000..799048b2
--- /dev/null
+++ b/openpgp/tests/data/keys/ivanka-private.gpg
Binary files differ
diff --git a/openpgp/tests/data/keys/the-donald-private.gpg b/openpgp/tests/data/keys/the-donald-private.gpg
new file mode 100644
index 00000000..1075e2ae
--- /dev/null
+++ b/openpgp/tests/data/keys/the-donald-private.gpg
Binary files differ