Blame SOURCES/kdf.patch

5dd3d3
diff --color -urN fido-device-onboard-rs-0.3.0-orig/Cargo.toml fido-device-onboard-rs-0.3.0/Cargo.toml
5dd3d3
--- fido-device-onboard-rs-0.3.0-orig/Cargo.toml	2022-02-01 14:59:46.000000000 +0100
5dd3d3
+++ fido-device-onboard-rs-0.3.0/Cargo.toml	2022-02-01 18:17:45.773515653 +0100
5dd3d3
@@ -15,3 +15,7 @@
5dd3d3
 
5dd3d3
     "integration-tests",
5dd3d3
 ]
5dd3d3
+
5dd3d3
+[profile.release]
5dd3d3
+debug = true
5dd3d3
+
5dd3d3
diff --color -urN fido-device-onboard-rs-0.3.0-orig/examples/systemd/fdo-client-linuxapp.service fido-device-onboard-rs-0.3.0/examples/systemd/fdo-client-linuxapp.service
5dd3d3
--- fido-device-onboard-rs-0.3.0-orig/examples/systemd/fdo-client-linuxapp.service	2022-02-01 14:59:46.000000000 +0100
5dd3d3
+++ fido-device-onboard-rs-0.3.0/examples/systemd/fdo-client-linuxapp.service	2022-02-01 17:06:50.581272078 +0100
5dd3d3
@@ -5,6 +5,7 @@
5dd3d3
 [Service]
5dd3d3
 Type=oneshot
5dd3d3
 EnvironmentFile=-/boot/fdo-client-env
5dd3d3
+Environment=ALLOW_NONINTEROPERABLE_KDF=1
5dd3d3
 Environment=LOG_LEVEL=info
5dd3d3
 ExecStart=/usr/libexec/fdo/fdo-client-linuxapp
5dd3d3
 ExecStartPost=-/usr/bin/mv /boot/device-credentials /etc/device-credentials
5dd3d3
diff --color -urN fido-device-onboard-rs-0.3.0-orig/examples/systemd/fdo-owner-onboarding-server.service fido-device-onboard-rs-0.3.0/examples/systemd/fdo-owner-onboarding-server.service
5dd3d3
--- fido-device-onboard-rs-0.3.0-orig/examples/systemd/fdo-owner-onboarding-server.service	2022-02-01 14:59:46.000000000 +0100
5dd3d3
+++ fido-device-onboard-rs-0.3.0/examples/systemd/fdo-owner-onboarding-server.service	2022-02-01 17:06:42.983274923 +0100
5dd3d3
@@ -4,8 +4,9 @@
5dd3d3
 
5dd3d3
 [Service]
5dd3d3
 Environment=LOG_LEVEL=info
5dd3d3
+Environment=ALLOW_NONINTEROPERABLE_KDF=1
5dd3d3
 ExecStart=/usr/libexec/fdo/fdo-owner-onboarding-server
5dd3d3
 # restart and failure condition
5dd3d3
 
5dd3d3
 [Install]
5dd3d3
-WantedBy=multi-user.target
5dd3d3
\ No newline at end of file
5dd3d3
+WantedBy=multi-user.target