ComplexSpaces
ComplexSpaces
If anyone has the time, I would appreciate a look and attempt to try running #108. It should resolve this issue from my testing.
Yes, in general the revocation cost is going to be higher on Android because of the lack of caching and multiple layers of JVM overhead compared to a platform like...
Thanks for taking a glance at this! The new safety improvements look very welcome. Our uses are pretty simple so I'm hoping our upgrade path is pretty smooth.
I took a look through this one today and here's what I've found so far: - Apple uses our evaluation datetime when checking revocation through any method (CRL or OSCP)....
@stormshield-gt Based on https://github.com/rustls/rustls-native-certs/issues/3#issuecomment-2298675787, I believe this is the issue would be good to help with to forward `reqwest` integration. If you'd like to take my existing work in https://github.com/rustls/rustls-platform-verifier/tree/shared/extra-roots-additions...
This is something I was also thinking about when working on the branch and I was undecided 😅. If its cleaner with tests to merge together the mock CA and...
It seems like an edge case, honestly, but maybe we do need to support it for `reqwest` to be happy. IMO that flag doesn't make much sense to have in...
The callout about end user testing is something I hadn't considered, thanks for mentioning that. I can see how people would want to maybe do similar to us and isolate...
I can put up a PR to start the release process. I think the new APIs have sat for long enough in `main` without anyone finding an obvious limitation right...
Correct, Android is the last sticking point. Its platform verifier APIs are pretty obtuse and poorly documented (especially on the behavior side, which is technically OSS but buried under several...