Indirect CRL processing currently matches crlIssuer against certificate distribution points using directoryName only; other GeneralName forms are treated as unsupported, and direct CRLs with an alternate crlIssuer are rejected. Fail-closed, but narrower than full RFC 5280 §4.2.1.13 distribution-point semantics.
Extending this means accepting and comparing additional crlIssuer GeneralName forms (primarily uniformResourceIdentifier) during CRL applicability checks. Rare in practice — most indirect-CRL deployments use directoryName — so demand-driven.
Additive — does not block 1.0.
Indirect CRL processing currently matches
crlIssueragainst certificate distribution points usingdirectoryNameonly; other GeneralName forms are treated as unsupported, and direct CRLs with an alternatecrlIssuerare rejected. Fail-closed, but narrower than full RFC 5280 §4.2.1.13 distribution-point semantics.Extending this means accepting and comparing additional
crlIssuerGeneralName forms (primarilyuniformResourceIdentifier) during CRL applicability checks. Rare in practice — most indirect-CRL deployments use directoryName — so demand-driven.Additive — does not block 1.0.