From f550a366fe10e30cda76f3b36ea322b024c5f7fb Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 22 Jun 2022 17:22:49 +0200 Subject: Fix loading of CC InternalState with hashes in it. --- sec_certs/sample/common_criteria.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sec_certs/sample/common_criteria.py b/sec_certs/sample/common_criteria.py index ae5a171d..ac4163f4 100644 --- a/sec_certs/sample/common_criteria.py +++ b/sec_certs/sample/common_criteria.py @@ -110,8 +110,12 @@ class CommonCriteriaCert( self, st_download_ok: bool = True, report_download_ok: bool = True, + st_pdf_hash: Optional[str] = None, + report_pdf_hash: Optional[str] = None, st_convert_ok: bool = True, report_convert_ok: bool = True, + st_txt_hash: Optional[str] = None, + report_txt_hash: Optional[str] = None, st_extract_ok: bool = True, report_extract_ok: bool = True, errors: Optional[List[str]] = None, -- cgit v1.3.1