Commit aa4686f
committed
update x509-limbo to latest
This brings in several new test cases:
* Some new pathological chain building tests sourced from the Go test
suite. We pass these as-expected.
* A test for CVE-2025-61727, testing a name constraint issue from Go
related to excluded subdomain constraints for wildcard leaf SANs. We
pass this test as-expected.
* Additional PSL wildcard SAN tests. We don't reject these when the test
expects we should. This is because they require taking a dependency on
the public suffix data, which is both large & frequently changing.
We add these tests to our exceptions.json
Additionally, upstream fixed a typo in two webpki::rsa test cases that
we already had exceptions.json entries for. We update these to match the
new name.1 parent f2e8ab9 commit aa4686f
3 files changed
Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
257 | 267 | | |
258 | 268 | | |
259 | 269 | | |
| |||
274 | 284 | | |
275 | 285 | | |
276 | 286 | | |
277 | | - | |
| 287 | + | |
278 | 288 | | |
279 | 289 | | |
280 | 290 | | |
281 | 291 | | |
282 | | - | |
| 292 | + | |
283 | 293 | | |
284 | 294 | | |
285 | 295 | | |
| |||
0 commit comments