Skip to content

Commit 513ebc8

Browse files
committed
Add KeyInfo to the KeyIDManager
The KeyIDManager also needs to store the KeyAttributes of the key. It will eventually be renamed KeyInfoManager in a later commit. Uses methods on KeyAttributes to check if an operation is permitted and compatible with the type of the key. Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent 127b7ca commit 513ebc8

File tree

10 files changed

+358
-209
lines changed

10 files changed

+358
-209
lines changed

Cargo.lock

Lines changed: 55 additions & 55 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "parsec"
1818
path = "src/bin/main.rs"
1919

2020
[dependencies]
21-
parsec-interface = "0.10.0"
21+
parsec-interface = "0.12.0"
2222
rand = "0.7.2"
2323
base64 = "0.10.1"
2424
uuid = "0.7.4"
@@ -40,7 +40,7 @@ derivative = "1.0.3"
4040
version = "3.0.0"
4141

4242
[dev-dependencies]
43-
parsec-client-test = { git = "https://github.com/parallaxsecond/parsec-client-test", tag = "0.2.0" }
43+
parsec-client-test = { git = "https://github.com/parallaxsecond/parsec-client-test", tag = "0.2.2" }
4444
num_cpus = "1.10.1"
4545

4646
[build-dependencies]

0 commit comments

Comments
 (0)