Commit 75515e7
Install default rustls CryptoProvider in sui-kv-rpc [1.65 backport] (#25304)
## Summary
- Backport of #25303 to 1.65 release branch
- Install the default ring `CryptoProvider` at startup in `sui-kv-rpc`,
same fix as #25300 (sui-indexer-alt-graphql / sui-indexer-alt-jsonrpc)
- Prevents panics when TLS is used without an explicitly installed
provider
## Test plan
- [x] `cargo check -p sui-kv-rpc` passes
- [x] Cherry-pick applied cleanly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent d502a4c commit 75515e7
3 files changed
+5
-0
lines changedSome 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 | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments