Commit 5326b92
fix(crl): respect disabled toggle when CRL URL list is empty
When the admin disables external CRL validation
(crl_external_validation_enabled=false), an empty CRL distribution-point
list was still returning NO_URLS instead of DISABLED, causing signing to
be blocked even though the admin intended to bypass validation.
Move the toggle check before the empty-URL guard so that an empty list
is treated the same as all points being intentionally skipped.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent 133906b commit 5326b92
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
61 | | - | |
62 | | - | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
0 commit comments