File: signschemes.md

package info (click to toggle)
tpm2-tools 5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,396 kB
  • sloc: ansic: 35,984; sh: 12,809; xml: 8,089; makefile: 569
file content (11 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Supported Signing Schemes

Supported signing algorithms are:

  * **0x5**  or **hmac** for **TPM_ALG_HMAC**
  * **0x14** or **rsassa** for **TPM_ALG_RSASSA**
  * **0x15** or **rsaes** for **TPM_ALG_RSAES**
  * **0x16** or **rsapss** for **TPM_ALG_RSAPSS**
  * **0x17** or **oeap** for **TPM_ALG_OAEP**

**NOTE**: Your TPM may not support all algorithms.