From 87eec1b90b6ecd83455f09168430c23f73c25c86 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 31 Dec 2018 12:14:19 +0100 Subject: NSS: create a temporary database instead of in-memory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When initializing for the in-memory database (NSS_NoDB_Init) the internal slot is read-only so a lot of actions (PK11_ImportCert) fails. Instead of that we create a new cert/key database inside the tmp directory and delete it on exit. This way there are no limitations and all the actions perform as expected. Change-Id: Iadec5dd8f3459be56ba57d077057eacf3e0797fc Reviewed-on: https://gerrit.libreoffice.org/65765 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- xmlsecurity/Library_xsec_xmlsec.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlsecurity/Library_xsec_xmlsec.mk') diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk index 27972a2c87bc..f067e14d85f2 100644 --- a/xmlsecurity/Library_xsec_xmlsec.mk +++ b/xmlsecurity/Library_xsec_xmlsec.mk @@ -40,6 +40,7 @@ $(eval $(call gb_Library_use_libraries,xsec_xmlsec,\ svl \ tl \ xo \ + utl \ )) ifeq ($(SYSTEM_XMLSEC),) -- cgit