From 876bbe524295fcfeef1a16dc2e8245a26290e254 Mon Sep 17 00:00:00 2001 From: Luc Bijl Date: Thu, 1 May 2025 22:34:16 +0200 Subject: [PATCH] Update functionality --- functionality.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functionality.md b/functionality.md index cad5415..c9b3a2f 100644 --- a/functionality.md +++ b/functionality.md @@ -48,8 +48,8 @@ The table of configuration properties is given below. | Property | Possible values | Explanation | |----------|-----------------|-------------| -| Hash | `sha1`, `sha256` (default), `sha384`, `sha512`, `sm3_256` | Hash algorithm used in the computation of the object name. | -| Key | `rsa`, `keyedhash` , `ecc` (default), `symcipher`| Algorithm type for the generated key. | +| Hash | `sha1`, `sha256`, `sha384`, `sha512`, `sm3_256` | Hash algorithm used in the computation of the object name. | +| Key | `rsa`, `keyedhash` , `ecc`, `symcipher`| Algorithm type for the generated key. | | PCR Bank | `sha1`, `sha256`, `...` | PCR algorithm bank to use for policy. | | PCR IDs | `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `13`, `14`, `15`, `16`, `23` | Comma separated list of PCR used for policy. If not present, no policy is used. | | PCR Digest | `...` | Binary PCR hashes encoded in base64. If not present, the hash values are looked up. |