summaryrefslogtreecommitdiffstats
path: root/openpgp/tests/data/armor
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2017-12-12 17:16:00 +0100
committerJustus Winter <justus@pep-project.org>2017-12-13 13:55:20 +0100
commitc86ad83ae31d44aeab3317e5e05d6d63e428f0e0 (patch)
tree12d1aac77f256e733104e98faf9143152eacd573 /openpgp/tests/data/armor
parentc0cab61441df7a0334f817c2cc4817a0910e1193 (diff)
Split up Sequoia.
- Split up into six crates: buffered-reader, openpgp, sequoia-core, sequoia-ffi, sequoia-net, and sequoia-store. - Adjust imports accordingly.
Diffstat (limited to 'openpgp/tests/data/armor')
-rw-r--r--openpgp/tests/data/armor/test-0.asc4
-rw-r--r--openpgp/tests/data/armor/test-0.bad-crc.asc4
-rw-r--r--openpgp/tests/data/armor/test-0.bin0
-rw-r--r--openpgp/tests/data/armor/test-1.asc5
-rw-r--r--openpgp/tests/data/armor/test-1.bin1
-rw-r--r--openpgp/tests/data/armor/test-1.no-crc.asc4
-rw-r--r--openpgp/tests/data/armor/test-2.asc5
-rw-r--r--openpgp/tests/data/armor/test-2.bad-footer.asc5
-rw-r--r--openpgp/tests/data/armor/test-2.bin1
-rw-r--r--openpgp/tests/data/armor/test-3.asc5
-rw-r--r--openpgp/tests/data/armor/test-3.bin1
-rw-r--r--openpgp/tests/data/armor/test-3.with-headers.asc7
-rw-r--r--openpgp/tests/data/armor/test-47.asc5
-rw-r--r--openpgp/tests/data/armor/test-47.bin1
-rw-r--r--openpgp/tests/data/armor/test-48.asc5
-rw-r--r--openpgp/tests/data/armor/test-48.bin1
-rw-r--r--openpgp/tests/data/armor/test-49.asc6
-rw-r--r--openpgp/tests/data/armor/test-49.bin1
-rw-r--r--openpgp/tests/data/armor/test-50.asc6
-rw-r--r--openpgp/tests/data/armor/test-50.bin1
-rw-r--r--openpgp/tests/data/armor/test-51.asc6
-rw-r--r--openpgp/tests/data/armor/test-51.bin1
22 files changed, 75 insertions, 0 deletions
diff --git a/openpgp/tests/data/armor/test-0.asc b/openpgp/tests/data/armor/test-0.asc
new file mode 100644
index 00000000..2a8a29e3
--- /dev/null
+++ b/openpgp/tests/data/armor/test-0.asc
@@ -0,0 +1,4 @@
+-----BEGIN PGP ARMORED FILE-----
+
+=twTO
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-0.bad-crc.asc b/openpgp/tests/data/armor/test-0.bad-crc.asc
new file mode 100644
index 00000000..eaaa7d0a
--- /dev/null
+++ b/openpgp/tests/data/armor/test-0.bad-crc.asc
@@ -0,0 +1,4 @@
+-----BEGIN PGP ARMORED FILE-----
+
+=twTP
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-0.bin b/openpgp/tests/data/armor/test-0.bin
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/openpgp/tests/data/armor/test-0.bin
diff --git a/openpgp/tests/data/armor/test-1.asc b/openpgp/tests/data/armor/test-1.asc
new file mode 100644
index 00000000..1a26d435
--- /dev/null
+++ b/openpgp/tests/data/armor/test-1.asc
@@ -0,0 +1,5 @@
+-----BEGIN PGP ARMORED FILE-----
+
+3g==
+=NnH5
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-1.bin b/openpgp/tests/data/armor/test-1.bin
new file mode 100644
index 00000000..b54b8e79
--- /dev/null
+++ b/openpgp/tests/data/armor/test-1.bin
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/openpgp/tests/data/armor/test-1.no-crc.asc b/openpgp/tests/data/armor/test-1.no-crc.asc
new file mode 100644
index 00000000..3836db21
--- /dev/null
+++ b/openpgp/tests/data/armor/test-1.no-crc.asc
@@ -0,0 +1,4 @@
+-----BEGIN PGP ARMORED FILE-----
+
+3g==
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-2.asc b/openpgp/tests/data/armor/test-2.asc
new file mode 100644
index 00000000..b8bb25b9
--- /dev/null
+++ b/openpgp/tests/data/armor/test-2.asc
@@ -0,0 +1,5 @@
+-----BEGIN PGP ARMORED FILE-----
+
+5to=
+=zwFF
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-2.bad-footer.asc b/openpgp/tests/data/armor/test-2.bad-footer.asc
new file mode 100644
index 00000000..7d4e3a24
--- /dev/null
+++ b/openpgp/tests/data/armor/test-2.bad-footer.asc
@@ -0,0 +1,5 @@
+-----BEGIN PGP ARMORED FILE-----
+
+5to=
+=zwFF
+-----END PGP ARMORED MESSAGE-----
diff --git a/openpgp/tests/data/armor/test-2.bin b/openpgp/tests/data/armor/test-2.bin
new file mode 100644
index 00000000..10a7f9bd
--- /dev/null
+++ b/openpgp/tests/data/armor/test-2.bin
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/openpgp/tests/data/armor/test-3.asc b/openpgp/tests/data/armor/test-3.asc
new file mode 100644
index 00000000..02211211
--- /dev/null
+++ b/openpgp/tests/data/armor/test-3.asc
@@ -0,0 +1,5 @@
+-----BEGIN PGP ARMORED FILE-----
+
+NdWx
+=oSKZ
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-3.bin b/openpgp/tests/data/armor/test-3.bin
new file mode 100644
index 00000000..6a849e3b
--- /dev/null
+++ b/openpgp/tests/data/armor/test-3.bin
@@ -0,0 +1 @@
+5ձ \ No newline at end of file
diff --git a/openpgp/tests/data/armor/test-3.with-headers.asc b/openpgp/tests/data/armor/test-3.with-headers.asc
new file mode 100644
index 00000000..1c0f21ef
--- /dev/null
+++ b/openpgp/tests/data/armor/test-3.with-headers.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP ARMORED FILE-----
+Comment: Some Header
+Comment: Another one
+
+NdWx
+=oSKZ
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-47.asc b/openpgp/tests/data/armor/test-47.asc
new file mode 100644
index 00000000..77b32879
--- /dev/null
+++ b/openpgp/tests/data/armor/test-47.asc
@@ -0,0 +1,5 @@
+-----BEGIN PGP ARMORED FILE-----
+
+VLC0mzt0PHN3ltTJyAerW70C+qwT7xu3vWD0+hteywQZ5fNVhx6OuOBWZgvrB4Y=
+=F7up
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-47.bin b/openpgp/tests/data/armor/test-47.bin
new file mode 100644
index 00000000..14fb5ee3
--- /dev/null
+++ b/openpgp/tests/data/armor/test-47.bin
@@ -0,0 +1 @@
+T;t<sw[`^UVf  \ No newline at end of file
diff --git a/openpgp/tests/data/armor/test-48.asc b/openpgp/tests/data/armor/test-48.asc
new file mode 100644
index 00000000..9ea8674f
--- /dev/null
+++ b/openpgp/tests/data/armor/test-48.asc
@@ -0,0 +1,5 @@
+-----BEGIN PGP ARMORED FILE-----
+
+d2g7QIIm+Qlt2/MjQGqSP6rjq6Q3UV72TKfx1pv7weHfatKMpHlt2A8EIwz9K/dM
+=vZCz
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-48.bin b/openpgp/tests/data/armor/test-48.bin
new file mode 100644
index 00000000..07325059
--- /dev/null
+++ b/openpgp/tests/data/armor/test-48.bin
@@ -0,0 +1 @@
+wh;@& m#@j?㫤7Q^L֛jҌym# +L \ No newline at end of file
diff --git a/openpgp/tests/data/armor/test-49.asc b/openpgp/tests/data/armor/test-49.asc
new file mode 100644
index 00000000..6afefc5c
--- /dev/null
+++ b/openpgp/tests/data/armor/test-49.asc
@@ -0,0 +1,6 @@
+-----BEGIN PGP ARMORED FILE-----
+
+p8wnk/jjQRUkq9wWI6ZUPx1iQ51HiItFN/aJSfOGcHH9s4freOWCm9iYadHE4sns
+Ow==
+=s29R
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-49.bin b/openpgp/tests/data/armor/test-49.bin
new file mode 100644
index 00000000..3cc4da74
--- /dev/null
+++ b/openpgp/tests/data/armor/test-49.bin
@@ -0,0 +1 @@
+'A$#T?bCGE7Ipqx傛ؘi; \ No newline at end of file
diff --git a/openpgp/tests/data/armor/test-50.asc b/openpgp/tests/data/armor/test-50.asc
new file mode 100644
index 00000000..1df2034b
--- /dev/null
+++ b/openpgp/tests/data/armor/test-50.asc
@@ -0,0 +1,6 @@
+-----BEGIN PGP ARMORED FILE-----
+
+oTSs55iwdhccW8tp2VOlAnxgeopNJaHojjVDgs/jhTJYTm5sz9fiOW20VsPyZ3Kv
+JPw=
+=YITk
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-50.bin b/openpgp/tests/data/armor/test-50.bin
new file mode 100644
index 00000000..4d4abccd
--- /dev/null
+++ b/openpgp/tests/data/armor/test-50.bin
@@ -0,0 +1 @@
+4瘰v[iS|`zM%5C2XNnl9mVgr$ \ No newline at end of file
diff --git a/openpgp/tests/data/armor/test-51.asc b/openpgp/tests/data/armor/test-51.asc
new file mode 100644
index 00000000..a00f0ac0
--- /dev/null
+++ b/openpgp/tests/data/armor/test-51.asc
@@ -0,0 +1,6 @@
+-----BEGIN PGP ARMORED FILE-----
+
+PIDR4EXgeoMOwwTtbKTwBGMPVeTiQnJi9V0t686F1VhgNYrY14HoFLQEQt6jHLbN
+Eyon
+=yNnc
+-----END PGP ARMORED FILE-----
diff --git a/openpgp/tests/data/armor/test-51.bin b/openpgp/tests/data/armor/test-51.bin
new file mode 100644
index 00000000..cc656a3a
--- /dev/null
+++ b/openpgp/tests/data/armor/test-51.bin
@@ -0,0 +1 @@
+<EzlcUBrb]-΅X`5ׁBޣ*' \ No newline at end of file