Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/actions/fetch-vectors/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ runs:
with:
repository: "C2SP/wycheproof"
path: "wycheproof"
# Latest commit on the wycheproof main branch, as of Jun 06, 2026.
ref: "55239189a3ebaa1b0d993c52ab182eea3adbcd02" # wycheproof-ref
# Latest commit on the wycheproof main branch, as of Jun 07, 2026.
ref: "6d7cccd0fcb1917368579adeeac10fe802f1b521" # wycheproof-ref
persist-credentials: false

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: "C2SP/x509-limbo"
path: "x509-limbo"
# Latest commit on the x509-limbo main branch, as of June 6, 2026.
ref: "8e1700f79ade7df528c483aa62410c769c828a4d" # x509-limbo-ref
# Latest commit on the x509-limbo main branch, as of Jun 07, 2026.
ref: "1983423436313a6605461056470e21242d066416" # x509-limbo-ref
persist-credentials: false
2 changes: 1 addition & 1 deletion tests/x509/verification/test_limbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"webpki::aki::root-with-aki-all-fields",
# We allow RSA keys that aren't divisible by 8, which is technically
# forbidden under CABF. No other implementation checks this either.
"webpki::forbidden-rsa-not-divisable-by-8-in-root",
"webpki::forbidden-rsa-not-divisible-by-8-in-root",
# We disallow CAs in the leaf position, which is explicitly forbidden
# by CABF (but implicitly permitted under RFC 5280). This is consistent
# with what webpki and rustls do, but inconsistent with Go and OpenSSL.
Expand Down
Loading