Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-10 | tests: Silence the 5gb-packet test. | Werner Koch | 1 | -1/+1 | |
* tests/openpgp/4gb-packet.test: Send output to /dev/null. Signed-off-by: Werner Koch <[email protected]> | |||||
2015-08-21 | common: Don't incorrectly reject 4 GB - 1 sized packets. | Neal H. Walfield | 1 | -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]>. |