diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2026-02-15 01:57:42 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-02-15 02:12:44 +0000 |
| commit | e8dbf2b6df199526a660f81de07d17925cfd8518 (patch) | |
| tree | cd0c09449bea5df56ef67059e797737d70587070 /usr.bin/netpgpverify/data/expected33 | |
| parent | 56a7ce8416d181a2060d7a428aed9c3c6a431e6d (diff) | |
Diffstat (limited to 'usr.bin/netpgpverify/data/expected33')
| -rw-r--r-- | usr.bin/netpgpverify/data/expected33 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/usr.bin/netpgpverify/data/expected33 b/usr.bin/netpgpverify/data/expected33 new file mode 100644 index 000000000000..1e078bb06e73 --- /dev/null +++ b/usr.bin/netpgpverify/data/expected33 @@ -0,0 +1,40 @@ +PROG=p +SRCS=parse.c +WARNS=5 +MKMAN=no +CPPFLAGS+=-g -O0 +LDFLAGS+=-g -O0 + +.include <bsd.prog.mk> + +t: ${PROG} + ./${PROG} gpgsigned-a.gpg +1. tag & 0x3f +2. len + +one pass (tag 4) +======== +b version:3 +b sig type +b hash alg +b pubkey alg +8b keyid + +literal data (tag 11) +============= +b binary/text +b length +c string +L mtime +text +PROG=p +SRCS=parse.c +WARNS=5 +MKMAN=no +CPPFLAGS+=-g -O0 +LDFLAGS+=-g -O0 + +.include <bsd.prog.mk> + +t: ${PROG} + ./${PROG} gpgsigned-a.gpg |
