You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The folks at Trail of Bits have been working on a Rust based certificate path building and validation backend for use in PyCa Cryptography. As part of that work they've built x509-limbo, "A suite of testvectors for X.509 certificate path validation".
There's a harness in that repo for testing against briansmith/webpki, and I inquired about adding a harness for this repo. In that issue there was a suggestion that x509-limbo is designed to be integrated into other repository test suites. We should consider doing that in this repo that like we did with the BetterTLS suite.
The text was updated successfully, but these errors were encountered:
JFYI: I've gone ahead and made an in-tree harness here: C2SP/x509-limbo#105 🙂
(I still highly recommend that rustls integrate it directly into its own test-suite, however: our in-tree harnesses don't filter implementations by intended compatibility/feature support, so the results here can be overly pessimistic/misleading depending on which niches of CABF and 5280 you're trying to support.)
The folks at Trail of Bits have been working on a Rust based certificate path building and validation backend for use in PyCa Cryptography. As part of that work they've built x509-limbo, "A suite of testvectors for X.509 certificate path validation".
There's a harness in that repo for testing against
briansmith/webpki
, and I inquired about adding a harness for this repo. In that issue there was a suggestion thatx509-limbo
is designed to be integrated into other repository test suites. We should consider doing that in this repo that like we did with the BetterTLS suite.The text was updated successfully, but these errors were encountered: