office-gobmx/xmlsecurity
Miklos Vajna 28fcdc4fec xmlsecurity: avoid checking storage streams of PDF files
DocumentSignatureHelper::isOOo3_2_Signature() checks if the manifest
stream of the ZIP package is signed. A PDF file has no storage, so don't
do that check for that format.

With this, a valid PDF signature is shown as valid in the Digital
Signatures dialog as well.

Change-Id: I58c1cbd665b7c5894d1cfa193061a9370f76c8c4
2016-10-14 18:09:49 +02:00
..
doc
inc xmlsecurity: expose reason string of PDF signatures 2016-10-14 15:39:41 +02:00
qa CppunitTest_xmlsecurity_signing: add PDF tests 2016-10-13 14:07:27 +00:00
source xmlsecurity: avoid checking storage streams of PDF files 2016-10-14 18:09:49 +02:00
test_docs
uiconfig/ui
util
workben
AllLangResTarget_xsec.mk
CppunitTest_qa_certext.mk
CppunitTest_xmlsecurity_dialogs_test.mk
CppunitTest_xmlsecurity_signing.mk Missing dependency 2016-10-14 15:34:16 +02:00
Executable_pdfverify.mk xmlsecurity: extract certificate from PDF signature 2016-10-14 07:05:52 +00:00
Library_xmlsecurity.mk xmlsecurity: extract certificate from PDF signature 2016-10-14 07:05:52 +00:00
Library_xsec_fw.mk
Library_xsec_xmlsec.mk
Makefile
Module_xmlsecurity.mk xmlsecurity: add initial Executable_pdfverify 2016-10-12 16:50:31 +02:00
README
UIConfig_xmlsec.mk

Stuff for document signing.

This code provides dialogs, and infrastructure wrapping libxmlsec that
implements document signing.