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.
5 lines
217 B
TOML
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"
|