vaultwarden/src
dfunkt 10bc197e4b Update reqwest to 0.13.3
- since version 0.13 `reqwest` defaults to `aws-lc-rs` as the CryptoProvider, so in order to use `ring` switch to rustls-no-provider as mentioned in the link below
5b5ac174bc/src/tls.rs (L46-L66)
- form had to be manually specified now, no longer enabled by default
2026-05-01 22:27:23 +03:00
..
api Replace organization_uuid unwrap with proper error handling (#6936) 2026-04-29 22:58:39 +02:00
db fix: return Err instead of panic on unknown cipher atype in to_json() (#7068) 2026-04-29 22:58:50 +02:00
static Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
auth.rs Misc org fixes (#7032) 2026-03-29 23:15:48 +02:00
config.rs Update reqwest to 0.13.3 2026-05-01 22:27:23 +03:00
crypto.rs Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
error.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
http_client.rs Fix Host/IP resolving (#7162) 2026-04-29 22:20:59 +02:00
mail.rs fix(send_invite): add orgSsoIdentifier if sso_only is enabled (#6824) 2026-02-23 20:28:12 +01:00
main.rs Update reqwest to 0.13.3 2026-05-01 22:27:23 +03:00
ratelimit.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
sso.rs Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
sso_client.rs Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
util.rs Fix Host/IP resolving (#7162) 2026-04-29 22:20:59 +02:00