diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-10-12 16:50:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-10-12 16:50:31 +0200 |
commit | 53bba96ac0c76e2971532d13a09d9fd90b3299c7 (patch) | |
tree | 31e13062b5ab9a3372832bddb432a0ad4d6ace07 /include | |
parent | d79ac386cd959eacd25a0e0afbc0e995b08eec18 (diff) |
xmlsecurity: add initial Executable_pdfverify
We have code to verify ODF and OOXML signatures, this adds initial
support for verifying a PDF signature.
Initially this is a standalone executable, need to turn this into a unit
test + hook it into sfx2 in follow-up commits.
Change-Id: Ideb5ec63f761c74fd4527cf1766b0aa739e275ee
Diffstat (limited to 'include')
-rw-r--r-- | include/sal/log-areas.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index 70661fe507d3..c5c8f4e38cff 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -509,6 +509,7 @@ certain functionality. @li @c xmlsecurity.comp - xml security component @li @c xmlsecurity.dialogs - xml security dialogs @li @c xmlsecurity.helper +@li @c xmlsecurity.pdfio - signing of existing PDF @li @c xmlsecurity.xmlsec - xmlsec wrapper @section xmlscript |