From 53bba96ac0c76e2971532d13a09d9fd90b3299c7 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 12 Oct 2016 16:50:09 +0200 Subject: 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 --- include/sal/log-areas.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit