Skip to content

Commit 6bfbcb0

Browse files
committed
more fixes
1 parent ec7f79a commit 6bfbcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def _from_parts(
556556
if signed_timestamp is not None:
557557
timestamp_verifcation_data.rfc3161_timestamps.extend(
558558
[
559-
RFC3161SignedTimestamp(signed_timestamp=response.as_bytes())
559+
RFC3161SignedTimestamp(signed_timestamp=base64.b64encode(response.as_bytes()))
560560
for response in signed_timestamp
561561
]
562562
)

0 commit comments

Comments
 (0)