diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-03-30 17:37:31 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2021-10-19 13:57:46 +0200 |
commit | 93fa9c39dea81567db0ef4cf44078795252af021 (patch) | |
tree | fde73c8cf75eb3476efef6f850a5c4ce95ff66ad /include | |
parent | f2163a153a51d11c57d9047a6a78aef77ecd2993 (diff) |
xmlsecurity: replace OOXMLSecParser implementation
This is similar to 12b15be8f4f930a04d8056b9219ac969b42a9784 and following
commits, but OOXMLSecParser has some differences to XSecParser, such as
using a ds:Manifest, and requires a couple extra namespaces.
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113381
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
(cherry picked from commit cc1d19f7bbaefa5fb22ebd1344112755068b93c9)
Change-Id: I56e39d9609db8fcad50ca1632ff482c1f0a30ff5
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlnmspe.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmlnmspe.hxx b/include/xmloff/xmlnmspe.hxx index cc97a9c5aaa4..a7505a64190d 100644 --- a/include/xmloff/xmlnmspe.hxx +++ b/include/xmloff/xmlnmspe.hxx @@ -145,6 +145,9 @@ const sal_uInt16 XML_NAMESPACE_DSIG = 201; const sal_uInt16 XML_NAMESPACE_DS = 202; const sal_uInt16 XML_NAMESPACE_XADES132 = 203; const sal_uInt16 XML_NAMESPACE_XADES141 = 204; +// OOXML digital signature extension namespaces, also based on xmldsig-core +const sal_uInt16 XML_NAMESPACE_MDSSI = 205; +const sal_uInt16 XML_NAMESPACE_MSODIGSIG = 206; #endif // INCLUDED_XMLOFF_XMLNMSPE_HXX |