CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/01/16 04:25:27
Modified files:
usr.sbin/rpki-client: encoding.c extern.h filemode.c mft.c
rpki-client.8
regress/usr.sbin/rpki-client: Makefile.inc
Log message:
Inflate gzip compressed CCR files on the fly in filemode
Turns out CCR data is highly compressable (~50% reduction with gzip).
Filemode recognizes compressed files by the .gz filename extension and
handles those transparently, i.e. 'rpki-client -jf *.ccr.gz *.mft.gz'
will output the hash identifier for a given file's uncompressed form.
OK tb@