Commit 65367a4
authored
Update zlint to just past v3.7.1 (#8800)
Update zlint to get the latest and greatest lint checks. The v3.7.0
release contains a bug where zlint believes that RSA pubkeys are not
actually RSA (because it parses the cert's key into a stdlib
rsa.PublicKey, but then expects to find a forked zcrypto/rsa.PublicKey),
and the v3.7.1 release contains a fix for that but also contains a
second bug (a lint intended only for Subscriber certs also incorrectly
fires on Subordinate CA certs), so this update is to one commit past
v3.7.1.
Update one unit test to set a semi-realistic date, to avoid triggering a
new CRL lint that expects all revocation dates to be reasonably recent.
As a consequence, that test also ignores several additional lints, whose
effective dates are now in that test's past. Update another unit test to
include a CRLDP in the fake certs, to avoid triggering a different new
lint.1 parent 703c483 commit 65367a4
135 files changed
Lines changed: 6433 additions & 413 deletions
File tree
- ca
- cmd/cert-checker
- vendor
- github.com
- weppos/publicsuffix-go/publicsuffix
- zmap
- zcrypto
- json
- rsa
- x509
- pkix
- zlint/v3
- lints
- cabf_br
- cabf_cs_br
- cabf_smime_br
- chrome
- community
- etsi
- mozilla
- rfc
- lint
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
148 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
149 | 157 | | |
150 | 158 | | |
151 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| 598 | + | |
598 | 599 | | |
599 | 600 | | |
600 | 601 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 62 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments