-
WebPKI supports this, as does my own barebones-x509 crate.
-
Perhaps note that the ECHConfig provided during the retry should only be trusted as much as the original ECHConfig.
-
We currently have approximately 548 unique dependencies (after the rust-bitcoin migration concludes):
```
$ cargo tree --workspace --prefix none --prune bitcoin@0.29.2 --prune bitcoin@0.30.2 | gre…
-
- [ ] PSK support: https://github.com/ctz/rustls/issues/174
- [ ] Drop X.509: https://github.com/ctz/rustls/issues/423
- [x] Support IP as domain
- [x] WebPKI
- ~~https://github.com/briansmi…
-
The Web PKI is great because it comes default with everything. Its not so great because it has quite a few known weaknesses. In addition it only works on the public internet. It's pretty useless on TO…
-
run following script multiple times sometimes cause following error. If I run it in my environment fetch my own domain, "sometimes" would transfer to "mostly". I tried upgrade rustls and tokio-rustls,…
-
In Cargo.toml:
https://github.com/rustls/hyper-rustls/blob/78d214b518e9238da26958bc37c699490332283d/Cargo.toml#L40C1-L41C1
in code:
https://github.com/rustls/hyper-rustls/blob/78d214b518e9238da2695…
-
I happen to stumble upon here:
https://github.com/seanmonstar/reqwest/blob/3ad6e02cdb4ba840f1663273ec77c9bb9cc83569/src/async_impl/client.rs#L508-L511
I'm using a custom Rustls provider with Rus…
-
### Describe the feature
`webpki-roots` is currently a transitive dependency of Reth because of `jsonrpsee` and `reqwest`.
`jsonrpsee` uses `webpki-roots` for the TLS WebSocket transport, which …
-
**Checklist**
* [x] I've searched the issue tracker for similar requests
**Is your feature request related to a problem? Please describe.**
The TLS 1.3 [`certificate_authorities`](https://datatra…