Skip to content

Commit 5ac69e5

Browse files
committed
Move to keystore
1 parent 828cd18 commit 5ac69e5

File tree

20 files changed

+2174
-214
lines changed

20 files changed

+2174
-214
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
/hwconfig.plist
1212
/anisette_test
1313
/certs/fairplay/*
14+
/keystore/target

Cargo.lock

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ hkdf = "0.12.4"
5151
aes-gcm = "0.10.3"
5252
cloudkit-proto = { path = "./cloudkit-proto" }
5353
cloudkit-derive = { path = "./cloudkit-derive" }
54+
keystore = { path = "./keystore" }
5455
aes-siv = "0.7.0"
5556
chrono = "0.4.41"
5657
bitflags = "2.9.1"
58+
x509-cert = "0.2.5"
5759

5860
[build-dependencies]
5961
prost-build = { version = "0.12.0" }

0 commit comments

Comments
 (0)