-
We have some issues found by `cargo-deny`:
## License Issues
- [ ] fastrlp v0.1.3 is GPL-3.0 licensed:
- This is a dependency of `ethers-core`.
- Solution: upgrade to [fastrlp v0.3](https:…
-
The functionality of `new_with_extra_roots` is primarily useful for Linux/WASM/BSD platforms that don't have a consistent source of trusted CA root/anchors available. However, many private/internal ap…
-
PlayCppSdk InitializeWalletConnect Error: socket error: TLS error: webpki error: UnsupportedCriticalExtension
Getting from EnsureSession error: invalid client
-
Minimal example:
```rust
use std::process::Command;
fn main() {
let handle = std::thread::spawn(|| {
let mut cmd = Command::new("ping");
cmd.arg("localhost");
let …
-
[f5-cert.der.gz](https://github.com/briansmith/webpki/files/2802151/f5-cert.der.gz)
OpenSSL says:
```
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 1549 (0x60d)
S…
-
Although not documented in the guide, I thought the `url` in
```json
{
"default_applications": ["https://mobilepki.org/w3cpay/payment-manifest.json"],
"related_applications": [{
"platform…
-
**Describe the bug**
No option to select cert root at hickory_server. Looks like it was missing to forward the feature flags for hickory-resolver.
**To Reproduce**
Cargo.toml
```toml
trust-dns…
-
**Description**
In my Rust project, I am using the reqwest library to make server calls over mTls, which requires adding client certificates. These certificates are in PEM format. To add them to th…
-
-
I'd like to be able to use my own CA for the https_web profile of the bundle endpoint. This is currently not allowed by the specification through [wording such as](https://github.com/spiffe/spiffe/bl…