0690f3b7b9
xsec_xmlsec.dll is linked to libxmlsec-mscng.dll, which is linked to Win32 bcrypt.dll, which doesn't have BCryptKeyDerivation on Windows 7. Use GetProcAddress() to retrieve BCryptKeyDerivation at runtime; the function is not used by LibreOffice. (regression from commit |
||
---|---|---|
.. | ||
BCryptKeyDerivation.patch.1 | ||
ExternalPackage_xmlsec.mk | ||
ExternalProject_xmlsec.mk | ||
Makefile | ||
Module_xmlsec.mk | ||
old-nss.patch.1 | ||
README | ||
UnpackedTarball_xmlsec.mk | ||
xmlsec-nss-Ensure-NSS-algorithms-are-initialized-754.patch.1 |
XML signing, etc. From [http://www.aleksey.com/xmlsec/]. The certificate vertification functionality of libxmlsec is not used, both the mscng and nss backends specify the XMLSEC_KEYINFO_FLAGS_X509DATA_DONT_VERIFY_CERTS flag during verification.