Update functionality

Luc Bijl 2025-05-01 22:34:16 +02:00
parent d01ba98328
commit 876bbe5242

@ -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. |