Download raw body.
rpki-client: fix printing of ccr hashes in filemode
On Mon, Dec 29, 2025 at 11:16:18PM +0000, Job Snijders wrote: > Filemode should print CCR hashes in the same way main(), outputheader(), > and outputheader_json() do. Use a small helper function to improve > readability. With this diff hash strings are aligned as follows: I think the cleaner approach is changing validate_asn1_hash() to use base64_encode_asn1_string() instead of hex_encode_asn1_string(). Then the printing function can just dump the members directly without reencoding.
rpki-client: fix printing of ccr hashes in filemode