Files
arbiter/server/.cargo/config.toml
CleverWild 6030f30901
Some checks failed
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-audit Pipeline failed
ci/woodpecker/pr/server-test Pipeline failed
ci/woodpecker/pr/server-vet Pipeline failed
feat(user-agent-auth): add RSA and ECDSA auth key types
Extend user-agent authentication to support Ed25519, ECDSA (secp256k1), and RSA (PSS+SHA-256) with minimal protocol and storage changes. Add key_type to auth requests and useragent_client, update key parsing/signature verification paths, and keep backward compatibility by treating UNSPECIFIED as Ed25519.
2026-03-14 12:14:30 +01:00

5 lines
217 B
TOML

[profile.dev]
# Override global Cranelift backend: Cranelift does not propagate cargo:rustc-link-lib
# from native dependencies (aws-lc-sys etc.) to lld-link, causing undefined symbol errors.
codegen-backend = "llvm"