We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379054c commit 0e2f09eCopy full SHA for 0e2f09e
1 file changed
sigstore/_internal/sct.py
@@ -101,11 +101,6 @@ def _pack_digitally_signed(
101
The format of the digitally signed data is described in IETF's RFC 6962.
102
"""
103
104
- # No extensions are currently specified, so we treat the presence
105
- # of any extension bytes as suspicious.
106
- if len(sct.extension_bytes) != 0:
107
- raise VerificationError("Unexpected trailing extension bytes")
108
-
109
# This constructs the "core" `signed_entry` field, which is either
110
# the public bytes of the cert *or* the TBSPrecertificate (with some
111
# filtering), depending on whether our SCT is for a precertificate.
0 commit comments