Package: ctool Version: @VERSION@ Architecture: @ARCH@ Maintainer: Pim van Pelt Section: net Priority: optional Description: Tools for working with Static CT log tiles ctool is a busybox-style binary that fetches and decodes entries from Static CT API logs (c2sp.org/static-ct-api). . ctool fetch reads one or more log entries from a data tile — either by leaf index or by dumping a whole tile URL / local file — and prints them as structured JSON. Optional modifiers decode embedded SCTs, fetch the issuer certificate from the log, and enrich each SCT with operator and state information from the Chrome CT log list. . ctool tail follows a log's /checkpoint endpoint and prints a one-line summary per certificate or precertificate as new data tiles complete. Useful for live monitoring of a log's growth. . The package installs ctool under /usr/bin along with ctfetch and ctail symlinks, which invoke the matching subcommand directly for scripting convenience.