You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating the signed attributes, e.g. via pesign -i $in -E $in.sattrs, the ASN1 node signingTime is added containing the timestamp of the invocation of the call. The corresponding code is (1). However, this breaks reproducible builds, as neither the SOURCE_DATE_EPOCH variable is honored, nor is there an option to not include this node or pin it to a fixed point in time.
When creating the signed attributes, e.g. via
pesign -i $in -E $in.sattrs
, the ASN1 nodesigningTime
is added containing the timestamp of the invocation of the call. The corresponding code is (1). However, this breaks reproducible builds, as neither theSOURCE_DATE_EPOCH
variable is honored, nor is there an option to not include this node or pin it to a fixed point in time.pesign/src/signer_info.c
Line 114 in d734b6a
It would be great, if an option for that could be added (and / or the SDE is honored).
The text was updated successfully, but these errors were encountered: