~ondrak/+git/optee-uc-fde:dummy-fde-hook-ice

Last commit made on 2023-03-10
Get this branch:
git clone -b dummy-fde-hook-ice https://git.launchpad.net/~ondrak/+git/optee-uc-fde
Only Ondrej Kubik can upload to this branch. If you are Ondrej Kubik please log in for upload directions.

Branch merges

Branch information

Name:
dummy-fde-hook-ice
Repository:
lp:~ondrak/+git/optee-uc-fde

Recent commits

2419e27... by Ondrej Kubik

host: use ice encryption

Signed-off-by: Ondrej Kubik <email address hidden>

8359159... by Ubuntu <email address hidden>

create dummy version of the fde hook

Signed-off-by: Ubuntu <email address hidden>

d86aed4... by Ondrej Kubik

host: fix build with new libjson-c in jammy

Signed-off-by: Ondrej Kubik <email address hidden>

94b3bf3... by Ondrej Kubik

install: fix build error introduced by conditional install logic

Signed-off-by: Ondrej Kubik <email address hidden>

aaf999c... by Ondrej Kubik

install: ignore ta install if not built

Signed-off-by: Ondrej Kubik <email address hidden>

e8e64a0... by Ondrej Kubik

host: code cleanup

Signed-off-by: Ondrej Kubik <email address hidden>

50362a4... by Ondrej Kubik

host: move base64 helpers to fde_key_manager_ca

Signed-off-by: Ondrej Kubik <email address hidden>

c66f04f... by Ondrej Kubik

host: ensure result is reported to correct output based on the hook name

Signed-off-by: Ondrej Kubik <email address hidden>

10a6a50... by Ondrej Kubik

ta: generate nonce and iv in single TEE_GenerateRandom call

On some OP-TEE systems TEE_GenerateRandom cannot be called twice
within the same session, causing TA to panic.
Instead use single larger buffer to generate random IV and nonce in
the single TEE_GenerateRandom call.

Signed-off-by: Ondrej Kubik <email address hidden>

b808a65... by Ondrej Kubik

ta: add version to the handle struct to future proof it

Signed-off-by: Ondrej Kubik <email address hidden>