Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
070349c
Added cxf_example.json
abergs Jul 25, 2025
6f91f2d
removed serde
abergs Jul 25, 2025
18a3e29
Merge branch 'main' into cxf/sample
abergs Aug 12, 2025
88a4ba7
correct private key value
abergs Aug 12, 2025
b476b7d
Added Header
abergs Aug 12, 2025
44922d8
removed account import
abergs Aug 12, 2025
fb5537b
Use latest cxf library version
abergs Aug 12, 2025
101ec68
Parse apple and parse cxf
abergs Aug 12, 2025
71845ea
Moved parse cxf
abergs Aug 12, 2025
b447a6c
Update Cargo.toml
abergs Aug 12, 2025
4153278
Moved parse_cxf_spec back
abergs Aug 12, 2025
acea084
PM-23649: CXF Import note (#382)
abergs Aug 14, 2025
57f3dc5
PM-23648: All Identities (passport, driving-license, id-doc, name) ->โ€ฆ
abergs Aug 14, 2025
2336543
PM-23654: Map CXF totp (#381)
abergs Aug 14, 2025
8ffdc1a
Move the tests
abergs Aug 14, 2025
570cd17
Moved parse_cxf_spec into tests
abergs Aug 14, 2025
965bf1e
pub(super)
abergs Aug 14, 2025
c6aa4e4
Move totp into login.rs
abergs Aug 14, 2025
56a752c
tidbits
abergs Aug 14, 2025
30aae71
Improved notes
abergs Aug 14, 2025
34edcb2
Re-use add_item
abergs Aug 14, 2025
5df36a3
Clean up
abergs Aug 14, 2025
1d92a3d
fmt
abergs Aug 14, 2025
b6ce873
nightly fmt
abergs Aug 14, 2025
2dbe813
moved cxf sample tests to their own file
abergs Aug 15, 2025
f9b8a2a
Update import_sample_tests.rs
abergs Aug 15, 2025
8f73166
Added split name unit tests
abergs Aug 15, 2025
4d1f8f5
Refactor to use convert_otp_algorithm and test it
abergs Aug 15, 2025
04fad91
[PM-23645] Update cards to support pin and valid_from (#374)
Hinton Aug 15, 2025
97cdad2
[PM-23653] Add support for ssh keys (#375)
Hinton Aug 15, 2025
1f1162c
Clean up tests
Hinton Aug 18, 2025
0e551c9
fmt
Hinton Aug 18, 2025
ab4001f
Update crates/bitwarden-exporters/src/cxf/identity.rs
Hinton Aug 18, 2025
8159c66
Rename ssh
Hinton Aug 18, 2025
bf4d43d
Update to expect owned
Hinton Aug 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/bitwarden-exporters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ uniffi = ["dep:uniffi", "bitwarden-core/uniffi"] # Uniffi bindings
wasm = [
"bitwarden-vault/wasm",
"dep:tsify",
"dep:wasm-bindgen"
"dep:wasm-bindgen",
] # WebAssembly bindings

[dependencies]
Expand All @@ -32,7 +32,7 @@ bitwarden-error = { workspace = true }
bitwarden-fido = { workspace = true }
bitwarden-vault = { workspace = true }
chrono = { workspace = true, features = ["std"] }
credential-exchange-format = ">=0.1, <0.2"
credential-exchange-format = { git = "https://github.com/bitwarden/credential-exchange", rev = "38e8a013c13644f832c457555baaa536fe481b77" }
csv = "1.3.0"
num-traits = ">=0.2, <0.3"
serde = { workspace = true }
Expand Down
Loading
Loading