-
Notifications
You must be signed in to change notification settings - Fork 28
Rewrite verification_mock helpers in Rust #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Part of rustls#39
Part of rustls#39
* RiiR cert updater Part of #39
Updated links to mock verification test cases and real world verification test cases. |
@yerke Thanks! I updated this issue to reflect that the real world verification helper script was rewritten in #44. It's just the mock verification test cases that need similar treatment now. The updated issue description uses permalinks and also provides a link to similar work I did in the upstream |
Uh oh!
There was an error while loading. Please reload this page.
Presently the mock verification test cases are generated using Go
It's likely possible to rewrite these test helpers in Rust, making maintenance a little bit easier. For inspiration, consider a similar rewrite that was done for the Rustls repo test pki where an example generates a modestly complex PKI in pure Rust using rcgen.
Putting this issue in the tracker for a rainy day.
The text was updated successfully, but these errors were encountered: