mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-22 12:08:50 +00:00
The layer contains recipes for Parsec service version 0.7.0 and parsec-tool version 0.3.0. The Parsec service is built with all supported providers and deployed with the MbedCrypto provider enabled. Both systemd and sysv-init are supported. Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
469 B
Diff
19 lines
469 B
Diff
|
|
Use cryptoki v0.1.1 which supports the "generate-bindings" feature
|
|
required for building Parsec service 0.7.0 in Yocto.
|
|
|
|
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
|
|
Upstream-Status: Submitted
|
|
|
|
--- a/Cargo.toml 2021-04-01 10:29:50.333687763 +0100
|
|
+++ b/Cargo.toml 2021-04-01 10:27:13.051860002 +0100
|
|
@@ -37,7 +37,7 @@
|
|
version = "1.3.1"
|
|
|
|
[dependencies.cryptoki]
|
|
-version = "0.1.0"
|
|
+version = "0.1.1"
|
|
features = ["psa-crypto-conversions"]
|
|
optional = true
|
|
|