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.
This commit is contained in:
4
server/.cargo/config.toml
Normal file
4
server/.cargo/config.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user