hackage-security icon indicating copy to clipboard operation
hackage-security copied to clipboard

Extend MetadataEntry with signatures

Open edsko opened this issue 10 years ago • 0 comments

In the index log, we currently use

data TarIndexEntry = ... | MetadataEntry !PackageId !RevisionNo !UTCTime

However, once we start signing packages, we cannot recreate these TUF files so easily anymore because we do not have the keys to generate the signatures.

edsko avatar Aug 08 '15 17:08 edsko