aboutsummaryrefslogtreecommitdiffstats
path: root/test/captures/cose_encrypt_tagged.cbordiag
diff options
context:
space:
mode:
Diffstat (limited to 'test/captures/cose_encrypt_tagged.cbordiag')
-rw-r--r--test/captures/cose_encrypt_tagged.cbordiag24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/captures/cose_encrypt_tagged.cbordiag b/test/captures/cose_encrypt_tagged.cbordiag
new file mode 100644
index 0000000000..30767f9d8c
--- /dev/null
+++ b/test/captures/cose_encrypt_tagged.cbordiag
@@ -0,0 +1,24 @@
+96(
+ [
+ / protected h'a1010a' / << {
+ / alg / 1:10 / AES-CCM-16-64-128 /
+ } >>,
+ / unprotected / {
+ / iv / 5:h'89f52f65a1c580933b5261a76c'
+ },
+ / ciphertext / h'753548a19b1307084ca7b2056924ed95f2e3b17006dfe93
+1b687b847',
+ / recipients / [
+ [
+ / protected h'a10129' / << {
+ / alg / 1:-10
+ } >>,
+ / unprotected / {
+ / salt / -20:'aabbccddeeffgghh',
+ / kid / 4:'our-secret'
+ },
+ / ciphertext / h''
+ ]
+ ]
+ ]
+)