tsl_checker

command
v0.7.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2026 License: BSD-2-Clause Imports: 22 Imported by: 0

README

tsl_checker

Diagnostic CLI for inspecting a single Token Status List (draft-ietf-oauth-status-list) entry.

Usage

# By URI and index
tsl_checker -idx 42 -uri https://issuer.example/statuslist/1

# From a credential file (SD-JWT VC, JWT, or mdoc)
tsl_checker -credential_file ./credential.sdjwt

# From stdin
cat credential.sdjwt | tsl_checker

# Machine-readable output
tsl_checker -json -idx 0 -uri https://issuer.example/statuslist/1

Exit codes

Code Meaning
0 Entry is VALID
1 Entry is INVALID
2 Entry is SUSPENDED
3 Entry has some other status byte
4 Tool, network, parsing, or fetch error
5 Usage / flag error

Notes

  • JWT status list tokens are signature-verified only when the token header carries an embedded jwk. Otherwise the tool parses the token without verification and prints a warning.
  • CWT status list tokens are parsed without signature verification.

Documentation

Overview

Command tsl_checker inspects the status of a single Token Status List (draft-ietf-oauth-status-list) entry by URI+index, from a credential file, or from stdin.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL