In filemode emit the hash which uniquely identifies a given Signed Object
authorjob <job@openbsd.org>
Sun, 24 Apr 2022 12:25:25 +0000 (12:25 +0000)
committerjob <job@openbsd.org>
Sun, 24 Apr 2022 12:25:25 +0000 (12:25 +0000)
commitd0b565d2eb32b84906e4d70b45bfb983012a898f
treea105f4928b648e3295bafb9b6f4d66f93e0cfbbf
parent45a092d74e3dedf641d58d4f2732a7da23cbebbe
In filemode emit the hash which uniquely identifies a given Signed Object

RPKI Signed Objects are not malleable; this means the SHA256 digest
of an input file containing a signed object is a very stable identifier
to associate with the decoded (validated) output shown in filemode.

The SHA256 in hash_id is base64 encoded (just like hashes on manifest listings).

OK tb@
usr.sbin/rpki-client/filemode.c