Skip to content

[PM-20361] Signature keys #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 119 commits into
base: main
Choose a base branch
from

Fix sorting of dependencies

17e0a07
Select commit
Loading
Failed to load commit list.
Open

[PM-20361] Signature keys #207

Fix sorting of dependencies
17e0a07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 21, 2025 in 1s

84.50% of diff hit (target 69.83%)

View this Pull Request on Codecov

84.50% of diff hit (target 69.83%)

Annotations

Check warning on line 59 in crates/bitwarden-core/src/auth/login/api_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/auth/login/api_key.rs#L54-L59

Added lines #L54 - L59 were not covered by tests

Check warning on line 121 in crates/bitwarden-core/src/auth/login/auth_request.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/auth/login/auth_request.rs#L121

Added line #L121 was not covered by tests

Check warning on line 61 in crates/bitwarden-core/src/auth/login/password.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/auth/login/password.rs#L56-L61

Added lines #L56 - L61 were not covered by tests

Check warning on line 44 in crates/bitwarden-core/src/auth/tde.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/auth/tde.rs#L40-L44

Added lines #L40 - L44 were not covered by tests

Check warning on line 69 in crates/bitwarden-core/src/client/encryption_settings.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/client/encryption_settings.rs#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 83 in crates/bitwarden-core/src/client/encryption_settings.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/client/encryption_settings.rs#L83

Added line #L83 was not covered by tests

Check warning on line 184 in crates/bitwarden-core/src/client/test_accounts.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/client/test_accounts.rs#L184

Added line #L184 was not covered by tests

Check warning on line 157 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L157

Added line #L157 was not covered by tests

Check warning on line 207 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L203-L207

Added lines #L203 - L207 were not covered by tests

Check warning on line 224 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L219-L224

Added lines #L219 - L224 were not covered by tests

Check warning on line 589 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L581-L589

Added lines #L581 - L589 were not covered by tests

Check warning on line 595 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L591-L595

Added lines #L591 - L595 were not covered by tests

Check warning on line 602 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L598-L602

Added lines #L598 - L602 were not covered by tests

Check warning on line 608 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L605-L608

Added lines #L605 - L608 were not covered by tests

Check warning on line 610 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L610

Added line #L610 was not covered by tests

Check warning on line 108 in crates/bitwarden-core/src/mobile/crypto_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto_client.rs#L106-L108

Added lines #L106 - L108 were not covered by tests

Check warning on line 37 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 117 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L117

Added line #L117 was not covered by tests

Check warning on line 142 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L142

Added line #L142 was not covered by tests

Check warning on line 144 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L144

Added line #L144 was not covered by tests

Check warning on line 148 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L148

Added line #L148 was not covered by tests

Check warning on line 164 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L164

Added line #L164 was not covered by tests

Check warning on line 167 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L167

Added line #L167 was not covered by tests

Check warning on line 187 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L183-L187

Added lines #L183 - L187 were not covered by tests

Check warning on line 222 in crates/bitwarden-crypto/src/keys/signing_crypto_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/signing_crypto_key.rs#L222

Added line #L222 was not covered by tests