-
I'd like to run cargo-geiger as a stage in our CI, for information only. I've tried it out locally & on CI on a couple of our crates and I seem to always see `WARNING: Dependency file was never scanne…
-
Hello,
Thank you very much for publishing this, as it may be invaluable for surveying the web without tripping up Cloudflare and other WAFs. I am trying to use it ([my test repo](https://github.com…
-
I have been developing a script that monitors a folder if there are new files, when it detects a new one, it uploads it through an api and proceeds to send it by email via smtp gmail. The strange thin…
-
A certificate with UnknownPublicKeyAlgorithm is not reasonably useful, since it cannot be used to verify any signatures, isValid should therefore reject it.
The one argument against this is for cer…
-
`UnknownIssuer` is a name that comes from my historical involvement in other certificate validation libraries. It isn't a good name. We should change it to something that better says "we couldn't buil…
-
Either return a different error code, or document somewhere that the most likely cause of BadDER is a non-v3 certificate.
-
I've been reading through the API of `untrusted` and it seems great for parsing network messages in general, but there are a few edge cases I'm wondering how to handle and it seems there may be a slig…
-
### Go version
go version go1.23.2 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/martin/Library/Caches/go-build'
…
-
give one cert that can't be verified by any ca in all anchors, the check_signatures can nerver be called
the verify logical will take long time to ended (may be expotent or quradic time)
`
…
-
i have a running actix server based on the websocket-chat example. everything works fine. but when i add ssl support, i can't connect with a client based on examples/websocket/src/client.rs. i get an …