Files
loongoffice/xmlsecurity
Miklos Vajna fd3db1cf77 CppunitTest_xmlsecurity_signing: fix this on Windows with non-empty cert store
The NSS code earlier started to save the hash algo ID of the signature
into the signature structure and I also added a unit test for this. This
failed on Windows when the system had at least one signing certificate
installed, as the mscrypto part of the patch was missing.

Change-Id: Ib09e9e53292b5beb011c96ecf6f51a5ee10c15b0
Reviewed-on: https://gerrit.libreoffice.org/31323
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2016-11-28 18:21:06 +00:00
..
2016-10-03 11:27:00 +00:00

Stuff for document signing.

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