Skip to content

Commit

Permalink
Comment out debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Aug 11, 2024
1 parent c513e59 commit 3f9f009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signxml/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ def verify(self, cert_chain):
# if len(cert_chain) > 2:
# [ ] leaf, reversed(intermediates)
# [ ] intermediates, leaf
for cert in cert_chain:
eku_oid = x509.oid.ExtensionOID.EXTENDED_KEY_USAGE
# for cert in cert_chain:
# eku_oid = x509.oid.ExtensionOID.EXTENDED_KEY_USAGE
try:
return self._do_verify(cert_chain)
except x509.verification.VerificationError:
Expand Down

0 comments on commit 3f9f009

Please sign in to comment.