summaryrefslogtreecommitdiff
path: root/external/libxmlsec/UnpackedTarball_xmlsec.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-03-08 08:52:25 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-03-08 09:17:21 +0000
commitb5acaa42bb44ad358b0c126af18ea3bdf88d4bd3 (patch)
treeb47cc1f189e64c2b583e922d04e6c02bd86aea46 /external/libxmlsec/UnpackedTarball_xmlsec.mk
parent1f4e0359d3cee2780944f64025a63c208720c74d (diff)
tdf#105983 libxmlsec: backport NSS / ECDSA patches
NSS already supported ECDSA, and LibreOffice itself is agnostic here. All what was missing is the ECDSA wrapper in xmlsec's nss backend. Change-Id: Ic26cef369d0f4a1847b6a76825b9464837fe8f3b Reviewed-on: https://gerrit.libreoffice.org/34966 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'external/libxmlsec/UnpackedTarball_xmlsec.mk')
-rw-r--r--external/libxmlsec/UnpackedTarball_xmlsec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/libxmlsec/UnpackedTarball_xmlsec.mk b/external/libxmlsec/UnpackedTarball_xmlsec.mk
index aa3ff0c75722..d7859f35a083 100644
--- a/external/libxmlsec/UnpackedTarball_xmlsec.mk
+++ b/external/libxmlsec/UnpackedTarball_xmlsec.mk
@@ -15,6 +15,10 @@ xmlsec_patches += xmlsec1-noverify.patch.1
xmlsec_patches += xmlsec1-vc.patch.1
xmlsec_patches += xmlsec1-1.2.14_fix_extern_c.patch.1
xmlsec_patches += xmlsec1-customkeymanage.patch.1
+# Backport of <https://github.com/lsh123/xmlsec/pull/83>.
+xmlsec_patches += xmlsec1-nss-ecdsa-sha256.patch.1
+# Backport of <https://github.com/lsh123/xmlsec/pull/91>.
+xmlsec_patches += xmlsec1-nss-ecdsa-memset.patch.1
$(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec))