Extend status-object support beyond CRL-only generation #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current X.509 status object generator supports CRL generation only. The package and type system already model status objects more generally, but the BC implementation is currently CRL-focused.
Why this matters
For enterprise PKI maturity, status handling should evolve toward a broader status-object strategy, potentially including OCSP or other status publication forms, even if CRL remains the first implementation.
Acceptance criteria