Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-26 | common: Fix iobuf_peek corner case. | Justus Winter | 1 | -0/+7 | |
Previously, iobuf_peek on a file smaller than 'buflen' would hang. * common/iobuf.c (underflow): Generalize by adding a target parameter. (iobuf_peek): Use this to prevent looping here. * tests/openpgp/Makefile.am (TESTS): Add new test. * tests/openpgp/setup.scm (dearmor): Move function... * tests/openpgp/defs.scm (dearmor): ... here. * tests/openpgp/issue2419.scm: New file. * tests/openpgp/samplemsgs/issue2419.asc: Likewise. GnuPG-bug-id: 2419 Signed-off-by: Justus Winter <[email protected]> | |||||
2016-07-13 | tests: 3 more sample messages | Werner Koch | 3 | -0/+70 | |
-- | |||||
2016-06-23 | tests: Add four more sample messages for the two new keys to the repo. | Werner Koch | 4 | -0/+0 | |
-- These are uncompressed signed messages | |||||
2016-06-22 | tests: Add a set of sample messages for the two new keys to the repo. | Werner Koch | 42 | -0/+421 | |
-- Signed-off-by: Werner Koch <[email protected]> |