From 1070fa0e5ddce15f92e873ae96d45104ba71b6cc Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 11 Nov 2024 15:19:45 +0100 Subject: pdf: R6 hash algorithm and test, introduce PDFEncryptorR6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds PDFEncryptorR6 and adds R6 hash implementation and makes sure it is correct with a test. Change-Id: I11ca746a6b676bb294723b4ef76069f1d4f3a182 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177384 Reviewed-by: Tomaž Vajngerl Tested-by: Jenkins --- vcl/Module_vcl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/Module_vcl.mk') diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 0ef5ffe879bb..91cf27c98267 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -291,6 +291,7 @@ ifneq (,$(filter PDFIUM,$(BUILD_TYPE))) $(eval $(call gb_Module_add_slowcheck_targets,vcl,\ CppunitTest_vcl_pdfexport \ CppunitTest_vcl_pdfexport2 \ + CppunitTest_vcl_pdf_encryption \ CppunitTest_vcl_filter_ipdf \ )) endif -- cgit