summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/gpgv.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2013-03-19 12:37:50 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2013-03-19 12:37:50 +0100
commitcb32348956441e33733e6bd8c2c572f19600dc25 (patch)
treed5ad7114da5ebb0c4620b3a2711e045a9268a9fb /apt-pkg/contrib/gpgv.h
parentb408e4ad0010b273dac0af7dc87ab61062d89e49 (diff)
support dash-escaped text in clearsigned files as implementations are
free to escape all lines (we have no lines in our files which need to be escaped as these would be invalid fieldnames) and while ExecGPGV would detect dash-escaped text as invalid (as its not expected in messages with detached signatures) it would be possible to "comment" lines in (signed) dsc files which are only parsed but not verified
Diffstat (limited to 'apt-pkg/contrib/gpgv.h')
-rw-r--r--apt-pkg/contrib/gpgv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/contrib/gpgv.h b/apt-pkg/contrib/gpgv.h
index 1f877fc2d..08b10a97a 100644
--- a/apt-pkg/contrib/gpgv.h
+++ b/apt-pkg/contrib/gpgv.h
@@ -51,9 +51,6 @@ inline void ExecGPGV(std::string const &File, std::string const &FileSig,
* If a FileFd pointers is NULL it will not be used and the content
* which would have been written to it is silently discarded.
*
- * The code doesn't support dash-encoded lines as these are not
- * expected to be present in files we have to deal with.
- *
* The content of the split files is undefined if the splitting was
* unsuccessful.
*