aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/4gb-packet.test (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-20tests: Drop the old shell-based tests.Justus Winter1-14/+0
-- Signed-off-by: Justus Winter <[email protected]>
2016-01-06tests: Use info and error instead of a plain echo.Werner Koch1-4/+2
* tests/openpgp/4gb-packet.test: Use error and info. Signed-off-by: Werner Koch <[email protected]>
2015-09-10tests: Silence the 5gb-packet test.Werner Koch1-1/+1
* tests/openpgp/4gb-packet.test: Send output to /dev/null. Signed-off-by: Werner Koch <[email protected]>
2015-08-21common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield1-0/+16
* g10/parse-packet.c (parse): Don't reject 4 GB - 1 sized packets. Add the constraint that the type must be 63. * kbx/keybox-openpgp.c (next_packet): Likewise. * tests/openpgp/4gb-packet.asc: New file. * tests/openpgp/4gb-packet.test: New file. * tests/openpgp/Makefile.am (TESTS): Add 4gb-packet.test. (TEST_FILES): Add 4gb-packet.asc. -- Signed-off-by: Neal H. Walfield <[email protected]>.