Update functionality
parent
d01ba98328
commit
876bbe5242
1 changed files with 2 additions and 2 deletions
|
@ -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. |
|
||||
|
|
Loading…
Reference in a new issue