File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,9 +299,9 @@ def _verify_cert_digests(self, verify_result: VerifyResult):
299299 "Expected to find exactly one of xades:SigningCertificate or xades:SigningCertificateV2"
300300 )
301301 if signing_cert is not None :
302- self ._verify_cert_digest (signing_cert , expect_cert = cert_from_key_info , idx = (idx + 1 ))
302+ self ._verify_cert_digest (signing_cert , expect_cert = cert_from_key_info , idx = (idx + 1 ))
303303 elif signing_cert_v2 is not None :
304- self ._verify_cert_digest (signing_cert_v2 , expect_cert = cert_from_key_info , idx = (idx + 1 ))
304+ self ._verify_cert_digest (signing_cert_v2 , expect_cert = cert_from_key_info , idx = (idx + 1 ))
305305
306306 def _verify_signature_policy (self , verify_result : VerifyResult , expect_signature_policy : XAdESSignaturePolicy ):
307307 signed_signature_props = self ._find (verify_result .signed_xml , "xades:SignedSignatureProperties" )
You can’t perform that action at this time.
0 commit comments