Open bwesterb opened 1 year ago
I guess the tradeoff is we avoid redacting things we don't need, but now the verification process needs to know about TLS.
I don't think redacting it is a problem per se, though I also don't know how much weight to put on this separation. My intuition is the separation is useful but dunno how it'll shake out.
Is this an issue?
We could instead define AbridgedAssertion as
where obviously
abridged_subject_info
has to beAbridgedTLSSubjectInfo
in case of subject_type=tls
.